优化配置文件

This commit is contained in:
季圣华
2020-04-14 16:01:01 +08:00
parent 65f786277a
commit afddf43506

View File

@@ -6,12 +6,8 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/jsh_erp?useUnicode=true&charac
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=123456
#generatorConfig专用属性
project=src/main/java
resource=src/main/resources
#前端路径
web.front.baseDir=erp_web
mybatis.type-aliases-package=com.jsh.erp.datasource.entities.*
mybatis.mapper-locations=classpath:./mapper_xml/*.xml
#mybatis-plus配置
mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml
#租户对应的角色id