SpringBootナレッジポイント
701 ワード
SpringBootの4つのコンポーネント:
1,starter開梱即用
2, autoconfiguration
3,actuatorモニタ
4.SpringBoot CLI
一般的な注記:
@RestController :
@GetMapping
共通の構成:
その他:
Googleブラウザプラグイン:jsonviewer自動解析で返されるjson
1,starter開梱即用
2, autoconfiguration
3,actuatorモニタ
4.SpringBoot CLI
一般的な注記:
@RestController :
@GetMapping
共通の構成:
logging.level.root = info
//actuator
management.server.port=9999 // ,
management.endpoints.web.exposure.include=* //
management.endpoint.health.show-details=always //
management.endpoint.shutdown.enabled=true
その他:
Googleブラウザプラグイン:jsonviewer自動解析で返されるjson