Commit afddf435 authored by 季圣华's avatar 季圣华
Browse files

优化配置文件

parent 65f78627
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment