MessageDto instead of String in Event history

This commit is contained in:
Szakalakamaka
2020-11-18 15:03:01 +01:00
parent 7b80192d43
commit 56baf9641e
10 changed files with 58 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
#environment:
server.port = 8097
server.port = 8098
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

@@ -14,9 +14,7 @@ var state = {
}
var myList, data, previousSort, messageList;
messageList = messageListForPagination;
dupalsit = listForPagination;
state.querySet = listForPagination;
buildTable();