spring boot 配置文件开启自定义属性自动提示
使用插件可以让 spring boot 项目中自己定义的PropertiesConfiguration类属性在配置时自动提示<dependency> <groupId&...
使用插件可以让 spring boot 项目中自己定义的PropertiesConfiguration类属性在配置时自动提示<dependency> <groupId&...
Spring Boot Admin是一个开源社区项目,用于管理和监控SpringBoot应用程序。 应用程序作为Spring Boot Admin Client向为Spring Boot Adm...
<!-- mail --> <dependency> <groupId>org.springframework.boot</groupId> &l...
第一种方法File file = ResourceUtils.getFile("classpath:template.docx");//获取文件的相对路径 可在控制台打印查看输出结果Stri...
用一般请求处理,开启调试模式调试了一下,发现传上来的参数为null。 在web.xml添加filter来允许所有的put方法,来允许所有的put请求方法带参访问。但是Spring bo...