1. 增加全局异常捕获处理 2. 增加RestfulApi调用的日志打印,请求参数返回参数 3. 添加双数据源配置(mysql,oracle) 其中oracle为基础旧有数据 4. 增加统一日志中心的配置ELK 5. 实现Controller层,DAO 层 ,Entity 层,Service 层 (轻)
25 lines
268 B
Plaintext
25 lines
268 B
Plaintext
/target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/build/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/ |