配置文件参考
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
#请求头默认参数
...
Compile Dependencies (6)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache 2.0
| com.github.xiaoymin
»
knife4j-spring-boot-starter Spring Boot 项目starter,快速使用knife4j增强文档 | 2.0.4 | 3.0.3 | |
Apache 2.0
| io.github.52ylx
»
lx https://gitee.com/y_lx/lx/blob/master/README.md | 0.0.7 | 2.2.5 | |
Apache 2.0
| io.springfox
»
springfox-swagger2 JSON API documentation for spring based applications | 2.9.2 | 3.0.0 | |
Validation
Apache 2.0
| javax.validation
»
validation-api JavaBeans Validation (Bean Validation) is a validation model that can add constraints to the beans with annotations ... | 2.0.1.Final | 3.1.1 | |
CodeGen
MIT
| org.projectlombok
»
lombok Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ... | 1.18.10 | 1.18.46 | |
Web Framework
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-web1 vulnerability Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded ... | 2.3.2.RELEASE | 4.0.6 |
