SpringBoot的yml配置文件

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

 

posted @ 2018-12-02 13:41  知识追求者  阅读(610)  评论(0编辑  收藏  举报