feat: 提交项目代码
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
# dev config
|
||||
#=============================================
|
||||
# 数据库配置
|
||||
#=============================================
|
||||
spring.datasource.driverClassName = oracle.jdbc.OracleDriver
|
||||
spring.datasource.url = jdbc:oracle:thin:@//192.168.10.140:1521/orcl
|
||||
spring.datasource.username = LAWSDB
|
||||
spring.datasource.password = 1q2w3e4r
|
||||
|
||||
#==============================================
|
||||
# 应用设置
|
||||
spring.application.name=gsar
|
||||
application.code=20200101
|
||||
application.center=1
|
||||
#==============================================
|
||||
|
||||
#==============================================
|
||||
# 邮箱配置
|
||||
#==============================================
|
||||
mail.state=false
|
||||
spring.mail.host=outlook.geely.com
|
||||
spring.mail.protocol=smtp
|
||||
spring.mail.username=e-shiwei@geely.com
|
||||
spring.mail.password=YtfaaJauPjq21
|
||||
spring.mail.properties.smtp.auth=true
|
||||
spring.mail.properties.smtp.starttls.enable=false
|
||||
spring.mail.properties.smtp.starttls.required=false
|
||||
spring.mail.properties.mail.smtp.ssl.enable=false
|
||||
spring.mail.port=587
|
||||
|
||||
# ==============================================
|
||||
# rabbitMQ
|
||||
# ==============================================
|
||||
spring.rabbitmq.host=rabbitmq-cluster-01.vs.test.geely.svc
|
||||
spring.rabbitmq.port=5672
|
||||
spring.rabbitmq.virtual-host=uat_pcms
|
||||
spring.rabbitmq.username=uat_pcms
|
||||
spring.rabbitmq.password=VxsBLL5bJruwzXfS
|
||||
# spring.rabbitmq.publisher-confirms=true
|
||||
|
||||
# ==============================================
|
||||
# 文档存储路径指向
|
||||
# ==============================================
|
||||
file.path=/usr/laws/file/
|
||||
Reference in New Issue
Block a user