File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ## grace-boot-logging
2+
Original file line number Diff line number Diff line change 1+ dependencies {
2+ api project(" :grace-logging" )
3+ api libs. spring. boot. starter. logging
4+ }
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ spring-boot-gradle-plugin = { module = "org.springframework.boot:spring-boot-gra
199199spring-boot-loader-tools = { module = " org.springframework.boot:spring-boot-loader-tools" , version.ref = " spring-boot" }
200200spring-boot-starter = { module = " org.springframework.boot:spring-boot-starter" , version.ref = " spring-boot" }
201201spring-boot-starter-json = { module = " org.springframework.boot:spring-boot-starter-json" , version.ref = " spring-boot" }
202+ spring-boot-starter-logging = { module = " org.springframework.boot:spring-boot-starter-logging" , version.ref = " spring-boot" }
202203spring-boot-starter-tomcat = { module = " org.springframework.boot:spring-boot-starter-tomcat" , version.ref = " spring-boot" }
203204spring-boot-test = { module = " org.springframework.boot:spring-boot-test" , version.ref = " spring-boot" }
204205spring-context = { module = " org.springframework:spring-context" , version.ref = " spring-framework" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ include (
66 ' grace-boot' ,
77 ' grace-boot-cache' ,
88 ' grace-boot-hibernate' ,
9+ ' grace-boot-logging' ,
910 ' grace-boot-mongodb' ,
1011 ' grace-boot-rest' ,
1112 ' grace-boot-web' ,
You can’t perform that action at this time.
0 commit comments