| License |
License |
|---|---|
| GroupId | GroupIdio.github.52ylx |
| ArtifactId | ArtifactIdlxbootbasic |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionlxbootbasic
配置文件参考
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
#请求头默认参数
#swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}]
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lxbootbasic-1.0.2.pom | |
| lxbootbasic-1.0.2.jar | 30 KB |
| lxbootbasic-1.0.2-sources.jar | 13 KB |
| lxbootbasic-1.0.2-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.52ylx/lxbootbasic/ -->
<dependency>
<groupId>io.github.52ylx</groupId>
<artifactId>lxbootbasic</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.52ylx/lxbootbasic/
implementation 'io.github.52ylx:lxbootbasic:1.0.2'
// https://jarcasting.com/artifacts/io.github.52ylx/lxbootbasic/
implementation ("io.github.52ylx:lxbootbasic:1.0.2")
'io.github.52ylx:lxbootbasic:jar:1.0.2'
<dependency org="io.github.52ylx" name="lxbootbasic" rev="1.0.2">
<artifact name="lxbootbasic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.52ylx', module='lxbootbasic', version='1.0.2')
)
libraryDependencies += "io.github.52ylx" % "lxbootbasic" % "1.0.2"
[io.github.52ylx/lxbootbasic "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.2.RELEASE |
| org.projectlombok : lombok | jar | 1.18.10 |
| io.springfox : springfox-swagger2 | jar | 2.9.2 |
| com.github.xiaoymin : knife4j-spring-boot-starter | jar | 2.0.4 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| io.github.52ylx : lx | jar | 0.0.7 |