не последняя версия
Последняя версия 2.0.5

io.github.52ylx:lxboot 1.0.3

配置文件参考 server.port=8003 spring.profiles.active=@env@ spring.application.name=@project.artifactId@ logging.file=./logs/@project.artifactId@/springboot.log #redis spring.redis.host=47.96.8.149 spring.redis.password= #关闭动态数据源 #dynamic.db.enable=false #开启动态数据源时配置 db.host=ip:3306/ db.user=root db.pass=xxx #数据库名 默认项目名 #db.name=数据库名 #开启数据库日志 logging.level.dao包名=DEBUG #关闭lxlog 用来存储到es #lxlog.enable=false #es地址 用来存储日志 es.esHosts=ip:9200 #异常拦截器 #exceptionWebConfigurer.enable=false #是否开启接口拦截器 #securityFilter.enable=false #是否开启POST接口加密验证 #serveanr.encryptionAuthentication=true #无需加密和登录的接口 server.notAuthAndEncryption.url.pattern=^((.*/swagger-resources.*)|(.*/webjars/.*)|(.*/v2/.*)|(.*/wx/.*)|(.*/notify/.*)|(.*/doc.html)|(.*/favicon.ico)|(/healthcard/caGenerate/caGenerateCallBack))$ #无需登录的接口 需要加密 server.notAuth.url.pattern=^((.*/NA/.*))$ #是否允许一个用户同时多点登录 #server.atSameTimeLogin=true #关闭mq mq.enable=false #关闭swagger #swagger.enable=false #swagger- controller包名 默认启动类包 #swagger.basePackage=com.test2 #请求头默认参数 #swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}]

Группа

Группа

io.github.52ylx
Идентификатор

Идентификатор

lxboot
Версия

Версия

1.0.3
Тип

Тип

jar

Скачать lxboot 1.0.3


<!-- https://jarcasting.com/artifacts/io.github.52ylx/lxboot/ -->
<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxboot</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.52ylx/lxboot/
implementation 'io.github.52ylx:lxboot:1.0.3'
// https://jarcasting.com/artifacts/io.github.52ylx/lxboot/
implementation ("io.github.52ylx:lxboot:1.0.3")
'io.github.52ylx:lxboot:jar:1.0.3'
<dependency org="io.github.52ylx" name="lxboot" rev="1.0.3">
  <artifact name="lxboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.52ylx', module='lxboot', version='1.0.3')
)
libraryDependencies += "io.github.52ylx" % "lxboot" % "1.0.3"
[io.github.52ylx/lxboot "1.0.3"]