# top.javawa **Repository Path**: eblog/top.javawa ## Basic Information - **Project Name**: top.javawa - **Description**: spring cloud 学习,并同步更新博客 http://www.javawa.top - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程搭建记录 为了统一编码编码格式先导入eclipse-java-google-style.xml或intellij-java-google-style.xml文件 ## 建立父工程 父工程第一为POM类型,配置所有公共依赖和配置项,引入子模块 ## boot-admin