Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- smtweb:
- machine-id: 1
- static:
- local-path: /data/sw/static/
- file:
- local-path: /data/sw/files/
- url: http://127.0.0.1:8888/files
- db:
- default:
- rule:
- prefix: _smt_
- replace: smt_
- server:
- port: 8888
- servlet:
- context-path: /
- logging:
- level:
- root: INFO
- cc.smtweb: DEBUG
- spring:
- # 设置服务名
- application:
- name: smtweb_core
- main:
- allow-bean-definition-overriding: true
- redis:
- host: 127.0.0.1
- port: 6379
- password:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/smt_user?useUnicode=true&characterEncoding=utf-8&useTimezone=true&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: 1681860
- servlet:
- multipart:
- max-file-size: 104857600000
- max-request-size: 10485760000000
- profiles:
- include: role
- cache:
- type: caffeine
- cache-names:
- - core
- caffeine:
- spec: maximumSize=1024,expireAfterWrite=2h
- park:
- secret:
- key: null
- # key: cmVmb3JtZXJyZWZvcm1lcg==
- swagger:
- name: smtweb-core
- version: 2.0
- enabled: true
-
-
|