Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
afddf435
Commit
afddf435
authored
Apr 14, 2020
by
季圣华
Browse files
优化配置文件
parent
65f78627
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application.properties
View file @
afddf435
...
@@ -6,12 +6,8 @@ spring.datasource.url=jdbc:mysql://127.0.0.1:3306/jsh_erp?useUnicode=true&charac
...
@@ -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.driverClassName
=
com.mysql.jdbc.Driver
spring.datasource.username
=
root
spring.datasource.username
=
root
spring.datasource.password
=
123456
spring.datasource.password
=
123456
#generatorConfig专用属性
#前端路径
project
=
src/main/java
resource
=
src/main/resources
web.front.baseDir
=
erp_web
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配置
mybatis-plus.mapper-locations
=
classpath:./mapper_xml/*.xml
mybatis-plus.mapper-locations
=
classpath:./mapper_xml/*.xml
#租户对应的角色id
#租户对应的角色id
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment