prop config
This commit is contained in:
parent
7640c1dab6
commit
87a3d72a33
@ -1,24 +1,47 @@
|
|||||||
server:
|
server:
|
||||||
port: 8100
|
port: 8100
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
http:
|
http:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 1024MB
|
max-file-size: 1024MB
|
||||||
max-request-size: 1024MB
|
max-request-size: 1024MB
|
||||||
|
jackson:
|
||||||
|
default-property-inclusion: NON_NULL
|
||||||
|
time-zone: GMT+8
|
||||||
|
serialization:
|
||||||
|
write-dates-as-timestamps: true
|
||||||
|
fail-on-empty-beans: false
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 1024MB
|
||||||
|
max-request-size: 1024MB
|
||||||
|
|
||||||
|
datasource:
|
||||||
|
database-name: ambition_crm
|
||||||
|
host: 127.0.0.1
|
||||||
|
password: 696@2^~)oZ@^#*Q
|
||||||
|
port: 3306
|
||||||
|
username: root
|
||||||
|
|
||||||
database:
|
database:
|
||||||
backup-dir: /data/program/mysql-backup/backup/ambition_crm
|
backup-dir: /data/program/mysql-backup/backup/ambition_crm
|
||||||
backup-shell: /data/program/mysql-backup/bin/mysql_restore.sh
|
restore-shell: /data/program/mysql-backup/bin/mysql-restore.sh
|
||||||
datasource:
|
|
||||||
database-name: ambition_crm
|
file:
|
||||||
host: 127.0.0.1
|
base-dir: /data/program/lemo-crm/files
|
||||||
password: 696@2^~)oZ@^#*Q
|
base-path: http://116.62.189.211/f/
|
||||||
port: 43306
|
|
||||||
username: root
|
|
||||||
|
|
||||||
shiro:
|
shiro:
|
||||||
session:
|
session:
|
||||||
validation:
|
timeout: 21600000
|
||||||
scheduler:
|
validation:
|
||||||
enabled: true
|
scheduler:
|
||||||
|
enabled: true
|
||||||
|
filter-chain: >
|
||||||
|
/auth/login=anon
|
||||||
|
/=anon
|
||||||
|
/index.html=anon
|
||||||
|
/assets/**=anon
|
||||||
|
/f/**=anon
|
||||||
|
/**=user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user