yangys
2025-05-26 2ba2c339acf41fd7bb2a49f0ce186fd664a80cb5
1
2
3
4
5
6
7
8
9
10
11
12
13
server:
  port: 8022
 
spring:
  profiles:
    active: dev
  application:
    name: licenseserver
  thymeleaf:
    mode: HTML
    cache: false #开发阶段使用false
license:
  filesPath: d:\qwlics #存放证书和密钥文件的目录