CZT
2023-08-21 998770ccd5fac7417c5b680b03b28c439cc31561
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##########################  Server   ##########################
spring:
  profiles:
    active: dev
  application:
    name: igds-api
  main:
    allow-bean-definition-overriding: true
  mvc:
    favicon:
      enabled: false
    static-path-pattern: /**
 
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    joda-date-time-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
 
##########################  logback   ##########################
logging:
  config: classpath:logback-spring.xml
 
 
 
  ##########################  thymeleaf模板配置   ##########################
  thymeleaf:
    prefix: classpath:/templates/
    suffix: .html
    mode: LEGACYHTML5
    encoding: UTF-8
    cache:  false
 
 
igds:
  default:
    companyId: 5503
  file-path: C:/app/igds-api
  img-path: D:/IGDS/FILE/