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

io.github.52ylx:lxboot 1.2.2

配置文件参考 server.port=8003 spring.profiles.active=@env@ spring.application.name=@project.artifactId@ logging.file=./logs/@project.artifactId@/springboot.log #redis spring.redis.host= 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 #查看日志密钥 默认 qqqq1111 #server.log.user.key= #日志地址: 服务地址/serverlog/index.html #异常拦截器 #exceptionWebConfigurer.enable=false #是否开启接口拦截器 #securityFilter.enable=false #是否开启POST接口加密验证 #serveanr.encryptionAuthentication=true #无需加密和登录的接口 #server.notAuthAndEncryption.url.pattern=^((.*/wx/.*)|(.*/notify/.*))$ #无需登录的接口 需要加密 #server.notAuth.url.pattern=^((.*/NA/.*))$ #是否允许一个用户同时多点登录 #server.atSameTimeLogin=true #开启mq #mq.enable=true #关闭swagger #swagger.enable=false #swagger- controller包名 默认启动类包 #swagger.basePackage=com.test2 #请求头默认参数 #swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}]

Группа

Группа

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

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

lxboot
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать lxboot 1.2.2


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