配置文件参考
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.1compared with
Version Details
| 1.0.0 | 1.0.1 | |
|---|---|---|
| Release date | Mar 14, 2022 | Mar 16, 2022 |
| Licenses | Apache 2.0 | None |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.0.0 | 1.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | javax.validation » validation-api | 2.0.1.Final | - |
| ~ Updated | org.projectlombok » lombok | 1.18.10 | - |
| ~ Updated | org.springframework.boot » spring-boot-starter-web | 2.3.2.RELEASE | - |
