随笔分类 - SpringBoot
SpringBoot系列
摘要:官档地址:https://docs.spring.io/spring/docs/5.1.4.RELEASE/spring-framework-reference/integration.html#scheduling spring里可以做两种方式的定时任务: 1. spring 自带的 定时任务 实
阅读全文
摘要:
阅读全文
摘要:Spring Boot uses a very particular PropertySource order that is designed to allow sensible overriding of values. Properties are considered in the foll
阅读全文
摘要:看完这些,你就知道每个spring-boot-starter依赖些什么东西了. 地址:https://github.com/spring-projects/spring-boot/tree/v2.1.0.RELEASE/spring-boot-project/spring-boot-starters
阅读全文
摘要:pom.xml中添加Springboot插件 使用mvn package命令生成jar包。 此时会生成两个jar包: 一个 .jar, 由Springboot打包的 一个 .jar.origin, 由maven打包的 查看jar包内容: jar tvf *jar 运行jar包 java -jar *
阅读全文
摘要:SpringBoot Web应用== 1. 引入sentinel依赖(你可以在maven仓库查找最新版,点击直接查看) sentinel别的依赖不用引入了,这个依赖基本全部引入了。 2. 在application.yml中配置 3. Controller中 4. 启动控制台(下载地址在这里) jav
阅读全文
摘要:基本的配置是这样的。
阅读全文

浙公网安备 33010602011771号