Spring
南熏门前一只喵
这个作者很懒,什么都没留下…
展开
-
IDEA创建Spring MVC maven web模块
在IDEA中创建一个基于maven的spring mvc web项目一、创建一个空maven项目作为父模块二、在父模块中创建一个web项目选中父模块–>new–>新建maven项目–>勾选create from archetype下面的web模板,如图。 点击next,输入与父模块相同的groupId并确定模块唯一artifactId,如图: ne...原创 2018-06-02 17:38:40 · 857 阅读 · 0 评论 -
Spring Boot Actuator监控基于Spring boot的应用系统运行情况
Spring Boot Actuator提供了一组http接口,用于在应用运行时,监控和管理应用的运行情况。Spring boot Actuator内置EndPointsSpring boot Actuator提供了一组基于HTTP和JMX内置的EndPoints用于在系统运行时监控系统的运行情况。详情可以参见Spring boot官网在此列举一些常用的内置EndPoints:beans:...原创 2019-08-21 21:42:01 · 810 阅读 · 0 评论