3 Star 0 Fork 0

思特沃克数字平台在线学习系统/tws-config-deployment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
program-center.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
review 提交于 2020-03-11 12:45 . [Xin]: fix upload url
app:
contextPath: ~
server:
port: 8090
database:
url: jdbc:mysql://localhost:3306/ProgramCenter?useUnicode=true&characterEncoding=utf-8
username: root
password: pass
spring:
datasource:
url: ${database.url}
username: ${database.username}
password: ${database.password}
driver-class-name: com.mysql.jdbc.Driver
jpa:
hibernate:
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
cache:
ehcache:
config: ehcache.xml
servlet:
multipart:
max-file-size: 2048MB
max-request-size: 2048MB
file-size-threshold: 10MB
enabled: true
amazonProperties:
endpointUrl: https://s3.cn-north-1.amazonaws.com
accessKey: xxxxxxxxxx
secretKey: xxxxxxxxxx
bucketName: quiz-center-files
picBucketName: tws-upload
rootPath: https://s3.cn-north-1.amazonaws.com.cn
image-directory: images
temp-image-directory: images/temp
userCenter: http://tws-user-center:23456/home
quizCenter: http://tws-quiz-center:23456
upload-path: http://localhost:8090/upload/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tws-system/tws-config-deployment.git
git@gitee.com:tws-system/tws-config-deployment.git
tws-system
tws-config-deployment
tws-config-deployment
master

搜索帮助