application.properties配置数据库的连接


spring.datasource.type= org.apache.tomcat.jdbc.pool.DataSource
spring.datasource.url=jdbc:mysql:///vueblog2?useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=3212626
mybatis.config-location=classpath:/mybatis-config.xml
server.port=8082
logging.level.org.springframework.security=info

每一行是什么意思搞不懂


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM