spring boot application.properties basic configuration

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/user?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=123456
# Store the storage method of the session
spring.session.store-type=none
#spring security The default user is user

  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324501102&siteId=291194637
Recommended