This commit is contained in:
2023-03-07 11:06:21 +09:00
parent 2b1d3757b3
commit dea29f9466
53 changed files with 192 additions and 222 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.7.8'
id 'org.springframework.boot' version '2.7.9'
id 'io.spring.dependency-management' version '1.0.15.RELEASE'
}

View File

@@ -19,12 +19,12 @@ spring:
# value.serializer: com.amrut.prabhu.dto.coverters.MessageSerializer
binder:
brokers: mindol.synology.me:19092
h2:
console:
enabled: true
path: /h2-console
settings:
web-allow-others: true
# h2:
# console:
# enabled: true
# path: /h2-console
# settings:
# web-allow-others: true
datasource:
url: jdbc:mariadb://mindol.synology.me:3307/kiz_space
driver-class-name: org.mariadb.jdbc.Driver