Blame view

mybatis-plus.properties 527 Bytes
涂亚平 committed
1 2
# 此处为本项目src所在路径(代码生成器输出路径)
outputDir=/src/main/java
涂亚平 committed
3
author=Tuyp
涂亚平 committed
4 5 6 7 8
# 父的包名
setParent=com.subsidy
# mapper.xml文件生成路径
mapperPath=/src/main/resources/mapper/
# 数据库地址
涂亚平 committed
9
url=jdbc:mysql://139.224.253.21:3306/subsidy?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false&allowMultiQueries=true&useAffectedRows=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
涂亚平 committed
10
driverName=com.mysql.cj.jdbc.Driver
涂亚平 committed
11 12
userName=root
password=ykhladmin302