//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
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)