MessageDto instead of String in Event history

This commit is contained in:
Szakalakamaka
2020-11-19 12:27:36 +01:00
parent 7bf65c05e8
commit 64843a2a0e
4 changed files with 55 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
#environment:
server.port = 8098
server.port = 8097
spring.application.name = klaus
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
spring.cloud.config.discovery.service-id = klaus-config-service

View File

@@ -3,7 +3,7 @@
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<!--https://github.com/kmtong/logback-redis-appender-->
<appender name="LOGSTASH" class="com.release11.klaus.utilis.RedisAppender">
<host>localhost</host>
<host>redis</host>
<port>6379</port>
<key>logstash</key>
<layout class="ch.qos.logback.classic.PatternLayout">