Use log level config in application.yml
This commit is contained in:
11
sample.groovy
Normal file
11
sample.groovy
Normal file
@@ -0,0 +1,11 @@
|
||||
package demo
|
||||
|
||||
@Grab('org.springframework.platform:spring-platform-config-client:1.0.0.BUILD-SNAPSHOT')
|
||||
@Grab('spring-boot-starter-actuator')
|
||||
@RestController
|
||||
class Application {
|
||||
@RequestMapping("/")
|
||||
String home() {
|
||||
"Hello World"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user