45. 开启production-ready特性
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>dependencies {
compile("org.springframework.boot:spring-boot-starter-actuator")
}Last updated
Was this helpful?