Skip to content

Commit

Permalink
🎨 调整 spring boot admin demo 的包结构,将 server 和 client 放在一个模块下
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 22, 2019
1 parent e2e9390 commit 9c75522
Show file tree
Hide file tree
Showing 21 changed files with 403 additions and 381 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<module>spring-boot-demo-helloworld</module>
<module>spring-boot-demo-properties</module>
<module>spring-boot-demo-actuator</module>
<module>spring-boot-demo-admin-client</module>
<module>spring-boot-demo-admin-server</module>
<module>spring-boot-demo-admin</module>
<module>spring-boot-demo-logback</module>
<module>spring-boot-demo-log-aop</module>
<module>spring-boot-demo-exception-handler</module>
Expand Down Expand Up @@ -163,4 +162,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
117 changes: 0 additions & 117 deletions spring-boot-demo-admin-client/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions spring-boot-demo-admin-client/pom.xml

This file was deleted.

113 changes: 0 additions & 113 deletions spring-boot-demo-admin-server/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions spring-boot-demo-admin-server/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9c75522

Please sign in to comment.