simulation-backend/target/classes/application-prod.properties
2025-09-14 16:40:30 +08:00

49 lines
2.0 KiB
Properties

spring.datasource.dynamic.primary=dm
spring.datasource.dynamic.strict=false
spring.datasource.dynamic.datasource.dm.url=jdbc:dm://192.168.0.53:5236/SIMULATION
spring.datasource.dynamic.datasource.dm.driver-class-name=dm.jdbc.driver.DmDriver
spring.datasource.dynamic.datasource.dm.username=simulation
spring.datasource.dynamic.datasource.dm.password=Simulation001
spring.redis.database=0
spring.redis.host=127.0.0.1
spring.redis.port=6379
spring.redis.jedis.pool.max-idle=10
#spring.redis.password=123
spring.redis.timeout=5000
server.port=8099
actable.table.auto=update
actable.model.pack=com.hivekion.domain;com.hivekion.system.domain;
actable.database.type=mysql
uploadPath.temporary=C:/Users/sutao/Desktop/????/tes
uploadPath.projectfile=/Volumes/HD/ProjectFile
importFile.3D=E:/AutoPublish/projectmanage/java/basedatamanage_service/3Dmodel/
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${importFile.3D}
uploadPath = D:/code/area
uploadPath.file=D:/file
spring.servlet.multipart.max-file-size=100MB
spring.servlet.multipart.max-request-size=100MB
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
mybatis-plus.configuration.map-underscore-to-camel-case=false
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
mybatis-plus.configuration.database-id=dm
user.default.password=1q2w3E*
user.default.failsCount=5
## next is about the third login
third.app.id=hello
third.app.secret=hello
#get.code.url= http://32.15.80.150:99/oauth2Server/oauth2/authorizeV2
#app.redirect.url =http://127.0.0.1:8080/redirect
get.token.url = http://127.0.0.1:99/oauth2Server/oauth2/token
#refresh.token.url = http://127.0.0.1/oauth2Server/oauth2/refresh
get.user.url = http://127.0.0.1:99/oauth2Server/oauth2/userinfo
get.all.user = http://127.0.0.1/oauth2Server/api/outside/syncUserAll
#get.all.dept=http://127.0.0.1/oatuh2Server/api/outside/synDeptAll
logout.url=http://127.0.0.1:99/oauth2Server/oauth2/logout
path.planning.url=http://192.168.0.53:8989/route