refactor hippo4j-spring-boot-starter.

pull/110/head
chen.ma 2 years ago
parent b19c0a0d87
commit 5a05dc9f7d

@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/

@ -5,7 +5,7 @@
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId>
<artifactId>hippo4j-spring-boot</artifactId>
<version>${revision}</version>
</parent>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save