MVN

io.github.52ylx : lxbootbasic

Maven & Gradle

Apr 12, 2022
0 stars

lxbootbasic · 配置文件参考 server.port=8003 spring.profiles.active=@env@ [email protected]@ 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"}]

<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxbootbasic</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.52ylx : lxbootbasic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of io.github.52ylx : lxbootbasic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lxbootbasic-1.0.3
lxbootbasic-1.0.2
lxbootbasic-1.0.1
lxbootbasic-1.0.0

How to add a dependency to Maven

Add the following io.github.52ylx : lxbootbasic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxbootbasic</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.52ylx : lxbootbasic gradle dependency to your build.gradle file:

implementation 'io.github.52ylx:lxbootbasic:1.0.3'

Gradle Kotlin DSL: Add the following io.github.52ylx : lxbootbasic gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.52ylx:lxbootbasic:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.52ylx : lxbootbasic sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.52ylx" % "lxbootbasic" % "1.0.3"

Advertisement