update project
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
plugins {
|
plugins {
|
||||||
alias(hlaeja.plugins.kotlin.jvm)
|
alias(hlaeja.plugins.kotlin.jvm)
|
||||||
alias(hlaeja.plugins.kotlin.spring)
|
alias(hlaeja.plugins.kotlin.spring)
|
||||||
alias(hlaeja.plugins.ltd.hlaeja.plugin.certificate)
|
alias(hlaeja.plugins.spring.boot)
|
||||||
alias(hlaeja.plugins.ltd.hlaeja.plugin.service)
|
|
||||||
alias(hlaeja.plugins.spring.dependency.management)
|
alias(hlaeja.plugins.spring.dependency.management)
|
||||||
alias(hlaeja.plugins.springframework.boot)
|
alias(hlaeja.plugins.certificate)
|
||||||
|
alias(hlaeja.plugins.service)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@@ -31,14 +31,14 @@ dependencies {
|
|||||||
|
|
||||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||||
|
|
||||||
integrationTestImplementation(hlaeja.assertj.core)
|
testIntegrationImplementation(hlaeja.assertj.core)
|
||||||
integrationTestImplementation(hlaeja.library.test)
|
testIntegrationImplementation(hlaeja.library.test)
|
||||||
integrationTestImplementation(hlaeja.projectreactor.reactor.test)
|
testIntegrationImplementation(hlaeja.projectreactor.reactor.test)
|
||||||
integrationTestImplementation(hlaeja.kotlin.test.junit5)
|
testIntegrationImplementation(hlaeja.kotlin.test.junit5)
|
||||||
integrationTestImplementation(hlaeja.kotlinx.coroutines.test)
|
testIntegrationImplementation(hlaeja.kotlinx.coroutines.test)
|
||||||
integrationTestImplementation(hlaeja.springboot.starter.test)
|
testIntegrationImplementation(hlaeja.springboot.starter.test)
|
||||||
|
|
||||||
integrationTestRuntimeOnly(hlaeja.junit.platform.launcher)
|
testIntegrationRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "ltd.hlaeja"
|
group = "ltd.hlaeja"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
version=0.6.0-SNAPSHOT
|
version=0.6.0-SNAPSHOT
|
||||||
catalog=0.10.0
|
catalog=0.11.0-SNAPSHOT
|
||||||
container.port.host=9010
|
container.port.host=9010
|
||||||
|
|||||||
@@ -10,6 +10,20 @@ spring:
|
|||||||
name: "%APP_BUILD_OS_NAME%"
|
name: "%APP_BUILD_OS_NAME%"
|
||||||
version: "%APP_BUILD_OS_VERSION%"
|
version: "%APP_BUILD_OS_VERSION%"
|
||||||
|
|
||||||
|
management:
|
||||||
|
endpoints:
|
||||||
|
access:
|
||||||
|
default: none
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: "health,info"
|
||||||
|
endpoint:
|
||||||
|
health:
|
||||||
|
show-details: always
|
||||||
|
access: read_only
|
||||||
|
info:
|
||||||
|
access: read_only
|
||||||
|
|
||||||
jwt:
|
jwt:
|
||||||
private-key: cert/private_key.pem
|
private-key: cert/private_key.pem
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
<configuration>
|
|
||||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
|
||||||
<encoder>
|
|
||||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
|
||||||
</encoder>
|
|
||||||
</appender>
|
|
||||||
<root level="INFO">
|
|
||||||
<appender-ref ref="STDOUT"/>
|
|
||||||
</root>
|
|
||||||
<logger level="DEBUG" name="ltd.hlaeja"/>
|
|
||||||
</configuration>
|
|
||||||
Reference in New Issue
Block a user