|
|
@@ -0,0 +1,58 @@
|
|
|
+spring:
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://localhost:13306/helper?setUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
+ username: root
|
|
|
+ password: NJU67helper
|
|
|
+ jpa:
|
|
|
+ open-in-view: true
|
|
|
+ hibernate:
|
|
|
+ ddl-auto: update
|
|
|
+ database: mysql
|
|
|
+ database-platform: org.hibernate.dialect.MySQL8Dialect
|
|
|
+ show-sql: true
|
|
|
+ http:
|
|
|
+ encoding:
|
|
|
+ force: true
|
|
|
+ redis:
|
|
|
+ host: localhost
|
|
|
+ port: 6379
|
|
|
+ data:
|
|
|
+ redis:
|
|
|
+ repositories:
|
|
|
+ enabled: false
|
|
|
+ mail:
|
|
|
+ host: smtp.exmail.qq.com
|
|
|
+ username: noreply@seecoder.cn
|
|
|
+ password: eNrZcqucgcFtLC29
|
|
|
+ properties:
|
|
|
+ mail:
|
|
|
+ smtp:
|
|
|
+ auth: true
|
|
|
+ socketFactory:
|
|
|
+ class: javax.net.ssl.SSLSocketFactory
|
|
|
+ port: 465
|
|
|
+ starttls:
|
|
|
+ enable: true
|
|
|
+ required: true
|
|
|
+ servlet:
|
|
|
+ multipart:
|
|
|
+ max-file-size: 50MB
|
|
|
+ max-request-size: 100MB
|
|
|
+aliyun:
|
|
|
+ oss:
|
|
|
+ endpoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
+ accessKeyId: LTAI4Fi1qmL4iuhH8t7G7r2H
|
|
|
+ accessKeySecret: 7tJWyQqa0cMkQGaPMMvtH6c0VLiOO2
|
|
|
+ bucketName: seec-helper-pdf
|
|
|
+ sms:
|
|
|
+ accessKeyId: LTAI4FiAXXyNfYJLweBXpKPx
|
|
|
+ accessSecret: IBoC7KGkZHOvxZQIfQgp98ZY48AVjW
|
|
|
+ signName: seeccoder
|
|
|
+ templateCode: SMS_181555598
|
|
|
+
|
|
|
+# 自定义数据
|
|
|
+helper:
|
|
|
+ mail:
|
|
|
+ from: ${spring.mail.username}
|
|
|
+ subject: seecoder
|