配置文件参考
server.port=8003
spring.profiles.active=@env@
spring.application.name=@project.artifactId@
logging.file=./logs/@project.artifactId@/springboot.log
#异常拦截器
#exceptionWebConfigurer.enable=false
#入参加密拦截器 关闭不进行验证
#securityFilter.enable=false
#关闭swagger
#swagger.enable=false
#swagger- controller包名 默认启动类包
#swagger.basePackage=com.test2
#请求头默认参数
...
Version1.0.3compared with
Version Details
| 1.0.2 | 1.0.3 | |
|---|---|---|
| Release date | Apr 03, 2022 | Apr 12, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.0.2 | 1.0.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | io.github.52ylx » lx | 0.0.7 | 2.0 |
| ~ Updated | org.projectlombok » lombok | 1.18.10 | 1.18.12 |
