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
69b12e48
Commit
69b12e48
authored
Jul 14, 2019
by
季圣华
Browse files
更新配置文件
parent
7af407dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application.properties
View file @
69b12e48
server.port
=
8080
#登录超时-秒
server.servlet.session.timeout
=
36000
#数据库连接
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/jsh_erp?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&defaultFetchSize=500&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false
spring.datasource.driverClassName
=
com.mysql.jdbc.Driver
spring.datasource.username
=
root
...
...
@@ -9,20 +12,6 @@ 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
#开启sql打印
logging.level.com.jsh.erp.datasource.mappers
=
DEBUG
#日志
logging.config
=
classpath:logback-spring.xml
logging.level.com.didispace
=
DEBUG
#pagehelper配置
pagehelper.helperDialect
=
mysql
pagehelper.offsetAsPageNum
=
true
pagehelper.rowBoundsWithCount
=
true
pagehelper.pageSizeZero
=
true
pagehelper.reasonable
=
false
pagehelper.params
=
pageNum=pageHelperStart;pageSize=pageHelperRows;
pagehelper.supportMethodsArguments
=
false
#mybatis-plus配置
#open开启 close关闭
mybatis-plus.status
=
close
...
...
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