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

io.github.52ylx:lxboot 2.0.1

application.properties配置文件参考 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=数据库名 #数据库分页 入参继承PageInfo 出参使用PageInfo即可 #开启数据库日志 logging.level.dao包名=DEBUG #es地址 用来存储日志 es.esHosts=ip:9200 #查看日志密钥 默认 qqqq1111 #server.log.user.key= #日志地址: ip:端口/serverlog/index.html #swagger地址 ip:端口/doc.html swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}] #关闭lxlog 用来存储到es #lxlog.enable=false #异常拦截器 #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 #请求头默认参数 #maven 配置文件建议加上

Группа

Группа

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

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

lxboot
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать lxboot 2.0.1


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