1 Star 0 Fork 1

wangjt/iamxiongx-manager-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application.properties 10.76 KB
一键复制 编辑 原始数据 按行查看 历史
xxxxx 提交于 2018-07-13 17:31 +08:00 . no commit message
# AOP \u800c\u5f53\u6211\u4eec\u9700\u8981\u4f7f\u7528CGLIB\u6765\u5b9e\u73b0AOP\u7684\u65f6\u5019\uff0c\u9700\u8981\u914d\u7f6espring.aop.proxy-target-class=true\uff0c\u4e0d\u7136\u9ed8\u8ba4\u4f7f\u7528\u7684\u662f\u6807\u51c6Java\u7684\u5b9e\u73b0\u3002
spring.aop.auto=true
spring.aop.proxy-target-class=true
spring.mvc.favicon.enabled = false
#\u70ed\u90e8\u7f72
spring.devtools.restart.enabled = true
# \u54cd\u5e94\u9875\u9762\u9ed8\u8ba4\u540e\u7f00
#\u9875\u9762\u9ed8\u8ba4\u524d\u7f00\u76ee\u5f55
spring.mvc.view.prefix=/
#\u9875\u9762\u9ed8\u8ba4\u540e\u7f00\u76ee\u5f55
spring.mvc.view.suffix=.html
spring.mvc.favicon.enabled=false
# tomcat
#spring.session.store-type=none
#server.port = 8000
#server.address = 0.0.0.0
server.tomcat.uri-encoding=UTF-8
# HTTP encoding (HttpEncodingProperties)
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true
######\u6587\u4ef6\u4e0a\u4f20
###\u9ed8\u8ba4\u7f16\u7801
spring.http.multipart.resolveLazily=true
#\u5185\u5b58\u4e2d\u7684\u6700\u5927\u503c
#spring.http.multipart.maxInMemorySize=4096
###\u6587\u4ef6\u5927\u5c0f
spring.http.multipart.maxFileSize=25Mb
spring.http.multipart.maxRequestSize=25Mb
# AOP \u800c\u5f53\u6211\u4eec\u9700\u8981\u4f7f\u7528CGLIB\u6765\u5b9e\u73b0AOP\u7684\u65f6\u5019\uff0c\u9700\u8981\u914d\u7f6espring.aop.proxy-target-class=true\uff0c\u4e0d\u7136\u9ed8\u8ba4\u4f7f\u7528\u7684\u662f\u6807\u51c6Java\u7684\u5b9e\u73b0\u3002
spring.aop.auto=true
spring.aop.proxy-target-class=true
#jndi
spring.jndi.server.port = 8888
spring.jndi.server.docbase = F:\\xiongx\\workspaces\\eclipse\\java-oxygen\\iamxiongx\\iamxiongx-manager-web
######jndi\u914d\u7f6e \u9ed8\u8ba4
spring.jndi.enabled = true
spring.jndi.name = jdbc/manager
spring.jndi.factory = com.alibaba.druid.pool.DruidDataSourceFactory
spring.jndi.driver-class-name=com.mysql.jdbc.Driver
spring.jndi.url=jdbc:mysql://192.168.2.30:3306/db_manager?autoReconnect=true&allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8
spring.jndi.username=mysql
spring.jndi.password=123456
#\u5176\u5b83\u914d\u7f6e
#spring.custom.jndi.names = ehr
#ehr
#spring.custom.jndi.ehr.name = jdbc/ehr
#spring.custom.jndi.ehr.factory = com.alibaba.druid.pool.DruidDataSourceFactory
#spring.custom.jndi.ehr.driver-class-name=com.mysql.jdbc.Driver
#spring.custom.jndi.ehr.url=jdbc:mysql://127.0.0.1:3306/db_ehr?useUnicode=true&characterEncoding=UTF-8
#spring.custom.jndi.ehr.username=root
#spring.custom.jndi.ehr.password=20081458
#hr
#spring.custom.jndi.dk.name = jdbc/dk
#spring.custom.jndi.dk.factory = com.alibaba.druid.pool.DruidDataSourceFactory
#spring.custom.jndi.dk.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
#spring.custom.jndi.dk.url=jdbc:sqlserver://192.168.0.237:1433
#spring.custom.jndidk.username=kqtest
#spring.custom.jndi.dk.password=kq123
# \u4e3b\u6570\u636e\u6e90\uff0c\u9ed8\u8ba4\u7684
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://192.168.2.30:3306/db_manager?autoReconnect=true&allowMultiQueries=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8
spring.datasource.username=mysql
spring.datasource.password=123456
#\u8fde\u63a5\u6c60\u7684\u914d\u7f6e\u4fe1\u606f
spring.datasource.initialSize=5
spring.datasource.minIdle=5
spring.datasource.maxActive=20
spring.datasource.maxWait=60000
spring.datasource.timeBetweenEvictionRunsMillis=60000
spring.datasource.minEvictableIdleTimeMillis=300000
spring.datasource.validationQuery=SELECT 0
spring.datasource.testWhileIdle=true
spring.datasource.testOnBorrow=false
spring.datasource.testOnReturn=false
spring.datasource.poolPreparedStatements=true
spring.datasource.maxPoolPreparedStatementPerConnectionSize=20
spring.datasource.filters=stat,wall,log4j
spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
custom.datasource.names=lpcg,hr,ecology
#qb
custom.datasource.lpcg.type=com.alibaba.druid.pool.DruidDataSource
custom.datasource.lpcg.driver-class-name=com.mysql.jdbc.Driver
custom.datasource.lpcg.url=jdbc:mysql://192.168.2.30:3306/quickbuild?useUnicode=true&characterEncoding=UTF-8
custom.datasource.lpcg.username=mysql
custom.datasource.lpcg.password=123456
# hr
custom.datasource.hr.type=com.alibaba.druid.pool.DruidDataSource
custom.datasource.hr.driver-class-name=com.mysql.jdbc.Driver
custom.datasource.hr.url=jdbc:mysql://192.168.0.9:3306/hrsystem_20150109?useUnicode=true&characterEncoding=UTF-8
custom.datasource.hr.username=root
custom.datasource.hr.password=mysql@jtyjy
# ecology
custom.datasource.ecology.type=com.alibaba.druid.pool.DruidDataSource
custom.datasource.ecology.driver-class-name=oracle.jdbc.driver.OracleDriver
custom.datasource.ecology.url=jdbc:oracle:thin:@192.168.2.35:1521/ecology
custom.datasource.ecology.username=ecology
custom.datasource.ecology.password=ecology
# \u66f4\u591a\u6570\u636e\u6e90
#spring.custom.datasource.names=inventory,hr
#spring.custom.datasource.names=hr,dk,ecology
# hr
#spring.custom.datasource.hr.type=com.alibaba.druid.pool.DruidDataSource
#spring.custom.datasource.hr.driver-class-name=com.mysql.jdbc.Driver
#spring.custom.datasource.hr.url=jdbc:mysql://192.168.0.9:3306/hrsystem_20150109?useUnicode=true&characterEncoding=UTF-8
#spring.custom.datasource.hr.username=root
#spring.custom.datasource.hr.password=mysql@jtyjy
# dk \u6253\u5361\u8bb0\u5f55
#spring.custom.datasource.dk.type=com.alibaba.druid.pool.DruidDataSource
#spring.custom.datasource.dk.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
#spring.custom.datasource.dk.url=jdbc:sqlserver://192.168.0.237:1433
#spring.custom.datasource.dk.username=kqtest
#spring.custom.datasource.dk.password=kq123
# \u6cdb\u5faeecology
#spring.custom.datasource.ecology.type=com.alibaba.druid.pool.DruidDataSource
#spring.custom.datasource.ecology.driver-class-name=oracle.jdbc.driver.OracleDriver
#spring.custom.datasource.ecology.url=jdbc:oracle:thin:@192.168.2.35:1521/ecology
#spring.custom.datasource.ecology.username=ecology
#spring.custom.datasource.ecology.password=ecology
######jpa
#JPA Configuration:
spring.jpa.database=MYSQL
# Show or not log for each sql query
spring.jpa.show-sql=true
spring.jpa.generate-ddl=false
# Hibernate ddl auto (create, create-drop, update,validate,none)
spring.jpa.hibernate.ddl-auto=none
# \u6570\u636e\u5e93\u65b9\u8a00
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
# generate_statistics \u662f\u5426\u663e\u793a\u7edf\u8ba1\u4fe1\u606f
spring.jpa.properties.hibernate.generate_statistics = false
# Hibernate\u4e8c\u7ea7\u7f13\u5b58\u548cQuery\u7f13\u5b58
spring.jpa.properties.hibernate.cache.use_second_level_cache = true
# Query \u7f13\u5b58
spring.jpa.properties.hibernate.cache.use_query_cache = true
# \u4f7f\u7528Ehcache
spring.jpa.properties.hibernate.cache.region.factory_class = org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
# Spring Boot \u6574\u5408Hibernate jta \u3001 thread
# spring.jpa.properties.hibernate.current_session_context_class = thread
#spring.jpa.properties.hibernate.current_session_context_class = org.springframework.orm.hibernate5.SpringSessionContext
#spring.jpa.properties.hibernate.current_session_context_class = thread
# \u6279\u5904\u7406
spring.jpa.properties.hibernate.jdbc.batch_size = 200
# sql\u683c\u5f0f\u5316
spring.jpa.properties.hibernate.format_sql = true
# sql\u6253\u5370
spring.jpa.properties.hibernate.use_sql_comments = true
#
#spring.jpa.properties.hibernate.naming.physical-strategy = org.hibernate.cfg.ImprovedNamingStrategy
#com.iamxiongx.springboot.datasource.MySQLUpperCaseStrategy
#org.hibernate.cfg.ImprovedNamingStrategy
#
#spring.jpa.properties.hibernate.packagesToScan = com.snakerflow.framework.security.entity , com.snakerflow.framework.flow.entity , com.snakerflow.framework.config.entity , com.snakerflow.app.modules.entity
#
#spring.jpa.properties.hibernate.mappingResources = hbm/snaker.task.hbm.xml , hbm/snaker.order.hbm.xml , hbm/snaker.ccorder.hbm.xml , hbm/snaker.process.hbm.xml , hbm/snaker.taskactor.hbm.xml , hbm/snaker.workitem.hbm.xml , hbm/snaker.surrogate.hbm.xml
entitymanager.packagesToScan = com
# mybatis
mybatis.config-location = classpath:mybatis-config.xml
mybatis.mapperLocations = classpath*:com/**/*Mapper.xml
#mybatis.typeAliasesPackage: org.snaker.engine.entity
#druid
spring.druid.enabled = true
#servlet
spring.druid.servlet.resetEnable = false
spring.druid.servlet.loginUsername = jtyjy
spring.druid.servlet.loginPassword = jtyjy
spring.druid.servlet.urlMappings = /druid/*
spring.druid.servlet.allow = 192.168.230.101
spring.druid.servlet.deny = 1.1.1.1
#filter
spring.druid.filter.exclusions = *.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*
spring.druid.filter.urlPatterns = /*
#wb
spring.wb.enabled = true
#qb
spring.qb.enabled = true
spring.qb.scanViewPackages = com.iamxiongx.qb.common.view
# snaker
#spring.snaker.enabled = true
#spring.snaker.hibernate5.packagesToScan = com.snakerflow.framework.security.entity , com.snakerflow.framework.flow.entity , com.snakerflow.framework.config.entity , com.snakerflow.app.modules.entity
#spring.snaker.hibernate5.mappingLocations = hbm/snaker.task.hbm.xml , hbm/snaker.order.hbm.xml , hbm/snaker.ccorder.hbm.xml , hbm/snaker.process.hbm.xml , hbm/snaker.taskactor.hbm.xml , hbm/snaker.workitem.hbm.xml , hbm/snaker.surrogate.hbm.xml
#spring.snaker.hibernate5.annotatedPackages =
#jta,thread
#spring.snaker.hibernate5.current_session_context_class = jta
# log
#logging.level.com.jtyjy.custoPay.dao.OrderMapper=DEBUG
#logging.level.com.jtyjy.custoPay=INFO
#logging.level.ROOT=INFO
#logging.level.com.jfinal=DEBUG
# redis
spring.redis.database=0
spring.redis.host=192.168.2.30
# server password
#spring.redis.password=
spring.redis.port=6380
# pool settings ...
spring.redis.pool.max-idle=8
spring.redis.pool.min-idle=0
spring.redis.pool.max-active=8
spring.redis.pool.max-wait=-1
spring.mvcweb.initPackages = com.iamxiongx.springboot.mvcweb
spring.mvcweb.servicePackages = com
spring.mvcweb.filterbeanPackages = com.iamxiongx.springboot.manager
spring.mvcweb.exclusions = login/validate.do,login/getsysteminfo.do
spring.mvcweb.jsonpCorsFilterUrlPatterns = *.lpcgphone
spring.manager.syncuserSql = select * from hr_hrmresource
spring.manager.newidflag = true
spring.manager.userkey = loginid
spring.manager.normalstatus = 1,2,3,4
spring.manager.usertemplet.userid = id
spring.manager.usertemplet.username = loginid
spring.manager.usertemplet.displayname = lastname
spring.manager.usertemplet.password = password
spring.manager.usertemplet.status = status
spring.manager.usertemplet.email = email
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wangjt110/iamxiongx-manager-web.git
git@gitee.com:wangjt110/iamxiongx-manager-web.git
wangjt110
iamxiongx-manager-web
iamxiongx-manager-web
master

搜索帮助