SpringBoot中的application.properties基本配置

spring.datasource.url = jdbc:mysql://localhost:3306/test11?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8
spring.datasource.username = root
spring.datasource.password = admin
spring.datasource.driverClassName = com.mysql.jdbc.Driver

spring.mvc.view.prefix=/WEB-INF/views/
spring.mvc.view.suffix=.jsp

猜你喜欢

转载自blog.csdn.net/weixin_42075468/article/details/88971319
今日推荐