码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot的yml配置文件

时间:2018-12-02 14:27:00      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:enc   character   jdbc   ext   cal   nbsp   data   pass   app   

1、在src\main\resources下创建application.yml配置文件

spring: 
  datasource: 
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/test?characterEncoding=UTF-8
    username: root
    password: root
  thymeleaf:
    mode: HTML5
    encoding: UTF-8
    content-type: text/html
name: cppdy123

 

SpringBoot的yml配置文件

标签:enc   character   jdbc   ext   cal   nbsp   data   pass   app   

原文地址:https://www.cnblogs.com/cppdy/p/10053098.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!