commit
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user