BAEL-3998-Aws Lambda with Hibernate

This commit is contained in:
Ashley Frieze
2020-08-29 00:07:53 +01:00
committed by Ashley Frieze
parent 9b8815af79
commit c2ac811009
22 changed files with 566 additions and 83 deletions
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>
</configuration>