码迷,mamicode.com
首页 >  
搜索关键字:springboot配置    ( 305个结果
springboot配置文件
SpringApplication 将从以下位置加载 application.properties 文件,并把它们添加到Spring Environment 中:1. 当前目录下的 /config 子目录。2. 当前目录。3. classpath下的 /config 包。4. classpath根路 ...
分类:编程语言   时间:2018-07-08 21:11:45    阅读次数:169
SpringBoot开启HTTPS(九)
springboot 默认只开启 http请求,若是要开启https 需要生成证书和配置 1.首先打开CMD命令行工具,在JDK/bin目录下 生成证书.keystore 相关参数: springboot配置ssl(证书为.keystore文件) 1.将tomcat.keystore拷贝到项目根目录 ...
分类:编程语言   时间:2018-07-06 11:39:12    阅读次数:203
使用springboot配置本地数据库造成时差错误
java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the ser ...
分类:数据库   时间:2018-07-05 15:55:43    阅读次数:188
springboot配置视图控制器
实现WebMvcConfigurer接口 /** * @descripte 配置自己的视图解析器 */@Configurationpublic class MyViewConfigController implements WebMvcConfigurer { @Override /*重写addVi ...
分类:编程语言   时间:2018-07-02 00:05:15    阅读次数:694
springboot 配置mybatis打印sql
方式 一: 在application.yml(.properties)中增加配置,在控制台打印sql: mybatis configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 参考类:org.apache.ibatis ...
分类:数据库   时间:2018-06-29 23:32:50    阅读次数:270
springboot_配置分析
获取配置配置文件的值 可以使用默认值:只要配置文件配置了,哪怕为空,默认值不会生效 ...
分类:编程语言   时间:2018-06-28 21:35:17    阅读次数:194
springboot 配置文件读取的两种方式,以及使用到的注解解释
了解过spring-Boot这个技术的,应该知道Spring-Boot的核心配置文件application.properties,当然也可以通过注解自定义配置文件的信息。 pom文件 Spring-Boot读取配置文件的方式: 一.读取核心配置文件信息application.properties的内 ...
分类:编程语言   时间:2018-06-28 13:48:46    阅读次数:200
180623-SpringBoot之logback配置文件
SpringBoot配置logback 项目的日志配置属于比较常见的case了,之前接触和使用的都是Spring结合xml的方式,引入几个依赖,然后写个 配置文件即可,那么在SpringBoot中可以怎么做? <! more I. 配置说明 在resource目录下,新建一个日志文件: ,内容如下 ...
分类:编程语言   时间:2018-06-23 20:56:31    阅读次数:182
springboot配置fastjson后端往前端传输格式化
import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework.boot.... ...
分类:编程语言   时间:2018-06-23 17:14:52    阅读次数:514
SpringBoot配置全局异常捕获
1 SpringBoot配置全局的异常捕获 项目的说明 配置thymeleaf作为视图模板 ExceptionController.java模拟测试用 MyAjaxExceptionHandler.java捕获到异常以ajax形式返回 MyExceptionHandler.java捕获到异常以页面形 ...
分类:编程语言   时间:2018-06-13 12:07:31    阅读次数:207
305条   上一页 1 ... 23 24 25 26 27 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!