vince
2024-09-19 1346ece340481c2489dbc4ada7ddd73971991d44
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
39
40
41
42
43
44
45
46
47
48
49
##########################  Server   ##########################
spring:
  profiles:
    active: proGateway
  application:
    name: igds-api
  main:
    allow-bean-definition-overriding: true
  mvc:
    favicon:
      enabled: false
    static-path-pattern: /**
  task:
    scheduling:
      pool:
        size: 100
  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
 
#License 配置示例
license:
  subject: ld_license
  publicAlias: publicCert
  storePass: PUBLICFZZYXXJSGFYXGS888888
  licensePath: D:/AppData/license/license.lic
  publicKeysStorePath: D:/AppData/license/publicCerts.keystore
 
igds:
  default:
    companyId: 5326
  file-path: C:/app/igds-api
  img-path: D:/IGDS/FILE/
  weather-path: https://v1.yiketianqi.com/api?unescape=1&version=v61&appid={appId}&appsecret={appsecret}&cityid={cityid}
  city-id: