1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- logging:
- level:
- root: OFF
- server:
- port: 8081
- spring:
- application:
- name: teach-java #指定服务名
- datasource:
- driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-2ze7a46x328obvl7dno.mysql.rds.aliyuncs.com:3306/teach?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowPublicKeyRetrieval=true
- username: aimerneige
- password: XA_Fyk^bRy*X7g7
- jpa:
- database: MySQL
- show-sql: true
- redis:
- host: 47.94.15.64
- port: 6379
- rpc:
- api:
- token: http://101.42.226.88:8080/token
- explainService: http://127.0.0.1:10417/explain
- shortAnswerService: http://127.0.0.1:10417/short
- queryStudentName: http://101.42.226.88:8080/rpc/student/name/
- queryFileText: http://101.42.226.88:8080/file/
- deleteFile: http://101.42.226.88:8080/rpc/file/
- brynhild:
- common:
- basePackage: com.main
- validator:
- access:
- basePackage: com.main
- acuta:
- blowSnowDllPath: C:\runtime\jars\dc\dll\BlowSnow.dll
- host: 101.42.226.88
- port: 2138
- username: admin
- password: +sLj.[-V)Y-{+x,p
- database: zzj
|