码迷,mamicode.com
首页 >  
搜索关键字:spring-boot    ( 7186个结果
Spring Boot 配置文件
回到顶部 一、全局配置文件 1、分类:(文件名固定) (1)application.properties(2)application.yml(3)以上两种文件作用类似,但是内部写法有些区别。 2、作用: 修改 SpringBoot 自动配置的默认值。 3、什么是yml YML文件格式是YAML (Y ...
分类:编程语言   时间:2021-02-08 11:44:58    阅读次数:0
Spring Boot 微服务性能下降九成!使用 Arthas 定位根因
背景 接收到公司业务部门的开发反馈,应用在升级公司内部框架后,UAT(预生产)环境接口性能压测不达标。 升级前压测报告: 升级后压测报告: 在机器配置(1C4G)相同的情况下,吞吐量从原来的 53.9/s 下降到了 6.4/s,且 CPU 负载较高。 并且开发反馈从公司全链路监控系统 SkyWalk ...
分类:编程语言   时间:2021-02-06 11:53:37    阅读次数:0
springcloud gateway动态路由实现,mysql存储配置
1、mysql数据库表结构 2、pom.xml依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ...
分类:数据库   时间:2021-02-06 11:44:36    阅读次数:0
05 Spring Boot项目搭建步骤(超详细)
在 Spring Tools 4 for Eclipse 中依次选择 File->New->Maven Project 完了上述操作之后,在 pom.xml 中添加 Spring Boot 的依赖,代码如下所示。 <parent> <groupId>org.springframework.boot< ...
分类:编程语言   时间:2021-02-06 11:43:13    阅读次数:0
重写定义Spring Boot FeignClient 捕获异常信息
FeignClient 默认的解析器: public static FeignException errorStatus(String methodKey, Response response) { // 这里做了处理 String message = format("status %s readi ...
分类:编程语言   时间:2021-02-03 11:08:33    阅读次数:0
基于 spring boot 下logback 的 logback-spring.xml 配置文件
true UTF-8 %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta([PID:${PID:-}]) %green([%15.15thread]) %cyan(%40.40logger:%-5.5L):%msg%n ${PATH}/ ...
分类:编程语言   时间:2021-02-03 11:07:10    阅读次数:0
spring boot的 yml和properties的对比
Spring Boot 虽然做了大量的工作来简化配置,但其配置依然是相当的复杂!支持的外部配置方式就有很多种,笔者没有去统计,当然这很灵活,但灵活就意味着复杂度的提升。 application.yml 和 application.properties 两个文件的优先级配置文件是比较常用的。 如果项目 ...
分类:编程语言   时间:2021-02-02 10:54:13    阅读次数:0
Spring Boot 整合 Shiro
1、创建 Spring Boot 应用,集成 Shiro 及相关组件,pom.xml ...
分类:编程语言   时间:2021-02-02 10:41:07    阅读次数:0
springboot基础配置-->Properties配置
Spring Boot项目中的application.properties配置文件一共可以出现在如下4个位置: 项目根目录下的config文件夹中。 项目根目录下。 classpath下的config文件夹中。 classpath下。 如果这4个位置中都有application.properties ...
分类:编程语言   时间:2021-02-01 12:45:28    阅读次数:0
Spring Boot HTML
Spring Boot 可以结合 Thymeleaf 模版来整合 HTML,使用原生的 HTML 作为视图。 Thymeleaf 模版是面向 Web 和独立环境的 Java 模版引擎,能够处理 HTML、XML、JavaScript、CSS 等。 ...
分类:编程语言   时间:2021-01-29 12:05:11    阅读次数:0
7186条   上一页 1 ... 13 14 15 16 17 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!