application.properties的基本配置

application.properties的基本配置,第1张

application.properties的基本配置
//Mysql数据库连接
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/**
spring.datasource.username=root
spring.datasource.password=123456
//mybatis配置文件放置的地址
mybatis.config-location=classpath:mybatis/mybatis-config.xml
mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
//格式化输出
spring.jackson.serialization.indent-output=true
logging.level.nuc.edu.cn.chapter05_mybatis1_20191125.dao=debug
//jsp页面储存路径
spring.mvc.view.prefix=/WEB_INF/jsp/
spring.mvc.view.suffix=.jsp
//更改端口号
server.port=8086

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5438630.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存