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

io.github.52ylx:lxboot 1.0.1

配置文件参考 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 #关闭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.1
Тип

Тип

jar

Скачать lxboot 1.0.1


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