Implement MessageSenderService

This commit is contained in:
woozu.shin
2021-11-21 20:53:20 +09:00
parent 1505227037
commit c97c8dc01f
24 changed files with 175 additions and 74 deletions

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<springProfile name="local">
<include resource="logback/logback-development.xml" />
<logger name="org.apache.kafka" level="INFO" />
</springProfile>
<springProperty name="DEFAULT_LEVEL_CONFIG" source="log.defaultLevel" />
<springProfile name="development">
<include resource="logback/logback-development.xml" />