From 67aef63aa6e34b9c6cd85509562bb638034dbd3e Mon Sep 17 00:00:00 2001 From: haerong22 Date: Mon, 22 Mar 2021 01:09:19 +0900 Subject: [PATCH] rest controller practice : scheduler --- rest-controller-practice/logs/spring-jpa.log | 15197 +--------------- .../logs/spring-jpa.log.2021-03-21.0.gz | Bin 0 -> 157602 bytes .../RestControllerApplication.java | 2 + .../common/schedule/Scheduler.java | 25 + .../logs/service/LogService.java | 2 + .../logs/service/LogServiceImpl.java | 10 + .../src/main/resources/data.sql | 8 +- 7 files changed, 534 insertions(+), 14710 deletions(-) create mode 100644 rest-controller-practice/logs/spring-jpa.log.2021-03-21.0.gz create mode 100644 rest-controller-practice/src/main/java/com/example/restcontroller/common/schedule/Scheduler.java diff --git a/rest-controller-practice/logs/spring-jpa.log b/rest-controller-practice/logs/spring-jpa.log index 12186156..900c98ec 100644 --- a/rest-controller-practice/logs/spring-jpa.log +++ b/rest-controller-practice/logs/spring-jpa.log @@ -1,11395 +1,185 @@ -2021-03-21 00:01:25.583 INFO 23952 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 23952 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 00:01:25.599 INFO 23952 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 00:01:27.239 INFO 23952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 00:01:27.539 INFO 23952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 285 ms. Found 15 JPA repository interfaces. -2021-03-21 00:01:28.715 INFO 23952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 00:01:28.737 INFO 23952 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 00:01:28.738 INFO 23952 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 00:01:28.979 INFO 23952 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 00:01:28.980 INFO 23952 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3269 ms -2021-03-21 00:01:29.087 INFO 23952 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 00:01:29.377 INFO 23952 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 00:01:29.390 INFO 23952 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 00:01:29.736 INFO 23952 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 00:01:29.836 INFO 23952 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 00:01:30.129 INFO 23952 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 00:01:30.194 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@307c59ea -2021-03-21 00:01:30.194 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@307c59ea -2021-03-21 00:01:30.196 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@307c59ea -2021-03-21 00:01:30.198 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@21dea711 -2021-03-21 00:01:30.200 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@5fb8dc01 -2021-03-21 00:01:30.202 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@6cdbe5ec -2021-03-21 00:01:30.204 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2b44605c -2021-03-21 00:01:30.205 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2b44605c -2021-03-21 00:01:30.205 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2b44605c -2021-03-21 00:01:30.207 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@611c3eae -2021-03-21 00:01:30.208 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@611c3eae -2021-03-21 00:01:30.208 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@611c3eae -2021-03-21 00:01:30.209 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7b5ac347 -2021-03-21 00:01:30.209 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7b5ac347 -2021-03-21 00:01:30.209 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7b5ac347 -2021-03-21 00:01:30.211 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@6b25ef1c -2021-03-21 00:01:30.211 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@6b25ef1c -2021-03-21 00:01:30.211 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@6b25ef1c -2021-03-21 00:01:30.212 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@423f8a73 -2021-03-21 00:01:30.212 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@423f8a73 -2021-03-21 00:01:30.212 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@423f8a73 -2021-03-21 00:01:30.216 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5844a2d1 -2021-03-21 00:01:30.217 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5844a2d1 -2021-03-21 00:01:30.217 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5844a2d1 -2021-03-21 00:01:30.219 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2e2f20b8 -2021-03-21 00:01:30.219 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2e2f20b8 -2021-03-21 00:01:30.219 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2e2f20b8 -2021-03-21 00:01:30.220 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@3d0d120b -2021-03-21 00:01:30.220 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@3d0d120b -2021-03-21 00:01:30.222 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@615b5480 -2021-03-21 00:01:30.222 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@615b5480 -2021-03-21 00:01:30.223 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@6bb4cc0e -2021-03-21 00:01:30.224 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@6bb4cc0e -2021-03-21 00:01:30.224 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@b56ec6c -2021-03-21 00:01:30.225 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@bd93bc3 -2021-03-21 00:01:30.226 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@55bf35e5 -2021-03-21 00:01:30.227 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@55bf35e5 -2021-03-21 00:01:30.228 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@6b16de91 -2021-03-21 00:01:30.228 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@6b16de91 -2021-03-21 00:01:30.230 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@685d7ba5 -2021-03-21 00:01:30.230 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@685d7ba5 -2021-03-21 00:01:30.235 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@76d0ecd7 -2021-03-21 00:01:30.236 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@76d0ecd7 -2021-03-21 00:01:30.238 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@5dcf0772 -2021-03-21 00:01:30.239 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@5dcf0772 -2021-03-21 00:01:30.241 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@5e67a490 -2021-03-21 00:01:30.241 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@5e67a490 -2021-03-21 00:01:30.244 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5d66ae3a -2021-03-21 00:01:30.244 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5d66ae3a -2021-03-21 00:01:30.248 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@6682e6a5 -2021-03-21 00:01:30.251 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@6682e6a5 -2021-03-21 00:01:30.254 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@221ca495 -2021-03-21 00:01:30.254 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@221ca495 -2021-03-21 00:01:30.257 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@2b01c689 -2021-03-21 00:01:30.257 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@2b01c689 -2021-03-21 00:01:30.259 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@44dd0d38 -2021-03-21 00:01:30.259 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@44dd0d38 -2021-03-21 00:01:30.261 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@3181d4de -2021-03-21 00:01:30.261 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@3181d4de -2021-03-21 00:01:30.261 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@3181d4de -2021-03-21 00:01:30.262 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1815577b -2021-03-21 00:01:30.265 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3afca2c -2021-03-21 00:01:30.265 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3afca2c -2021-03-21 00:01:30.265 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3afca2c -2021-03-21 00:01:30.266 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6d7b001b -2021-03-21 00:01:30.267 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@d6b532f -2021-03-21 00:01:30.269 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@733534f9 -2021-03-21 00:01:30.269 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@733534f9 -2021-03-21 00:01:30.270 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@61853c7e -2021-03-21 00:01:30.271 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@61853c7e -2021-03-21 00:01:30.272 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@59d5a6fd -2021-03-21 00:01:30.272 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@59d5a6fd -2021-03-21 00:01:30.273 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@1e734eee -2021-03-21 00:01:30.273 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1e734eee -2021-03-21 00:01:30.275 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3bc20984 -2021-03-21 00:01:30.275 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3bc20984 -2021-03-21 00:01:30.276 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@2424cb9d -2021-03-21 00:01:30.280 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@173511ff -2021-03-21 00:01:30.280 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@173511ff -2021-03-21 00:01:30.281 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@173511ff -2021-03-21 00:01:30.283 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1ccc1026 -2021-03-21 00:01:30.283 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1ccc1026 -2021-03-21 00:01:30.283 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1ccc1026 -2021-03-21 00:01:30.285 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@722787b5 -2021-03-21 00:01:30.286 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@1a497286 -2021-03-21 00:01:30.287 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@aa752bb -2021-03-21 00:01:30.287 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@aa752bb -2021-03-21 00:01:30.287 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@aa752bb -2021-03-21 00:01:30.288 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@389a5022 -2021-03-21 00:01:30.288 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@389a5022 -2021-03-21 00:01:30.288 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@389a5022 -2021-03-21 00:01:30.289 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6c995c5d -2021-03-21 00:01:30.289 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@677cb96e -2021-03-21 00:01:30.291 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@7574d4ad -2021-03-21 00:01:30.291 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@7574d4ad -2021-03-21 00:01:30.292 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@33627576 -2021-03-21 00:01:30.293 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@7272ee51 -2021-03-21 00:01:30.293 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7272ee51 -2021-03-21 00:01:30.294 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@1883871b -2021-03-21 00:01:30.294 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1883871b -2021-03-21 00:01:30.295 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@240a2619 -2021-03-21 00:01:30.295 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@28554ac8 -2021-03-21 00:01:30.301 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@1f7e52d1 -2021-03-21 00:01:30.306 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@52d7ab79 -2021-03-21 00:01:30.306 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@52d7ab79 -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@641ed324 -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@45984654 -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4c5406b -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@66b0e207 -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@74a58a06 -2021-03-21 00:01:30.307 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@7308c820 -2021-03-21 00:01:30.308 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5d601832 -2021-03-21 00:01:30.308 DEBUG 23952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@3ca17943 -2021-03-21 00:01:30.443 INFO 23952 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 00:01:30.605 DEBUG 23952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@16ea0f22] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@60fc7f43] -2021-03-21 00:01:30.960 DEBUG 23952 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 00:01:30.962 DEBUG 23952 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 00:01:31.255 DEBUG 23952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@16ea0f22] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@33430fc] -2021-03-21 00:01:32.164 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:21.308 INFO 21892 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 21892 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) +2021-03-22 00:57:21.324 INFO 21892 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default +2021-03-22 00:57:23.316 INFO 21892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-03-22 00:57:23.726 INFO 21892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 391 ms. Found 16 JPA repository interfaces. +2021-03-22 00:57:25.007 INFO 21892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2021-03-22 00:57:25.028 INFO 21892 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-03-22 00:57:25.029 INFO 21892 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] +2021-03-22 00:57:25.304 INFO 21892 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-03-22 00:57:25.305 INFO 21892 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3859 ms +2021-03-22 00:57:25.398 INFO 21892 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2021-03-22 00:57:25.641 INFO 21892 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2021-03-22 00:57:25.648 INFO 21892 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' +2021-03-22 00:57:25.958 INFO 21892 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-03-22 00:57:26.084 INFO 21892 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final +2021-03-22 00:57:26.448 INFO 21892 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} +2021-03-22 00:57:26.547 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@7cc2c551 +2021-03-22 00:57:26.547 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@7cc2c551 +2021-03-22 00:57:26.548 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@7cc2c551 +2021-03-22 00:57:26.550 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@37c1cfa +2021-03-22 00:57:26.551 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@537b3b2e +2021-03-22 00:57:26.554 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@221ca495 +2021-03-22 00:57:26.560 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@237b2852 +2021-03-22 00:57:26.560 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@237b2852 +2021-03-22 00:57:26.560 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@237b2852 +2021-03-22 00:57:26.564 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@550c973e +2021-03-22 00:57:26.565 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@550c973e +2021-03-22 00:57:26.566 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@550c973e +2021-03-22 00:57:26.573 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7e94e331 +2021-03-22 00:57:26.574 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7e94e331 +2021-03-22 00:57:26.574 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7e94e331 +2021-03-22 00:57:26.577 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@7b8aebd0 +2021-03-22 00:57:26.578 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@7b8aebd0 +2021-03-22 00:57:26.578 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@7b8aebd0 +2021-03-22 00:57:26.581 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@71567f33 +2021-03-22 00:57:26.582 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@71567f33 +2021-03-22 00:57:26.582 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@71567f33 +2021-03-22 00:57:26.585 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5a7b6b75 +2021-03-22 00:57:26.587 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5a7b6b75 +2021-03-22 00:57:26.588 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5a7b6b75 +2021-03-22 00:57:26.591 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2cae5fa7 +2021-03-22 00:57:26.592 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2cae5fa7 +2021-03-22 00:57:26.593 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2cae5fa7 +2021-03-22 00:57:26.596 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@660b1a9d +2021-03-22 00:57:26.597 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@660b1a9d +2021-03-22 00:57:26.599 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@6fe04f2a +2021-03-22 00:57:26.599 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@6fe04f2a +2021-03-22 00:57:26.601 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@7523d5a1 +2021-03-22 00:57:26.603 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@7523d5a1 +2021-03-22 00:57:26.605 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@5980fa73 +2021-03-22 00:57:26.607 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1ae924f1 +2021-03-22 00:57:26.608 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@5f3b84bd +2021-03-22 00:57:26.608 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@5f3b84bd +2021-03-22 00:57:26.609 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@f18b738 +2021-03-22 00:57:26.610 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@f18b738 +2021-03-22 00:57:26.611 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@6fb22ae3 +2021-03-22 00:57:26.612 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6fb22ae3 +2021-03-22 00:57:26.613 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5fd8dd66 +2021-03-22 00:57:26.614 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5fd8dd66 +2021-03-22 00:57:26.615 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@55c50f52 +2021-03-22 00:57:26.615 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@55c50f52 +2021-03-22 00:57:26.618 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@79f5a6ed +2021-03-22 00:57:26.618 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@79f5a6ed +2021-03-22 00:57:26.622 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@120350eb +2021-03-22 00:57:26.622 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@120350eb +2021-03-22 00:57:26.624 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@643ecfef +2021-03-22 00:57:26.624 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@643ecfef +2021-03-22 00:57:26.626 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@19d53ab4 +2021-03-22 00:57:26.627 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@19d53ab4 +2021-03-22 00:57:26.629 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@27bc1d44 +2021-03-22 00:57:26.630 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@27bc1d44 +2021-03-22 00:57:26.632 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@1b409a79 +2021-03-22 00:57:26.632 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1b409a79 +2021-03-22 00:57:26.636 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@3e0a9b1d +2021-03-22 00:57:26.636 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@3e0a9b1d +2021-03-22 00:57:26.637 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@3e0a9b1d +2021-03-22 00:57:26.639 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@4e3283f6 +2021-03-22 00:57:26.641 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@21516c88 +2021-03-22 00:57:26.641 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@21516c88 +2021-03-22 00:57:26.642 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@21516c88 +2021-03-22 00:57:26.643 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7604198a +2021-03-22 00:57:26.645 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@464aeb09 +2021-03-22 00:57:26.646 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@52d7ab79 +2021-03-22 00:57:26.646 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@52d7ab79 +2021-03-22 00:57:26.647 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@66b0e207 +2021-03-22 00:57:26.647 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@66b0e207 +2021-03-22 00:57:26.650 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@c0c8f96 +2021-03-22 00:57:26.650 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@c0c8f96 +2021-03-22 00:57:26.654 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@482a58c7 +2021-03-22 00:57:26.656 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@482a58c7 +2021-03-22 00:57:26.659 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@2d4fb0d8 +2021-03-22 00:57:26.659 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@2d4fb0d8 +2021-03-22 00:57:26.660 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5b332439 +2021-03-22 00:57:26.663 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@1b0e031b +2021-03-22 00:57:26.664 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@1b0e031b +2021-03-22 00:57:26.664 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@1b0e031b +2021-03-22 00:57:26.666 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@8077c97 +2021-03-22 00:57:26.666 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@8077c97 +2021-03-22 00:57:26.667 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@8077c97 +2021-03-22 00:57:26.671 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@4601047 +2021-03-22 00:57:26.673 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@54c11750 +2021-03-22 00:57:26.674 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@799c8758 +2021-03-22 00:57:26.674 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@799c8758 +2021-03-22 00:57:26.675 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@799c8758 +2021-03-22 00:57:26.677 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@582dcd35 +2021-03-22 00:57:26.677 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@582dcd35 +2021-03-22 00:57:26.677 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@582dcd35 +2021-03-22 00:57:26.679 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@55adcf9e +2021-03-22 00:57:26.679 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@58601e7a +2021-03-22 00:57:26.681 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@11399548 +2021-03-22 00:57:26.681 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@11399548 +2021-03-22 00:57:26.682 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@a457c2b +2021-03-22 00:57:26.686 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@184afb78 +2021-03-22 00:57:26.687 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@184afb78 +2021-03-22 00:57:26.690 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@4438938e +2021-03-22 00:57:26.690 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@4438938e +2021-03-22 00:57:26.691 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@91a2543 +2021-03-22 00:57:26.692 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@3af36922 +2021-03-22 00:57:26.695 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@4899799b +2021-03-22 00:57:26.700 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@78065fcd +2021-03-22 00:57:26.700 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@78065fcd +2021-03-22 00:57:26.703 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@19b9f903 +2021-03-22 00:57:26.704 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@10e56da9 +2021-03-22 00:57:26.704 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@28cb86b2 +2021-03-22 00:57:26.704 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@22ae905f +2021-03-22 00:57:26.705 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@748904e8 +2021-03-22 00:57:26.705 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4fbaa7f5 +2021-03-22 00:57:26.705 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3b3056a6 +2021-03-22 00:57:26.705 DEBUG 21892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6d4a05f7 +2021-03-22 00:57:26.853 INFO 21892 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect +2021-03-22 00:57:27.035 DEBUG 21892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@13cc31ae] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5bb7a59] +2021-03-22 00:57:27.456 DEBUG 21892 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType +2021-03-22 00:57:27.458 DEBUG 21892 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus +2021-03-22 00:57:27.712 DEBUG 21892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@13cc31ae] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@26270b77] +2021-03-22 00:57:28.579 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board CASCADE -2021-03-21 00:01:32.170 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.582 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_bookmark CASCADE -2021-03-21 00:01:32.171 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.582 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_comment CASCADE -2021-03-21 00:01:32.171 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.583 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_hits CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.583 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_like CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.583 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_report CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.583 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_scrap CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.583 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists board_type CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.584 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists logs CASCADE -2021-03-21 00:01:32.172 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 00:01:32.173 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 00:01:32.173 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 00:01:32.173 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 00:01:32.173 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 00:01:32.173 DEBUG 23952 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 00:01:32.177 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.194 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.196 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.198 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.202 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.204 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:01:32.206 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.207 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 00:01:32.208 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 00:01:32.209 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.210 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.212 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 00:01:32.215 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.218 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:01:32.219 DEBUG 23952 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 00:01:32.220 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 00:01:32.226 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 00:01:32.237 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 00:01:32.239 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 00:01:32.240 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 00:01:32.242 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:01:32.243 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 00:01:32.244 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 00:01:32.246 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 00:01:32.250 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 00:01:32.253 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 00:01:32.255 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 00:01:32.257 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 00:01:32.259 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 00:01:32.261 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 00:01:32.263 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 00:01:32.265 DEBUG 23952 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:01:32.271 INFO 23952 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 00:01:32.284 TRACE 23952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@33430fc] for TypeConfiguration -2021-03-21 00:01:32.287 INFO 23952 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 00:01:33.941 WARN 23952 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 00:01:34.378 INFO 23952 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: fd020674-f12b-4531-9939-db702334d807 - -2021-03-21 00:01:34.521 INFO 23952 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@99774ec, org.springframework.security.web.context.SecurityContextPersistenceFilter@3497ecea, org.springframework.security.web.header.HeaderWriterFilter@5f1a3c4, org.springframework.security.web.authentication.logout.LogoutFilter@7c816f46, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4b2af0eb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@543a7605, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7ec176da, org.springframework.security.web.session.SessionManagementFilter@1f7949dc, org.springframework.security.web.access.ExceptionTranslationFilter@1a99744a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@45cddfd3] -2021-03-21 00:01:34.802 INFO 23952 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 00:01:35.239 INFO 23952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 00:01:35.255 INFO 23952 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.68 seconds (JVM running for 13.348) -2021-03-21 00:02:54.041 INFO 23952 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 00:02:54.043 INFO 23952 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 00:02:54.043 INFO 23952 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms -2021-03-21 00:02:54.071 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:02:54.071 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:02:54.071 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:02:54.071 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST -2021-03-21 00:02:54.071 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : /api/login -2021-03-21 00:02:54.277 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:02:54.277 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 00:02:54.277 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:02:54.303 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.303 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:02:54.303 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.356 DEBUG 23952 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 00:02:54.364 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 00:02:54.368 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 00:02:54.376 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 00:02:54.378 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 00:02:54.378 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 00:02:54.378 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 00:02:54.380 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 00:02:54.380 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 00:02:54.380 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 00:02:54.380 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 00:02:54.398 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 00:02:54.398 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 00:02:54.398 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 00:02:54.398 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 00:02:54.398 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 00:02:54.399 TRACE 23952 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 00:02:54.577 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.577 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:02:54.578 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.628 DEBUG 23952 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 00:02:54.629 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T00:02:54.581148] -2021-03-21 00:02:54.629 TRACE 23952 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null}] -2021-03-21 00:02:54.639 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null} -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:02:54.640 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:02:54.716 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:02:54.716 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 00:02:54.716 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:03:09.006 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:09.006 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:03:09.006 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:09.006 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : POST -2021-03-21 00:03:09.006 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : /api/board -2021-03-21 00:03:09.027 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:03:09.028 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 00:03:09.028 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:03:09.062 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:03:09.062 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:03:09.062 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:03:09.068 DEBUG 23952 --- [http-nio-8080-exec-3] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 00:03:09.068 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 00:03:09.069 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 00:03:09.069 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 00:03:09.069 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 00:03:09.070 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 00:03:09.070 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 00:03:09.070 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 00:03:09.070 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 00:03:09.071 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 00:03:09.072 TRACE 23952 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 00:03:09.074 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:03:09.075 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:03:09.075 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:03:09.075 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:03:09.075 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 00:03:09.075 INFO 23952 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:03:24.971 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:24.971 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:03:24.971 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:24.971 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : GET -2021-03-21 00:03:24.971 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : /favicon.ico -2021-03-21 00:03:24.984 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:24.985 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:03:24.985 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:03:24.985 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : GET -2021-03-21 00:03:24.987 INFO 23952 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : /error -2021-03-21 00:04:35.178 INFO 25124 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 25124 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 00:04:35.191 INFO 25124 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 00:04:36.910 INFO 25124 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 00:04:37.260 INFO 25124 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 333 ms. Found 15 JPA repository interfaces. -2021-03-21 00:04:38.653 INFO 25124 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 00:04:38.682 INFO 25124 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 00:04:38.684 INFO 25124 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 00:04:38.990 INFO 25124 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 00:04:38.991 INFO 25124 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3684 ms -2021-03-21 00:04:39.074 INFO 25124 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 00:04:39.242 INFO 25124 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 00:04:39.250 INFO 25124 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 00:04:39.493 INFO 25124 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 00:04:39.555 INFO 25124 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 00:04:39.741 INFO 25124 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 00:04:39.780 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@1b17d8ab -2021-03-21 00:04:39.780 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@1b17d8ab -2021-03-21 00:04:39.780 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@1b17d8ab -2021-03-21 00:04:39.781 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@4861cca9 -2021-03-21 00:04:39.782 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6eda012b -2021-03-21 00:04:39.783 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@2fdf22f7 -2021-03-21 00:04:39.784 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7772d266 -2021-03-21 00:04:39.784 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7772d266 -2021-03-21 00:04:39.785 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@7772d266 -2021-03-21 00:04:39.787 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@6cdbe5ec -2021-03-21 00:04:39.787 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@6cdbe5ec -2021-03-21 00:04:39.787 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@6cdbe5ec -2021-03-21 00:04:39.792 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@150d6eaf -2021-03-21 00:04:39.792 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@150d6eaf -2021-03-21 00:04:39.792 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@150d6eaf -2021-03-21 00:04:39.794 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@eaf8427 -2021-03-21 00:04:39.794 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@eaf8427 -2021-03-21 00:04:39.795 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@eaf8427 -2021-03-21 00:04:39.796 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@17176b18 -2021-03-21 00:04:39.796 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@17176b18 -2021-03-21 00:04:39.796 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@17176b18 -2021-03-21 00:04:39.797 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@6c9a3661 -2021-03-21 00:04:39.798 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@6c9a3661 -2021-03-21 00:04:39.798 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@6c9a3661 -2021-03-21 00:04:39.799 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3f0ce0d1 -2021-03-21 00:04:39.799 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3f0ce0d1 -2021-03-21 00:04:39.799 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@3f0ce0d1 -2021-03-21 00:04:39.800 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@350ff014 -2021-03-21 00:04:39.801 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@350ff014 -2021-03-21 00:04:39.802 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3b28b7b0 -2021-03-21 00:04:39.802 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3b28b7b0 -2021-03-21 00:04:39.805 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@374c3975 -2021-03-21 00:04:39.806 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@374c3975 -2021-03-21 00:04:39.807 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@6b5c134e -2021-03-21 00:04:39.808 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@6bcdd6e4 -2021-03-21 00:04:39.811 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@ddffa6c -2021-03-21 00:04:39.811 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@ddffa6c -2021-03-21 00:04:39.812 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@5abf6a99 -2021-03-21 00:04:39.813 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@5abf6a99 -2021-03-21 00:04:39.814 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@7a814310 -2021-03-21 00:04:39.814 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@7a814310 -2021-03-21 00:04:39.815 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@4b4a2fa8 -2021-03-21 00:04:39.816 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@4b4a2fa8 -2021-03-21 00:04:39.817 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@65036e8d -2021-03-21 00:04:39.817 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@65036e8d -2021-03-21 00:04:39.819 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@26d0ece6 -2021-03-21 00:04:39.820 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@26d0ece6 -2021-03-21 00:04:39.823 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@35ac9ebd -2021-03-21 00:04:39.823 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@35ac9ebd -2021-03-21 00:04:39.825 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@4df7d9ee -2021-03-21 00:04:39.825 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@4df7d9ee -2021-03-21 00:04:39.827 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@11e17893 -2021-03-21 00:04:39.827 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@11e17893 -2021-03-21 00:04:39.829 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@537b3b2e -2021-03-21 00:04:39.829 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@537b3b2e -2021-03-21 00:04:39.830 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@401788d5 -2021-03-21 00:04:39.830 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@401788d5 -2021-03-21 00:04:39.831 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@701c223a -2021-03-21 00:04:39.832 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@701c223a -2021-03-21 00:04:39.832 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@701c223a -2021-03-21 00:04:39.834 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@439f2d87 -2021-03-21 00:04:39.835 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@2bdab835 -2021-03-21 00:04:39.835 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@2bdab835 -2021-03-21 00:04:39.835 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@2bdab835 -2021-03-21 00:04:39.837 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1815577b -2021-03-21 00:04:39.839 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1f949ab9 -2021-03-21 00:04:39.841 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3a209918 -2021-03-21 00:04:39.842 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3a209918 -2021-03-21 00:04:39.842 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@587f4f63 -2021-03-21 00:04:39.842 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@587f4f63 -2021-03-21 00:04:39.843 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@28e7bb31 -2021-03-21 00:04:39.843 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@28e7bb31 -2021-03-21 00:04:39.846 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@621624b1 -2021-03-21 00:04:39.846 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@621624b1 -2021-03-21 00:04:39.847 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@5be4be74 -2021-03-21 00:04:39.847 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@5be4be74 -2021-03-21 00:04:39.848 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@27bcb4ad -2021-03-21 00:04:39.849 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@5e68be2 -2021-03-21 00:04:39.849 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@5e68be2 -2021-03-21 00:04:39.850 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@5e68be2 -2021-03-21 00:04:39.852 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@2424cb9d -2021-03-21 00:04:39.852 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@2424cb9d -2021-03-21 00:04:39.852 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@2424cb9d -2021-03-21 00:04:39.855 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@4567fb2b -2021-03-21 00:04:39.856 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@6df11e91 -2021-03-21 00:04:39.858 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@4044589a -2021-03-21 00:04:39.858 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@4044589a -2021-03-21 00:04:39.858 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@4044589a -2021-03-21 00:04:39.858 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@edb83f8 -2021-03-21 00:04:39.859 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@edb83f8 -2021-03-21 00:04:39.859 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@edb83f8 -2021-03-21 00:04:39.859 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@48dff674 -2021-03-21 00:04:39.860 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@4a9b3956 -2021-03-21 00:04:39.861 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@bb8ead8 -2021-03-21 00:04:39.861 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@bb8ead8 -2021-03-21 00:04:39.862 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@203b953c -2021-03-21 00:04:39.863 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@63dda940 -2021-03-21 00:04:39.863 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@63dda940 -2021-03-21 00:04:39.865 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@7a55fb81 -2021-03-21 00:04:39.865 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7a55fb81 -2021-03-21 00:04:39.865 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@61911947 -2021-03-21 00:04:39.867 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1b409a79 -2021-03-21 00:04:39.868 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@2035d65b -2021-03-21 00:04:39.875 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@65d9e72a -2021-03-21 00:04:39.875 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@65d9e72a -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@5cce40d7 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@314b7945 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@32da97fd -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@64440065 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@4aa22cc2 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@2049e582 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@464aeb09 -2021-03-21 00:04:39.876 DEBUG 25124 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@2c99c8d -2021-03-21 00:04:39.952 INFO 25124 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 00:04:40.059 DEBUG 25124 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@d1c5cf2] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7e0986c9] -2021-03-21 00:04:40.330 DEBUG 25124 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 00:04:40.332 DEBUG 25124 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 00:04:40.545 DEBUG 25124 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@d1c5cf2] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@1c8f71a7] -2021-03-21 00:04:41.228 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 00:04:41.234 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 00:04:41.234 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 00:04:41.234 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 00:04:41.234 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 00:04:41.234 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 00:04:41.235 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 00:04:41.236 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 00:04:41.236 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 00:04:41.237 DEBUG 25124 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 00:04:41.241 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.254 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.255 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.257 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.261 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.264 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:04:41.267 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.268 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 00:04:41.270 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 00:04:41.271 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.272 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.275 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 00:04:41.278 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.282 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:04:41.284 DEBUG 25124 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 00:04:41.285 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 00:04:41.290 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 00:04:41.300 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 00:04:41.301 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 00:04:41.303 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 00:04:41.304 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:04:41.305 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 00:04:41.307 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 00:04:41.308 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 00:04:41.310 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 00:04:41.313 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 00:04:41.316 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 00:04:41.317 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 00:04:41.319 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 00:04:41.321 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 00:04:41.322 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 00:04:41.323 DEBUG 25124 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:04:41.331 INFO 25124 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 00:04:41.344 TRACE 25124 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@1c8f71a7] for TypeConfiguration -2021-03-21 00:04:41.349 INFO 25124 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 00:04:42.879 WARN 25124 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 00:04:43.288 INFO 25124 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 6c5fc14a-5a7b-4cac-8aa6-dc5d57785c7b - -2021-03-21 00:04:43.440 INFO 25124 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@535b4dbf, org.springframework.security.web.context.SecurityContextPersistenceFilter@5f3c866c, org.springframework.security.web.header.HeaderWriterFilter@4d3bde85, org.springframework.security.web.authentication.logout.LogoutFilter@743f58c3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7b9b6a56, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@39a03ccc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f571c0e, org.springframework.security.web.session.SessionManagementFilter@2319c1e0, org.springframework.security.web.access.ExceptionTranslationFilter@596d17f4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@55a2f08b] -2021-03-21 00:04:43.697 INFO 25124 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 00:04:44.097 INFO 25124 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 00:04:44.116 INFO 25124 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.977 seconds (JVM running for 12.714) -2021-03-21 00:07:42.661 INFO 24808 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 24808 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 00:07:42.666 INFO 24808 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 00:07:44.076 INFO 24808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 00:07:44.348 INFO 24808 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 258 ms. Found 15 JPA repository interfaces. -2021-03-21 00:07:45.342 INFO 24808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 00:07:45.361 INFO 24808 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 00:07:45.362 INFO 24808 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 00:07:45.552 INFO 24808 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 00:07:45.554 INFO 24808 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2816 ms -2021-03-21 00:07:45.639 INFO 24808 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 00:07:45.796 INFO 24808 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 00:07:45.804 INFO 24808 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 00:07:46.053 INFO 24808 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 00:07:46.128 INFO 24808 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 00:07:46.327 INFO 24808 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 00:07:46.379 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:07:46.380 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:07:46.380 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:07:46.382 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@7de147e9 -2021-03-21 00:07:46.382 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@8eb6f9a -2021-03-21 00:07:46.383 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@13ef7fa1 -2021-03-21 00:07:46.385 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:07:46.385 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:07:46.385 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:07:46.386 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:07:46.386 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:07:46.387 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:07:46.388 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:07:46.388 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:07:46.389 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:07:46.389 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:07:46.389 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:07:46.390 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:07:46.391 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:07:46.391 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:07:46.391 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:07:46.392 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:07:46.393 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:07:46.394 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:07:46.396 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:07:46.396 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:07:46.396 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:07:46.397 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:07:46.397 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:07:46.398 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:07:46.399 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:07:46.400 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:07:46.400 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:07:46.400 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1491cd6c -2021-03-21 00:07:46.401 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@b5d9f1e -2021-03-21 00:07:46.402 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:07:46.402 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:07:46.403 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:07:46.404 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:07:46.405 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:07:46.405 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:07:46.407 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:07:46.407 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:07:46.408 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:07:46.409 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:07:46.413 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:07:46.413 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:07:46.415 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:07:46.415 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:07:46.416 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:07:46.416 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:07:46.418 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:07:46.418 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:07:46.420 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:07:46.420 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:07:46.421 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:07:46.421 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:07:46.423 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:07:46.423 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:07:46.423 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:07:46.424 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1544ded3 -2021-03-21 00:07:46.427 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:07:46.429 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:07:46.429 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:07:46.429 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@51424203 -2021-03-21 00:07:46.430 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@721bf7ad -2021-03-21 00:07:46.431 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:07:46.431 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:07:46.433 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:07:46.444 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:07:46.446 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:07:46.446 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:07:46.447 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:07:46.448 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:07:46.449 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:07:46.449 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:07:46.450 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@6fb0261e -2021-03-21 00:07:46.451 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:07:46.452 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:07:46.452 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:07:46.453 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:07:46.453 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:07:46.453 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:07:46.454 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@4357524b -2021-03-21 00:07:46.454 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@5f3b84bd -2021-03-21 00:07:46.456 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:07:46.456 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:07:46.456 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:07:46.457 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:07:46.457 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:07:46.457 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:07:46.458 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6735f210 -2021-03-21 00:07:46.460 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@173511ff -2021-03-21 00:07:46.461 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:07:46.461 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:07:46.462 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@722787b5 -2021-03-21 00:07:46.463 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:07:46.463 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:07:46.465 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:07:46.465 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:07:46.466 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@730bea0 -2021-03-21 00:07:46.466 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@19d53ab4 -2021-03-21 00:07:46.468 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@33627576 -2021-03-21 00:07:46.472 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:07:46.472 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1883871b -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3e0a9b1d -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@52f9e8bb -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@2035d65b -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@240a2619 -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4e3283f6 -2021-03-21 00:07:46.474 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@539316bb -2021-03-21 00:07:46.475 DEBUG 24808 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5d1a859c -2021-03-21 00:07:46.568 INFO 24808 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 00:07:46.686 DEBUG 24808 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@71f0806b] -2021-03-21 00:07:46.957 DEBUG 24808 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 00:07:46.959 DEBUG 24808 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 00:07:47.198 DEBUG 24808 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] -2021-03-21 00:07:47.942 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 00:07:47.945 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 00:07:47.946 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 00:07:47.947 DEBUG 24808 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 00:07:47.953 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.967 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.969 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.970 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.972 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.973 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:07:47.974 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.975 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 00:07:47.976 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 00:07:47.977 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.978 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.980 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 00:07:47.985 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.987 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:07:47.988 DEBUG 24808 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 00:07:47.990 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 00:07:47.994 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 00:07:48.006 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 00:07:48.007 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 00:07:48.009 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 00:07:48.010 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:07:48.012 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 00:07:48.013 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 00:07:48.015 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 00:07:48.019 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 00:07:48.022 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 00:07:48.023 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 00:07:48.025 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 00:07:48.027 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 00:07:48.029 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 00:07:48.031 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 00:07:48.034 DEBUG 24808 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:07:48.040 INFO 24808 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 00:07:48.054 TRACE 24808 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] for TypeConfiguration -2021-03-21 00:07:48.057 INFO 24808 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 00:07:49.689 WARN 24808 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 00:07:50.135 INFO 24808 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 45e30671-9aca-4fcd-ba52-075e97d82001 - -2021-03-21 00:07:50.267 INFO 24808 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f571c0e, org.springframework.security.web.context.SecurityContextPersistenceFilter@16e0afab, org.springframework.security.web.header.HeaderWriterFilter@f5b4ca6, org.springframework.security.web.authentication.logout.LogoutFilter@4d359c69, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e111aeb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4db45d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@c7cbc2d, org.springframework.security.web.session.SessionManagementFilter@659e003e, org.springframework.security.web.access.ExceptionTranslationFilter@35a2ea5a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1a99744a] -2021-03-21 00:07:50.520 INFO 24808 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 00:07:50.975 INFO 24808 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 00:07:50.994 INFO 24808 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.223 seconds (JVM running for 11.348) -2021-03-21 00:07:55.828 INFO 24808 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 00:07:55.830 INFO 24808 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 00:07:55.832 INFO 24808 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-21 00:07:55.871 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:07:55.871 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:07:55.871 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:07:55.871 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST -2021-03-21 00:07:55.872 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : /api/board -2021-03-21 00:07:56.022 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:07:56.022 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 00:07:56.022 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:07:56.127 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:07:56.127 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:07:56.127 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:07:56.169 DEBUG 24808 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 00:07:56.175 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 00:07:56.179 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 00:07:56.187 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 00:07:56.187 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 00:07:56.188 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 00:07:56.188 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 00:07:56.189 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 00:07:56.189 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 00:07:56.189 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 00:07:56.189 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 00:07:56.205 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 00:07:56.205 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 00:07:56.206 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 00:07:56.206 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 00:07:56.206 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 00:07:56.206 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 00:07:56.206 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 00:07:56.207 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 00:07:56.207 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 00:07:56.207 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 00:07:56.207 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 00:07:56.227 DEBUG 24808 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - boardtype0_.id as id1_7_0_, - boardtype0_.board_name as board_na2_7_0_, - boardtype0_.reg_date as reg_date3_7_0_, - boardtype0_.update_date as update_d4_7_0_, - boardtype0_.using_yn as using_yn5_7_0_ - from - board_type boardtype0_ - where - boardtype0_.id=? -2021-03-21 00:07:56.227 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 00:07:56.231 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_0_] : [VARCHAR]) - [게시판1] -2021-03-21 00:07:56.231 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_0_] : [TIMESTAMP]) - [2021-03-21T00:07:48.175781] -2021-03-21 00:07:56.231 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_0_] : [TIMESTAMP]) - [null] -2021-03-21 00:07:56.231 TRACE 24808 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_0_] : [BOOLEAN]) - [true] -2021-03-21 00:07:56.232 TRACE 24808 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#1] -2021-03-21 00:07:56.235 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:07:56.235 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:07:56.235 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:07:56.260 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:07:56.260 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 00:07:56.260 INFO 24808 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:08:39.938 INFO 21580 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 21580 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 00:08:39.943 INFO 21580 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 00:08:41.171 INFO 21580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 00:08:41.368 INFO 21580 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 188 ms. Found 15 JPA repository interfaces. -2021-03-21 00:08:42.075 INFO 21580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 00:08:42.084 INFO 21580 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 00:08:42.084 INFO 21580 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 00:08:42.234 INFO 21580 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 00:08:42.236 INFO 21580 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2224 ms -2021-03-21 00:08:42.291 INFO 21580 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 00:08:42.404 INFO 21580 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 00:08:42.411 INFO 21580 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 00:08:42.582 INFO 21580 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 00:08:42.633 INFO 21580 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 00:08:42.757 INFO 21580 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 00:08:42.789 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:08:42.790 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:08:42.790 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:08:42.791 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@7de147e9 -2021-03-21 00:08:42.792 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@8eb6f9a -2021-03-21 00:08:42.793 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@13ef7fa1 -2021-03-21 00:08:42.794 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:08:42.794 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:08:42.795 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:08:42.796 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:08:42.796 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:08:42.796 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:08:42.797 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:08:42.797 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:08:42.798 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:08:42.799 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:08:42.799 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:08:42.799 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:08:42.801 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:08:42.801 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:08:42.801 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:08:42.803 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:08:42.803 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:08:42.803 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:08:42.804 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:08:42.804 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:08:42.804 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:08:42.805 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:08:42.806 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:08:42.807 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:08:42.807 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:08:42.808 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:08:42.808 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:08:42.809 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1491cd6c -2021-03-21 00:08:42.819 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@b5d9f1e -2021-03-21 00:08:42.820 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:08:42.820 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:08:42.822 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:08:42.822 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:08:42.823 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:08:42.823 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:08:42.825 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:08:42.825 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:08:42.826 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:08:42.826 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:08:42.827 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:08:42.827 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:08:42.828 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:08:42.828 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:08:42.829 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:08:42.830 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:08:42.831 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:08:42.831 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:08:42.833 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:08:42.833 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:08:42.834 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:08:42.834 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:08:42.835 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:08:42.835 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:08:42.835 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:08:42.837 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1544ded3 -2021-03-21 00:08:42.838 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:08:42.838 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:08:42.838 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:08:42.839 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@51424203 -2021-03-21 00:08:42.840 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@721bf7ad -2021-03-21 00:08:42.841 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:08:42.841 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:08:42.842 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:08:42.842 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:08:42.843 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:08:42.843 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:08:42.843 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:08:42.844 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:08:42.844 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:08:42.845 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:08:42.845 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@6fb0261e -2021-03-21 00:08:42.846 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:08:42.847 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:08:42.847 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:08:42.848 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:08:42.848 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:08:42.848 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:08:42.849 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@4357524b -2021-03-21 00:08:42.849 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@5f3b84bd -2021-03-21 00:08:42.850 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:08:42.850 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:08:42.851 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:08:42.852 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:08:42.852 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:08:42.852 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:08:42.852 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6735f210 -2021-03-21 00:08:42.853 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@173511ff -2021-03-21 00:08:42.854 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:08:42.854 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:08:42.854 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@722787b5 -2021-03-21 00:08:42.856 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:08:42.856 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:08:42.857 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:08:42.857 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:08:42.857 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@730bea0 -2021-03-21 00:08:42.858 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@19d53ab4 -2021-03-21 00:08:42.859 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@33627576 -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1883871b -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3e0a9b1d -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@52f9e8bb -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@2035d65b -2021-03-21 00:08:42.862 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@240a2619 -2021-03-21 00:08:42.863 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4e3283f6 -2021-03-21 00:08:42.863 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@539316bb -2021-03-21 00:08:42.863 DEBUG 21580 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5d1a859c -2021-03-21 00:08:42.920 INFO 21580 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 00:08:42.985 DEBUG 21580 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@71f0806b] -2021-03-21 00:08:43.187 DEBUG 21580 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 00:08:43.189 DEBUG 21580 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 00:08:43.344 DEBUG 21580 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] -2021-03-21 00:08:43.846 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 00:08:43.849 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 00:08:43.849 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 00:08:43.849 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 00:08:43.849 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 00:08:43.849 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 00:08:43.850 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 00:08:43.850 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 00:08:43.850 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 00:08:43.850 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 00:08:43.851 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 00:08:43.851 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 00:08:43.851 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 00:08:43.851 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 00:08:43.851 DEBUG 21580 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 00:08:43.854 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.865 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.866 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.867 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.868 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.869 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:08:43.870 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.871 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 00:08:43.872 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 00:08:43.873 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.874 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.876 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 00:08:43.880 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.880 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:08:43.882 DEBUG 21580 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 00:08:43.883 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 00:08:43.886 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 00:08:43.897 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 00:08:43.898 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 00:08:43.900 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 00:08:43.901 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:08:43.903 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 00:08:43.904 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 00:08:43.905 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 00:08:43.907 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 00:08:43.917 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 00:08:43.919 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 00:08:43.921 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 00:08:43.923 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 00:08:43.925 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 00:08:43.926 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 00:08:43.927 DEBUG 21580 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:08:43.932 INFO 21580 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 00:08:43.939 TRACE 21580 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] for TypeConfiguration -2021-03-21 00:08:43.942 INFO 21580 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 00:08:45.024 WARN 21580 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 00:08:45.347 INFO 21580 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: c3df85b5-791e-4b8a-86e6-c88929fad6f8 - -2021-03-21 00:08:45.436 INFO 21580 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3f919230, org.springframework.security.web.context.SecurityContextPersistenceFilter@55a5eea3, org.springframework.security.web.header.HeaderWriterFilter@363a09a2, org.springframework.security.web.authentication.logout.LogoutFilter@7fa86ddd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@66428512, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@64836643, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@48d14ea0, org.springframework.security.web.session.SessionManagementFilter@7b9b6a56, org.springframework.security.web.access.ExceptionTranslationFilter@6fe91918, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2433bcd4] -2021-03-21 00:08:45.614 INFO 21580 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 00:08:45.915 INFO 21580 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 00:08:45.926 INFO 21580 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 6.65 seconds (JVM running for 8.366) -2021-03-21 00:09:06.155 INFO 21580 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 00:09:06.156 INFO 21580 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 00:09:06.158 INFO 21580 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 00:09:06.199 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:09:06.199 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:09:06.199 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:09:06.199 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST -2021-03-21 00:09:06.200 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : /api/board -2021-03-21 00:09:06.329 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:09:06.329 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 00:09:06.329 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:09:06.428 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:09:06.429 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:09:06.429 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:09:06.475 DEBUG 21580 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 00:09:06.481 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 00:09:06.485 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 00:09:06.491 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 00:09:06.492 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 00:09:06.493 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 00:09:06.493 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 00:09:06.494 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 00:09:06.494 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 00:09:06.494 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 00:09:06.494 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 00:09:06.512 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 00:09:06.513 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 00:09:06.513 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 00:09:06.513 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 00:09:06.513 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 00:09:06.544 DEBUG 21580 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - boardtype0_.id as id1_7_0_, - boardtype0_.board_name as board_na2_7_0_, - boardtype0_.reg_date as reg_date3_7_0_, - boardtype0_.update_date as update_d4_7_0_, - boardtype0_.using_yn as using_yn5_7_0_ - from - board_type boardtype0_ - where - boardtype0_.id=? -2021-03-21 00:09:06.546 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 00:09:06.552 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_0_] : [VARCHAR]) - [게시판1] -2021-03-21 00:09:06.552 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_0_] : [TIMESTAMP]) - [2021-03-21T00:08:44.014660] -2021-03-21 00:09:06.552 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_0_] : [TIMESTAMP]) - [null] -2021-03-21 00:09:06.553 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_0_] : [BOOLEAN]) - [true] -2021-03-21 00:09:06.554 TRACE 21580 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#1] -2021-03-21 00:09:06.598 DEBUG 21580 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - board - (id, board_type_id, content, publish_end_date, publish_start_date, reg_date, title, top_yn, user_id) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 00:09:06.599 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 00:09:06.599 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [내용 추가하기] -2021-03-21 00:09:06.600 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 00:09:06.600 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 00:09:06.601 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T00:09:06.555390800] -2021-03-21 00:09:06.602 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [제목 추가하기] -2021-03-21 00:09:06.602 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [BOOLEAN] - [false] -2021-03-21 00:09:06.603 TRACE 21580 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BIGINT] - [1] -2021-03-21 00:09:06.614 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:09:06.615 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:09:06.615 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:09:06.635 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:09:06.635 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 00:09:06.636 INFO 21580 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:15:56.702 INFO 11676 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 11676 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 00:15:56.709 INFO 11676 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 00:15:57.867 INFO 11676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 00:15:58.233 INFO 11676 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 354 ms. Found 15 JPA repository interfaces. -2021-03-21 00:15:59.336 INFO 11676 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 00:15:59.353 INFO 11676 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 00:15:59.353 INFO 11676 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 00:15:59.527 INFO 11676 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 00:15:59.528 INFO 11676 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2745 ms -2021-03-21 00:15:59.591 INFO 11676 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 00:15:59.841 INFO 11676 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 00:15:59.846 INFO 11676 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 00:16:00.042 INFO 11676 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 00:16:00.131 INFO 11676 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 00:16:00.329 INFO 11676 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 00:16:00.366 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:16:00.367 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:16:00.367 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5db0003d -2021-03-21 00:16:00.367 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@7de147e9 -2021-03-21 00:16:00.368 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@8eb6f9a -2021-03-21 00:16:00.368 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@13ef7fa1 -2021-03-21 00:16:00.370 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:16:00.370 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:16:00.370 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2094bf3d -2021-03-21 00:16:00.371 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:16:00.371 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:16:00.371 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@714e861f -2021-03-21 00:16:00.372 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:16:00.372 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:16:00.372 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3a2546d6 -2021-03-21 00:16:00.374 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:16:00.375 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:16:00.378 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@733f1395 -2021-03-21 00:16:00.380 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:16:00.380 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:16:00.380 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2ee92e7d -2021-03-21 00:16:00.381 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:16:00.381 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:16:00.381 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3751acd7 -2021-03-21 00:16:00.382 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:16:00.383 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:16:00.383 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@24a04257 -2021-03-21 00:16:00.384 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:16:00.384 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7b3cbe6e -2021-03-21 00:16:00.385 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:16:00.385 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@72b2c5ed -2021-03-21 00:16:00.386 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:16:00.386 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@68c34db2 -2021-03-21 00:16:00.387 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1491cd6c -2021-03-21 00:16:00.388 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@b5d9f1e -2021-03-21 00:16:00.391 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:16:00.391 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4607d78b -2021-03-21 00:16:00.393 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:16:00.393 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@60b1ff3b -2021-03-21 00:16:00.394 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:16:00.395 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@35c8be21 -2021-03-21 00:16:00.396 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:16:00.396 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@6537ac -2021-03-21 00:16:00.398 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:16:00.398 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@46cf8c07 -2021-03-21 00:16:00.400 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:16:00.401 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@b01cb8d -2021-03-21 00:16:00.402 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:16:00.402 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@179ee36b -2021-03-21 00:16:00.403 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:16:00.403 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@197ce367 -2021-03-21 00:16:00.404 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:16:00.405 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@446b64b3 -2021-03-21 00:16:00.409 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:16:00.409 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@38c761e9 -2021-03-21 00:16:00.411 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:16:00.411 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@11e17893 -2021-03-21 00:16:00.412 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:16:00.412 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:16:00.412 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@2bcda694 -2021-03-21 00:16:00.414 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1544ded3 -2021-03-21 00:16:00.415 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:16:00.415 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:16:00.415 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3ec9f8d -2021-03-21 00:16:00.416 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@51424203 -2021-03-21 00:16:00.416 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@721bf7ad -2021-03-21 00:16:00.417 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:16:00.417 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3962ec84 -2021-03-21 00:16:00.418 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:16:00.418 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@639c7f9c -2021-03-21 00:16:00.419 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:16:00.419 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4c04216f -2021-03-21 00:16:00.420 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:16:00.421 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@39f42d0e -2021-03-21 00:16:00.422 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:16:00.422 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@da09250 -2021-03-21 00:16:00.424 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@6fb0261e -2021-03-21 00:16:00.426 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:16:00.427 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:16:00.427 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@beabd6b -2021-03-21 00:16:00.428 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:16:00.428 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:16:00.428 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5980fa73 -2021-03-21 00:16:00.429 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@4357524b -2021-03-21 00:16:00.429 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@5f3b84bd -2021-03-21 00:16:00.430 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:16:00.431 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:16:00.431 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@f18b738 -2021-03-21 00:16:00.432 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:16:00.432 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:16:00.432 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6fb22ae3 -2021-03-21 00:16:00.433 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6735f210 -2021-03-21 00:16:00.433 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@173511ff -2021-03-21 00:16:00.435 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:16:00.435 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@216f01 -2021-03-21 00:16:00.435 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@722787b5 -2021-03-21 00:16:00.436 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:16:00.437 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4217bce6 -2021-03-21 00:16:00.439 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:16:00.440 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@5b44318 -2021-03-21 00:16:00.441 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@730bea0 -2021-03-21 00:16:00.442 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@19d53ab4 -2021-03-21 00:16:00.444 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@33627576 -2021-03-21 00:16:00.446 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@3a45afd4 -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1883871b -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3e0a9b1d -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@52f9e8bb -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@2035d65b -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@240a2619 -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4e3283f6 -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@539316bb -2021-03-21 00:16:00.447 DEBUG 11676 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5d1a859c -2021-03-21 00:16:00.530 INFO 11676 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 00:16:00.636 DEBUG 11676 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@71f0806b] -2021-03-21 00:16:00.892 DEBUG 11676 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 00:16:00.894 DEBUG 11676 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 00:16:01.102 DEBUG 11676 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@a826ff8] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] -2021-03-21 00:16:01.907 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 00:16:01.910 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 00:16:01.910 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 00:16:01.911 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 00:16:01.912 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 00:16:01.912 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 00:16:01.912 DEBUG 11676 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 00:16:01.916 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.927 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.928 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.929 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.929 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.930 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:16:01.933 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.934 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 00:16:01.935 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 00:16:01.936 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.936 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.938 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 00:16:01.940 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.941 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 00:16:01.941 DEBUG 11676 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 00:16:01.942 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 00:16:01.948 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 00:16:01.957 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 00:16:01.958 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 00:16:01.959 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 00:16:01.960 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:16:01.961 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 00:16:01.962 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 00:16:01.967 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 00:16:01.968 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 00:16:01.970 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 00:16:01.971 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 00:16:01.972 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 00:16:01.973 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 00:16:01.974 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 00:16:01.976 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 00:16:01.977 DEBUG 11676 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 00:16:01.984 INFO 11676 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 00:16:01.991 TRACE 11676 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4b7ab7ab] for TypeConfiguration -2021-03-21 00:16:01.994 INFO 11676 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 00:16:04.169 WARN 11676 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 00:16:04.851 INFO 11676 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 3e8af8f0-4b0e-4d69-8d32-b2851792fc0b - -2021-03-21 00:16:05.000 INFO 11676 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@55cf5626, org.springframework.security.web.context.SecurityContextPersistenceFilter@22657db1, org.springframework.security.web.header.HeaderWriterFilter@c3a1d7f, org.springframework.security.web.authentication.logout.LogoutFilter@7a482b3a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5325674a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fe91918, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@8de8b07, org.springframework.security.web.session.SessionManagementFilter@7a1878d, org.springframework.security.web.access.ExceptionTranslationFilter@9771c71, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@507fecf3] -2021-03-21 00:16:05.267 INFO 11676 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 00:16:05.708 INFO 11676 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 00:16:05.722 INFO 11676 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.739 seconds (JVM running for 11.287) -2021-03-21 00:16:10.764 INFO 11676 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 00:16:10.766 INFO 11676 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 00:16:10.772 INFO 11676 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 5 ms -2021-03-21 00:16:10.824 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:16:10.825 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:16:10.825 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:16:10.825 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/board -2021-03-21 00:16:11.131 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:16:11.132 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 00:16:11.132 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:16:11.161 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:16:11.164 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 00:16:11.165 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:16:11.238 DEBUG 11676 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 00:16:11.244 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 00:16:11.248 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 00:16:11.256 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 00:16:11.257 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 00:16:11.257 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 00:16:11.258 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 00:16:11.260 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 00:16:11.261 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 00:16:11.261 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 00:16:11.261 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 00:16:11.283 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 00:16:11.284 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 00:16:11.284 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 00:16:11.284 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 00:16:11.284 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 00:16:11.322 DEBUG 11676 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - boardtype0_.id as id1_7_0_, - boardtype0_.board_name as board_na2_7_0_, - boardtype0_.reg_date as reg_date3_7_0_, - boardtype0_.update_date as update_d4_7_0_, - boardtype0_.using_yn as using_yn5_7_0_ - from - board_type boardtype0_ - where - boardtype0_.id=? -2021-03-21 00:16:11.326 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 00:16:11.337 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_0_] : [VARCHAR]) - [게시판1] -2021-03-21 00:16:11.338 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_0_] : [TIMESTAMP]) - [2021-03-21T00:16:02.085205] -2021-03-21 00:16:11.338 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_0_] : [TIMESTAMP]) - [null] -2021-03-21 00:16:11.338 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_0_] : [BOOLEAN]) - [true] -2021-03-21 00:16:11.340 TRACE 11676 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#1] -2021-03-21 00:16:11.385 DEBUG 11676 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - board - (id, board_type_id, content, publish_end_date, publish_start_date, reg_date, title, top_yn, user_id) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 00:16:11.386 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 00:16:11.386 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [내용 추가하기] -2021-03-21 00:16:11.387 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 00:16:11.387 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 00:16:11.387 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T00:16:11.342660500] -2021-03-21 00:16:11.388 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [제목 추가하기] -2021-03-21 00:16:11.388 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [BOOLEAN] - [false] -2021-03-21 00:16:11.389 TRACE 11676 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BIGINT] - [1] -2021-03-21 00:16:11.403 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:16:11.403 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 00:16:11.403 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 00:16:11.436 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:16:11.436 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 00:16:11.436 INFO 11676 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 00:16:17.359 INFO 11676 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:16:17.360 INFO 11676 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 00:16:17.360 INFO 11676 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 00:16:17.360 INFO 11676 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : POST /api/board -2021-03-21 00:16:17.366 INFO 11676 --- [http-nio-8080-exec-3] c.e.r.GlobalExceptionHandler : com.example.restcontroller.common.exception.AuthFailException인증정보가 정확하지 않습니다 -2021-03-21 16:41:40.667 INFO 23152 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 23152 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 16:41:40.672 INFO 23152 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 16:41:42.583 INFO 23152 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 16:41:42.941 INFO 23152 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 342 ms. Found 15 JPA repository interfaces. -2021-03-21 16:41:44.183 INFO 23152 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 16:41:44.203 INFO 23152 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 16:41:44.203 INFO 23152 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 16:41:44.483 INFO 23152 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 16:41:44.483 INFO 23152 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3678 ms -2021-03-21 16:41:44.580 INFO 23152 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 16:41:44.818 INFO 23152 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 16:41:44.831 INFO 23152 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 16:41:45.139 INFO 23152 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 16:41:45.253 INFO 23152 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 16:41:45.537 INFO 23152 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 16:41:45.596 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@eaf8427 -2021-03-21 16:41:45.597 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@eaf8427 -2021-03-21 16:41:45.597 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@eaf8427 -2021-03-21 16:41:45.598 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@13e00016 -2021-03-21 16:41:45.599 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@4e4395c -2021-03-21 16:41:45.600 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@72b2c5ed -2021-03-21 16:41:45.603 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@664db2ca -2021-03-21 16:41:45.603 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@664db2ca -2021-03-21 16:41:45.604 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@664db2ca -2021-03-21 16:41:45.606 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@401317a0 -2021-03-21 16:41:45.607 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@401317a0 -2021-03-21 16:41:45.608 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@401317a0 -2021-03-21 16:41:45.611 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@22048bd6 -2021-03-21 16:41:45.612 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@22048bd6 -2021-03-21 16:41:45.612 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@22048bd6 -2021-03-21 16:41:45.614 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@43c39321 -2021-03-21 16:41:45.614 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@43c39321 -2021-03-21 16:41:45.614 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@43c39321 -2021-03-21 16:41:45.617 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6bcdd6e4 -2021-03-21 16:41:45.617 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6bcdd6e4 -2021-03-21 16:41:45.617 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@6bcdd6e4 -2021-03-21 16:41:45.618 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@ddffa6c -2021-03-21 16:41:45.618 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@ddffa6c -2021-03-21 16:41:45.618 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@ddffa6c -2021-03-21 16:41:45.619 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5abf6a99 -2021-03-21 16:41:45.620 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5abf6a99 -2021-03-21 16:41:45.620 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@5abf6a99 -2021-03-21 16:41:45.621 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7a814310 -2021-03-21 16:41:45.621 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7a814310 -2021-03-21 16:41:45.623 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@4b4a2fa8 -2021-03-21 16:41:45.623 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@4b4a2fa8 -2021-03-21 16:41:45.625 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@65036e8d -2021-03-21 16:41:45.627 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@65036e8d -2021-03-21 16:41:45.628 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@16d41725 -2021-03-21 16:41:45.630 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@100bba26 -2021-03-21 16:41:45.632 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@56c0a61e -2021-03-21 16:41:45.632 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@56c0a61e -2021-03-21 16:41:45.633 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@781dac73 -2021-03-21 16:41:45.633 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@781dac73 -2021-03-21 16:41:45.636 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@33de7f3d -2021-03-21 16:41:45.636 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@33de7f3d -2021-03-21 16:41:45.639 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@11e17893 -2021-03-21 16:41:45.639 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@11e17893 -2021-03-21 16:41:45.642 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@23648d2d -2021-03-21 16:41:45.642 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@23648d2d -2021-03-21 16:41:45.644 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@1544ded3 -2021-03-21 16:41:45.644 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@1544ded3 -2021-03-21 16:41:45.646 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3a38e4dc -2021-03-21 16:41:45.646 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3a38e4dc -2021-03-21 16:41:45.648 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@448cdb47 -2021-03-21 16:41:45.648 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@448cdb47 -2021-03-21 16:41:45.651 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@4cae66a8 -2021-03-21 16:41:45.651 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@4cae66a8 -2021-03-21 16:41:45.656 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@71369e1a -2021-03-21 16:41:45.656 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@71369e1a -2021-03-21 16:41:45.658 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@39f42d0e -2021-03-21 16:41:45.658 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@39f42d0e -2021-03-21 16:41:45.662 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@660b1a9d -2021-03-21 16:41:45.663 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@660b1a9d -2021-03-21 16:41:45.663 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@660b1a9d -2021-03-21 16:41:45.664 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@112c2930 -2021-03-21 16:41:45.667 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7523d5a1 -2021-03-21 16:41:45.667 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7523d5a1 -2021-03-21 16:41:45.667 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7523d5a1 -2021-03-21 16:41:45.667 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@44641d6c -2021-03-21 16:41:45.668 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@26874f2c -2021-03-21 16:41:45.669 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@5323999f -2021-03-21 16:41:45.670 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@5323999f -2021-03-21 16:41:45.671 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@7f51f588 -2021-03-21 16:41:45.671 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@7f51f588 -2021-03-21 16:41:45.673 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@372954e1 -2021-03-21 16:41:45.673 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@372954e1 -2021-03-21 16:41:45.674 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@53cddaf8 -2021-03-21 16:41:45.676 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@53cddaf8 -2021-03-21 16:41:45.678 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1e721583 -2021-03-21 16:41:45.678 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1e721583 -2021-03-21 16:41:45.678 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@8b41ad -2021-03-21 16:41:45.680 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@77fc19cf -2021-03-21 16:41:45.681 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@77fc19cf -2021-03-21 16:41:45.681 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@77fc19cf -2021-03-21 16:41:45.683 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@bb8ead8 -2021-03-21 16:41:45.683 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@bb8ead8 -2021-03-21 16:41:45.683 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@bb8ead8 -2021-03-21 16:41:45.685 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@677cb96e -2021-03-21 16:41:45.685 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@51fe7f15 -2021-03-21 16:41:45.687 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@7bede4ea -2021-03-21 16:41:45.688 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@7bede4ea -2021-03-21 16:41:45.688 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@7bede4ea -2021-03-21 16:41:45.689 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5a3cf878 -2021-03-21 16:41:45.690 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5a3cf878 -2021-03-21 16:41:45.690 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5a3cf878 -2021-03-21 16:41:45.690 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5c53c235 -2021-03-21 16:41:45.692 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@5940b14e -2021-03-21 16:41:45.697 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@52f9e8bb -2021-03-21 16:41:45.697 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@52f9e8bb -2021-03-21 16:41:45.698 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@539316bb -2021-03-21 16:41:45.699 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@1c7cd434 -2021-03-21 16:41:45.699 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1c7cd434 -2021-03-21 16:41:45.700 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@64440065 -2021-03-21 16:41:45.700 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@64440065 -2021-03-21 16:41:45.701 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@2c99c8d -2021-03-21 16:41:45.701 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@69bc9584 -2021-03-21 16:41:45.703 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@5d601832 -2021-03-21 16:41:45.708 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@1de5cc88 -2021-03-21 16:41:45.709 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1de5cc88 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@3ef3f661 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@baa9ce4 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5b332439 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@59262a90 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@78479f2b -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@2755617b -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@65859b44 -2021-03-21 16:41:45.711 DEBUG 23152 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@d9f5fce -2021-03-21 16:41:45.831 INFO 23152 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 16:41:45.961 DEBUG 23152 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2037f12b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@687a0e40] -2021-03-21 16:41:46.315 DEBUG 23152 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 16:41:46.317 DEBUG 23152 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 16:41:46.584 DEBUG 23152 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2037f12b] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@55d99dc3] -2021-03-21 16:41:47.422 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 16:41:47.428 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 16:41:47.428 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 16:41:47.428 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 16:41:47.429 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 16:41:47.430 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 16:41:47.430 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 16:41:47.430 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 16:41:47.430 DEBUG 23152 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 16:41:47.433 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.452 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.454 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.455 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.456 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.462 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:41:47.468 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.470 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 16:41:47.472 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 16:41:47.474 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.476 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.479 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 16:41:47.485 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.488 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:41:47.489 DEBUG 23152 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 16:41:47.493 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 16:41:47.500 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 16:41:47.524 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 16:41:47.529 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 16:41:47.533 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 16:41:47.536 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:41:47.537 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 16:41:47.539 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 16:41:47.543 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 16:41:47.550 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 16:41:47.553 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 16:41:47.555 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 16:41:47.558 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 16:41:47.563 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 16:41:47.567 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 16:41:47.570 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 16:41:47.573 DEBUG 23152 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:41:47.586 INFO 23152 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 16:41:47.605 TRACE 23152 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@55d99dc3] for TypeConfiguration -2021-03-21 16:41:47.611 INFO 23152 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 16:41:49.206 WARN 23152 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 16:41:49.604 INFO 23152 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: e6fcb5f8-e30f-4900-8d04-b2327d233945 - -2021-03-21 16:41:49.738 INFO 23152 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1002f859, org.springframework.security.web.context.SecurityContextPersistenceFilter@1d6dc2b8, org.springframework.security.web.header.HeaderWriterFilter@35217e0, org.springframework.security.web.authentication.logout.LogoutFilter@21251e43, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@55cf5626, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6bfc5296, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67cd193d, org.springframework.security.web.session.SessionManagementFilter@96448ee, org.springframework.security.web.access.ExceptionTranslationFilter@1828ab51, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3f04fb07] -2021-03-21 16:41:49.979 INFO 23152 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 16:41:50.370 INFO 23152 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 16:41:50.385 INFO 23152 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.731 seconds (JVM running for 13.428) -2021-03-21 16:42:16.631 INFO 23152 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 16:42:16.631 INFO 23152 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 16:42:16.633 INFO 23152 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 16:42:16.663 INFO 23152 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:16.663 INFO 23152 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:42:16.663 INFO 23152 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:16.663 INFO 23152 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate -2021-03-21 16:42:16.678 INFO 23152 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 16:42:23.560 INFO 23152 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:23.560 INFO 23152 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:42:23.560 INFO 23152 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:23.561 INFO 23152 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate -2021-03-21 16:42:23.561 INFO 23152 --- [http-nio-8080-exec-2] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 16:42:42.644 INFO 23152 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:42.645 INFO 23152 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:42:42.645 INFO 23152 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:42:42.645 INFO 23152 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate -2021-03-21 16:42:42.646 INFO 23152 --- [http-nio-8080-exec-3] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 16:43:52.633 INFO 23152 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:43:52.634 INFO 23152 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:43:52.634 INFO 23152 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:43:52.634 INFO 23152 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 16:43:52.634 INFO 23152 --- [http-nio-8080-exec-4] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 16:45:20.944 INFO 8012 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 8012 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 16:45:20.948 INFO 8012 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 16:45:22.048 INFO 8012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 16:45:22.259 INFO 8012 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 201 ms. Found 15 JPA repository interfaces. -2021-03-21 16:45:22.992 INFO 8012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 16:45:23.003 INFO 8012 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 16:45:23.004 INFO 8012 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 16:45:23.174 INFO 8012 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 16:45:23.174 INFO 8012 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2161 ms -2021-03-21 16:45:23.229 INFO 8012 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 16:45:23.368 INFO 8012 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 16:45:23.374 INFO 8012 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 16:45:23.544 INFO 8012 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 16:45:23.618 INFO 8012 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 16:45:23.787 INFO 8012 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 16:45:23.815 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@63124022 -2021-03-21 16:45:23.816 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@63124022 -2021-03-21 16:45:23.816 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@63124022 -2021-03-21 16:45:23.817 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@24a04257 -2021-03-21 16:45:23.817 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6d6039df -2021-03-21 16:45:23.818 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@177ede17 -2021-03-21 16:45:23.819 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@1600a8a2 -2021-03-21 16:45:23.819 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@1600a8a2 -2021-03-21 16:45:23.819 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1600a8a2 -2021-03-21 16:45:23.820 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@1491cd6c -2021-03-21 16:45:23.820 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@1491cd6c -2021-03-21 16:45:23.821 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1491cd6c -2021-03-21 16:45:23.821 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3f866f50 -2021-03-21 16:45:23.822 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3f866f50 -2021-03-21 16:45:23.822 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3f866f50 -2021-03-21 16:45:23.823 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@566c1e71 -2021-03-21 16:45:23.823 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@566c1e71 -2021-03-21 16:45:23.823 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@566c1e71 -2021-03-21 16:45:23.824 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@52aa7742 -2021-03-21 16:45:23.824 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@52aa7742 -2021-03-21 16:45:23.824 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@52aa7742 -2021-03-21 16:45:23.825 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@1192c925 -2021-03-21 16:45:23.825 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@1192c925 -2021-03-21 16:45:23.825 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1192c925 -2021-03-21 16:45:23.826 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@42c54bad -2021-03-21 16:45:23.826 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@42c54bad -2021-03-21 16:45:23.826 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@42c54bad -2021-03-21 16:45:23.827 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@dc59ec2 -2021-03-21 16:45:23.827 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@dc59ec2 -2021-03-21 16:45:23.828 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@4bbf38b8 -2021-03-21 16:45:23.828 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@4bbf38b8 -2021-03-21 16:45:23.829 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@5da6b13d -2021-03-21 16:45:23.829 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@5da6b13d -2021-03-21 16:45:23.829 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@197ce367 -2021-03-21 16:45:23.830 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@36551e97 -2021-03-21 16:45:23.830 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4ae280da -2021-03-21 16:45:23.831 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4ae280da -2021-03-21 16:45:23.831 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@421ead7e -2021-03-21 16:45:23.831 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@421ead7e -2021-03-21 16:45:23.832 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@3a4e524 -2021-03-21 16:45:23.832 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@3a4e524 -2021-03-21 16:45:23.833 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@30159886 -2021-03-21 16:45:23.833 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@30159886 -2021-03-21 16:45:23.834 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@19eea77c -2021-03-21 16:45:23.834 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@19eea77c -2021-03-21 16:45:23.835 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@69feb4d9 -2021-03-21 16:45:23.835 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@69feb4d9 -2021-03-21 16:45:23.836 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3ccb12d -2021-03-21 16:45:23.836 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3ccb12d -2021-03-21 16:45:23.838 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@41fc0084 -2021-03-21 16:45:23.838 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@41fc0084 -2021-03-21 16:45:23.839 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@439f2d87 -2021-03-21 16:45:23.839 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@439f2d87 -2021-03-21 16:45:23.840 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@3181d4de -2021-03-21 16:45:23.841 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@3181d4de -2021-03-21 16:45:23.842 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@987a0bb -2021-03-21 16:45:23.842 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@987a0bb -2021-03-21 16:45:23.843 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@34aa8b61 -2021-03-21 16:45:23.843 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@34aa8b61 -2021-03-21 16:45:23.843 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@34aa8b61 -2021-03-21 16:45:23.844 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6d31f106 -2021-03-21 16:45:23.845 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@1f758e4f -2021-03-21 16:45:23.845 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1f758e4f -2021-03-21 16:45:23.845 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1f758e4f -2021-03-21 16:45:23.846 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@2bfc2f8b -2021-03-21 16:45:23.847 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1ae924f1 -2021-03-21 16:45:23.847 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@5f3b84bd -2021-03-21 16:45:23.847 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@5f3b84bd -2021-03-21 16:45:23.848 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@f18b738 -2021-03-21 16:45:23.848 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@f18b738 -2021-03-21 16:45:23.850 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@6fb22ae3 -2021-03-21 16:45:23.850 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@6fb22ae3 -2021-03-21 16:45:23.850 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@5fd8dd66 -2021-03-21 16:45:23.850 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@5fd8dd66 -2021-03-21 16:45:23.851 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@55c50f52 -2021-03-21 16:45:23.851 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@55c50f52 -2021-03-21 16:45:23.851 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@216f01 -2021-03-21 16:45:23.852 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@120350eb -2021-03-21 16:45:23.852 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@120350eb -2021-03-21 16:45:23.852 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@120350eb -2021-03-21 16:45:23.853 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@643ecfef -2021-03-21 16:45:23.853 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@643ecfef -2021-03-21 16:45:23.853 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@643ecfef -2021-03-21 16:45:23.854 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@5b44318 -2021-03-21 16:45:23.855 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@730bea0 -2021-03-21 16:45:23.855 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@5873f3f0 -2021-03-21 16:45:23.855 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@5873f3f0 -2021-03-21 16:45:23.855 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@5873f3f0 -2021-03-21 16:45:23.856 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@713999c2 -2021-03-21 16:45:23.856 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@713999c2 -2021-03-21 16:45:23.856 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@713999c2 -2021-03-21 16:45:23.857 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@1af677f8 -2021-03-21 16:45:23.857 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@34cd65ac -2021-03-21 16:45:23.859 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@3a45afd4 -2021-03-21 16:45:23.859 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@3a45afd4 -2021-03-21 16:45:23.859 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@1883871b -2021-03-21 16:45:23.860 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@394fb736 -2021-03-21 16:45:23.860 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@394fb736 -2021-03-21 16:45:23.861 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@1f7e52d1 -2021-03-21 16:45:23.861 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1f7e52d1 -2021-03-21 16:45:23.861 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@314b7945 -2021-03-21 16:45:23.862 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@2049e582 -2021-03-21 16:45:23.863 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@641ed324 -2021-03-21 16:45:23.865 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@14d1737a -2021-03-21 16:45:23.865 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@14d1737a -2021-03-21 16:45:23.866 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1e120628 -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4e4894d -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1de5cc88 -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@23e2c1ca -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@2d4fb0d8 -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@dc1fadd -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3ef3f661 -2021-03-21 16:45:23.867 DEBUG 8012 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@baa9ce4 -2021-03-21 16:45:23.922 INFO 8012 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 16:45:23.984 DEBUG 8012 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@62cd562d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@3d1c52f5] -2021-03-21 16:45:24.206 DEBUG 8012 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 16:45:24.208 DEBUG 8012 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 16:45:24.369 DEBUG 8012 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@62cd562d] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@5fb44964] -2021-03-21 16:45:24.872 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 16:45:24.874 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 16:45:24.875 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 16:45:24.876 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 16:45:24.876 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 16:45:24.876 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 16:45:24.876 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 16:45:24.876 DEBUG 8012 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 16:45:24.878 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.889 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.890 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.891 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.892 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.893 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:45:24.894 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.895 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 16:45:24.896 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 16:45:24.897 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.898 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.900 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 16:45:24.902 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.902 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:45:24.903 DEBUG 8012 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 16:45:24.904 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 16:45:24.908 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 16:45:24.916 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 16:45:24.918 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 16:45:24.919 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 16:45:24.920 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:45:24.921 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 16:45:24.922 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 16:45:24.924 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 16:45:24.925 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 16:45:24.926 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 16:45:24.927 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 16:45:24.929 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 16:45:24.930 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 16:45:24.931 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 16:45:24.932 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 16:45:24.933 DEBUG 8012 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:45:24.938 INFO 8012 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 16:45:24.945 TRACE 8012 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5fb44964] for TypeConfiguration -2021-03-21 16:45:24.947 INFO 8012 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 16:45:25.997 WARN 8012 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 16:45:26.292 INFO 8012 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 04fac318-1ba4-46a8-84fd-0f4d41329e4a - -2021-03-21 16:45:26.394 INFO 8012 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@598ff2b3, org.springframework.security.web.context.SecurityContextPersistenceFilter@59509393, org.springframework.security.web.header.HeaderWriterFilter@28c75c93, org.springframework.security.web.authentication.logout.LogoutFilter@48d14ea0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7ec75228, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1718de70, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1002f859, org.springframework.security.web.session.SessionManagementFilter@345af277, org.springframework.security.web.access.ExceptionTranslationFilter@42fdf45e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2318651f] -2021-03-21 16:45:26.587 INFO 8012 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 16:45:26.888 INFO 8012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 16:45:26.899 INFO 8012 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 6.574 seconds (JVM running for 8.247) -2021-03-21 16:45:50.466 INFO 8012 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 16:45:50.468 INFO 8012 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 16:45:50.470 INFO 8012 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 16:45:50.502 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:45:50.502 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:45:50.502 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:45:50.502 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 16:45:50.663 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:45:50.664 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:45:50.664 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:45:50.678 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.678 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 16:45:50.678 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.716 DEBUG 8012 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 16:45:50.720 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 16:45:50.725 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [1] -2021-03-21 16:45:50.729 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 16:45:50.729 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 16:45:50.729 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 16:45:50.729 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 16:45:50.731 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 16:45:50.731 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 16:45:50.731 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 16:45:50.731 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [kim] -2021-03-21 16:45:50.740 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 16:45:50.741 TRACE 8012 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 16:45:50.833 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.833 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 16:45:50.833 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.858 DEBUG 8012 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 16:45:50.858 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T16:45:50.836236400] -2021-03-21 16:45:50.858 TRACE 8012 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null}] -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null} -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 16:45:50.866 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 16:45:50.942 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:45:50.942 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 16:45:50.942 INFO 8012 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:46:43.426 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:46:43.427 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:46:43.427 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:46:43.427 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate/property -2021-03-21 16:46:43.455 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:46:43.455 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:46:43.455 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:46:43.908 INFO 8012 --- [http-nio-8080-exec-2] c.e.r.common.GlobalExceptionHandler : 401 Unauthorized: [no body] -2021-03-21 16:47:07.177 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:47:07.177 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:47:07.178 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:47:07.178 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate/property -2021-03-21 16:47:07.179 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:47:07.179 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:47:07.179 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:47:07.235 INFO 8012 --- [http-nio-8080-exec-4] c.e.r.common.GlobalExceptionHandler : 401 Unauthorized: [no body] -2021-03-21 16:47:49.782 INFO 3492 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 3492 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 16:47:49.787 INFO 3492 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 16:47:51.255 INFO 3492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 16:47:51.530 INFO 3492 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 262 ms. Found 15 JPA repository interfaces. -2021-03-21 16:47:52.449 INFO 3492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 16:47:52.462 INFO 3492 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 16:47:52.463 INFO 3492 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 16:47:52.662 INFO 3492 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 16:47:52.663 INFO 3492 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2796 ms -2021-03-21 16:47:52.730 INFO 3492 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 16:47:52.916 INFO 3492 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 16:47:52.923 INFO 3492 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 16:47:53.167 INFO 3492 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 16:47:53.259 INFO 3492 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 16:47:53.504 INFO 3492 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 16:47:53.548 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-21 16:47:53.549 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-21 16:47:53.549 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-21 16:47:53.550 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@23b1aa9 -2021-03-21 16:47:53.550 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@7c4b5ceb -2021-03-21 16:47:53.552 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@712cd5d3 -2021-03-21 16:47:53.554 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6eda012b -2021-03-21 16:47:53.554 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6eda012b -2021-03-21 16:47:53.554 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6eda012b -2021-03-21 16:47:53.556 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@7661e474 -2021-03-21 16:47:53.556 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@7661e474 -2021-03-21 16:47:53.556 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@7661e474 -2021-03-21 16:47:53.559 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7772d266 -2021-03-21 16:47:53.559 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7772d266 -2021-03-21 16:47:53.559 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7772d266 -2021-03-21 16:47:53.561 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-21 16:47:53.561 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-21 16:47:53.562 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-21 16:47:53.563 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@150d6eaf -2021-03-21 16:47:53.563 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@150d6eaf -2021-03-21 16:47:53.563 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@150d6eaf -2021-03-21 16:47:53.565 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@eaf8427 -2021-03-21 16:47:53.565 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@eaf8427 -2021-03-21 16:47:53.565 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@eaf8427 -2021-03-21 16:47:53.566 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@17176b18 -2021-03-21 16:47:53.567 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@17176b18 -2021-03-21 16:47:53.567 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@17176b18 -2021-03-21 16:47:53.569 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6c9a3661 -2021-03-21 16:47:53.569 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6c9a3661 -2021-03-21 16:47:53.570 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3f0ce0d1 -2021-03-21 16:47:53.571 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3f0ce0d1 -2021-03-21 16:47:53.572 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@350ff014 -2021-03-21 16:47:53.572 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@350ff014 -2021-03-21 16:47:53.574 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1201769d -2021-03-21 16:47:53.577 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@22048bd6 -2021-03-21 16:47:53.578 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@43c39321 -2021-03-21 16:47:53.579 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@43c39321 -2021-03-21 16:47:53.580 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@6bcdd6e4 -2021-03-21 16:47:53.580 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@6bcdd6e4 -2021-03-21 16:47:53.581 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@ddffa6c -2021-03-21 16:47:53.583 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@ddffa6c -2021-03-21 16:47:53.584 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5abf6a99 -2021-03-21 16:47:53.584 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5abf6a99 -2021-03-21 16:47:53.584 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7a814310 -2021-03-21 16:47:53.586 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7a814310 -2021-03-21 16:47:53.587 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@4b4a2fa8 -2021-03-21 16:47:53.587 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@4b4a2fa8 -2021-03-21 16:47:53.588 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@65036e8d -2021-03-21 16:47:53.588 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@65036e8d -2021-03-21 16:47:53.592 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@26d0ece6 -2021-03-21 16:47:53.592 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@26d0ece6 -2021-03-21 16:47:53.595 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@781dac73 -2021-03-21 16:47:53.595 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@781dac73 -2021-03-21 16:47:53.598 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@64a1116a -2021-03-21 16:47:53.598 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@64a1116a -2021-03-21 16:47:53.600 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@37c1cfa -2021-03-21 16:47:53.600 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@37c1cfa -2021-03-21 16:47:53.602 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@773eca84 -2021-03-21 16:47:53.602 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@773eca84 -2021-03-21 16:47:53.602 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@773eca84 -2021-03-21 16:47:53.605 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@401788d5 -2021-03-21 16:47:53.609 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@701c223a -2021-03-21 16:47:53.609 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@701c223a -2021-03-21 16:47:53.610 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@701c223a -2021-03-21 16:47:53.612 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@44dd0d38 -2021-03-21 16:47:53.613 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2bdab835 -2021-03-21 16:47:53.615 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@1815577b -2021-03-21 16:47:53.615 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1815577b -2021-03-21 16:47:53.616 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@1f949ab9 -2021-03-21 16:47:53.616 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1f949ab9 -2021-03-21 16:47:53.617 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@3a209918 -2021-03-21 16:47:53.618 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3a209918 -2021-03-21 16:47:53.619 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@587f4f63 -2021-03-21 16:47:53.619 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@587f4f63 -2021-03-21 16:47:53.620 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@28e7bb31 -2021-03-21 16:47:53.620 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@28e7bb31 -2021-03-21 16:47:53.621 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@661e279d -2021-03-21 16:47:53.623 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@5be4be74 -2021-03-21 16:47:53.626 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@5be4be74 -2021-03-21 16:47:53.627 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@5be4be74 -2021-03-21 16:47:53.629 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-21 16:47:53.630 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-21 16:47:53.630 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-21 16:47:53.632 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@5e68be2 -2021-03-21 16:47:53.633 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@aca3c85 -2021-03-21 16:47:53.635 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@69a373fd -2021-03-21 16:47:53.635 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@69a373fd -2021-03-21 16:47:53.635 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@69a373fd -2021-03-21 16:47:53.636 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-21 16:47:53.637 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-21 16:47:53.637 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-21 16:47:53.637 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@53cddaf8 -2021-03-21 16:47:53.638 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@7de35070 -2021-03-21 16:47:53.640 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@48dff674 -2021-03-21 16:47:53.640 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@48dff674 -2021-03-21 16:47:53.641 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4a9b3956 -2021-03-21 16:47:53.643 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@bb8ead8 -2021-03-21 16:47:53.644 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@bb8ead8 -2021-03-21 16:47:53.645 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@53cb0bcb -2021-03-21 16:47:53.645 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@53cb0bcb -2021-03-21 16:47:53.646 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@63dda940 -2021-03-21 16:47:53.647 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7bede4ea -2021-03-21 16:47:53.650 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@2dcd0e41 -2021-03-21 16:47:53.660 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4e3283f6 -2021-03-21 16:47:53.661 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4e3283f6 -2021-03-21 16:47:53.661 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@72224107 -2021-03-21 16:47:53.661 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@394fb736 -2021-03-21 16:47:53.661 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3070f3e6 -2021-03-21 16:47:53.661 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3271ec2a -2021-03-21 16:47:53.662 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@52bba91a -2021-03-21 16:47:53.662 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1689527c -2021-03-21 16:47:53.662 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@21516c88 -2021-03-21 16:47:53.662 DEBUG 3492 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1c7cd434 -2021-03-21 16:47:53.865 INFO 3492 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 16:47:53.980 DEBUG 3492 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3df77dfa] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@721fc2e3] -2021-03-21 16:47:54.295 DEBUG 3492 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 16:47:54.297 DEBUG 3492 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 16:47:54.529 DEBUG 3492 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3df77dfa] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4a105556] -2021-03-21 16:47:55.305 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 16:47:55.309 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 16:47:55.309 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 16:47:55.310 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 16:47:55.311 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 16:47:55.311 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 16:47:55.311 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 16:47:55.311 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 16:47:55.311 DEBUG 3492 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 16:47:55.315 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.333 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.335 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.336 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.337 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.338 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:47:55.342 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.344 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 16:47:55.345 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 16:47:55.346 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.347 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.350 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 16:47:55.352 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.354 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 16:47:55.354 DEBUG 3492 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 16:47:55.356 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 16:47:55.361 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 16:47:55.373 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 16:47:55.377 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 16:47:55.379 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 16:47:55.380 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:47:55.382 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 16:47:55.383 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 16:47:55.385 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 16:47:55.387 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 16:47:55.388 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 16:47:55.391 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 16:47:55.393 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 16:47:55.395 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 16:47:55.396 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 16:47:55.398 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 16:47:55.400 DEBUG 3492 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 16:47:55.406 INFO 3492 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 16:47:55.418 TRACE 3492 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4a105556] for TypeConfiguration -2021-03-21 16:47:55.422 INFO 3492 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 16:47:56.889 WARN 3492 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 16:47:57.330 INFO 3492 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 65594739-5ead-44f6-bf22-fba435a2d572 - -2021-03-21 16:47:57.481 INFO 3492 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3cc548f6, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f465ae, org.springframework.security.web.header.HeaderWriterFilter@5478597, org.springframework.security.web.authentication.logout.LogoutFilter@507fecf3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@308d4981, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2eb73a42, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3fed0c04, org.springframework.security.web.session.SessionManagementFilter@7fa86ddd, org.springframework.security.web.access.ExceptionTranslationFilter@7d6a9d5e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@613ba54e] -2021-03-21 16:47:57.818 INFO 3492 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 16:47:58.298 INFO 3492 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 16:47:58.314 INFO 3492 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.392 seconds (JVM running for 11.649) -2021-03-21 16:48:04.951 INFO 3492 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 16:48:04.952 INFO 3492 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 16:48:04.953 INFO 3492 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 16:48:05.000 INFO 3492 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:05.001 INFO 3492 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:48:05.001 INFO 3492 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:05.001 INFO 3492 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate -2021-03-21 16:48:05.030 INFO 3492 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.AuthFailException인증정보가 정확하지 않습니다 -2021-03-21 16:48:24.613 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:24.615 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:48:24.615 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:24.615 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate -2021-03-21 16:48:24.794 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:24.795 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:48:24.795 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:25.667 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:25.667 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 16:48:25.667 INFO 3492 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:34.421 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:34.421 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:48:34.421 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:34.421 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate/property -2021-03-21 16:48:34.427 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:34.428 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:48:34.428 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:34.567 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:34.567 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 16:48:34.568 INFO 3492 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:40.401 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:40.402 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 16:48:40.402 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 16:48:40.402 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : GET /api/extra/naver/translate/property -2021-03-21 16:48:40.403 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:40.403 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 16:48:40.404 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:40.533 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 16:48:40.533 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 16:48:40.533 INFO 3492 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:24:12.312 INFO 6376 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 6376 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 18:24:12.316 INFO 6376 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 18:24:13.686 INFO 6376 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 18:24:13.944 INFO 6376 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 244 ms. Found 15 JPA repository interfaces. -2021-03-21 18:24:14.849 INFO 6376 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 18:24:14.862 INFO 6376 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 18:24:14.863 INFO 6376 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 18:24:15.029 INFO 6376 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 18:24:15.029 INFO 6376 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2640 ms -2021-03-21 18:24:15.105 INFO 6376 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 18:24:15.258 INFO 6376 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 18:24:15.265 INFO 6376 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 18:24:15.482 INFO 6376 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 18:24:15.564 INFO 6376 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 18:24:15.766 INFO 6376 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 18:24:15.809 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@6615237 -2021-03-21 18:24:15.810 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@6615237 -2021-03-21 18:24:15.810 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@6615237 -2021-03-21 18:24:15.811 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@611c3eae -2021-03-21 18:24:15.811 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@17176b18 -2021-03-21 18:24:15.812 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@57b9389f -2021-03-21 18:24:15.814 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@3f0ce0d1 -2021-03-21 18:24:15.814 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@3f0ce0d1 -2021-03-21 18:24:15.814 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@3f0ce0d1 -2021-03-21 18:24:15.816 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@350ff014 -2021-03-21 18:24:15.816 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@350ff014 -2021-03-21 18:24:15.816 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@350ff014 -2021-03-21 18:24:15.817 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3b28b7b0 -2021-03-21 18:24:15.818 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3b28b7b0 -2021-03-21 18:24:15.818 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3b28b7b0 -2021-03-21 18:24:15.819 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@374c3975 -2021-03-21 18:24:15.819 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@374c3975 -2021-03-21 18:24:15.820 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@374c3975 -2021-03-21 18:24:15.821 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@60807fd9 -2021-03-21 18:24:15.821 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@60807fd9 -2021-03-21 18:24:15.822 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@60807fd9 -2021-03-21 18:24:15.823 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3b218c74 -2021-03-21 18:24:15.823 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3b218c74 -2021-03-21 18:24:15.823 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3b218c74 -2021-03-21 18:24:15.824 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@b56ec6c -2021-03-21 18:24:15.825 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@b56ec6c -2021-03-21 18:24:15.825 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@b56ec6c -2021-03-21 18:24:15.826 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@38c460e8 -2021-03-21 18:24:15.827 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@38c460e8 -2021-03-21 18:24:15.827 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@67763ebe -2021-03-21 18:24:15.828 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@67763ebe -2021-03-21 18:24:15.829 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@383cdd4d -2021-03-21 18:24:15.829 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@383cdd4d -2021-03-21 18:24:15.830 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@685d7ba5 -2021-03-21 18:24:15.830 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@26d0ece6 -2021-03-21 18:24:15.831 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@35ac9ebd -2021-03-21 18:24:15.831 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@35ac9ebd -2021-03-21 18:24:15.832 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@4df7d9ee -2021-03-21 18:24:15.833 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4df7d9ee -2021-03-21 18:24:15.834 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@7f4e5a39 -2021-03-21 18:24:15.834 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@7f4e5a39 -2021-03-21 18:24:15.836 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64a1116a -2021-03-21 18:24:15.836 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64a1116a -2021-03-21 18:24:15.837 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@d84b3a2 -2021-03-21 18:24:15.837 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@d84b3a2 -2021-03-21 18:24:15.839 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@537b3b2e -2021-03-21 18:24:15.839 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@537b3b2e -2021-03-21 18:24:15.841 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@7d47dfed -2021-03-21 18:24:15.841 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@7d47dfed -2021-03-21 18:24:15.843 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@237b2852 -2021-03-21 18:24:15.843 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@237b2852 -2021-03-21 18:24:15.845 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@539fc5d1 -2021-03-21 18:24:15.845 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@539fc5d1 -2021-03-21 18:24:15.847 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@71567f33 -2021-03-21 18:24:15.847 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@71567f33 -2021-03-21 18:24:15.848 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3855d9b2 -2021-03-21 18:24:15.849 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3855d9b2 -2021-03-21 18:24:15.860 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@587f4f63 -2021-03-21 18:24:15.860 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@587f4f63 -2021-03-21 18:24:15.860 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@587f4f63 -2021-03-21 18:24:15.862 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@2f4d01b6 -2021-03-21 18:24:15.865 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@621624b1 -2021-03-21 18:24:15.865 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@621624b1 -2021-03-21 18:24:15.865 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@621624b1 -2021-03-21 18:24:15.866 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@5be4be74 -2021-03-21 18:24:15.868 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@64dc86c6 -2021-03-21 18:24:15.870 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@5e68be2 -2021-03-21 18:24:15.870 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@5e68be2 -2021-03-21 18:24:15.872 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@2424cb9d -2021-03-21 18:24:15.873 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@2424cb9d -2021-03-21 18:24:15.875 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4567fb2b -2021-03-21 18:24:15.875 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4567fb2b -2021-03-21 18:24:15.876 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@36ad5f2a -2021-03-21 18:24:15.876 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@36ad5f2a -2021-03-21 18:24:15.877 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@7c901203 -2021-03-21 18:24:15.878 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@7c901203 -2021-03-21 18:24:15.878 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@edb83f8 -2021-03-21 18:24:15.880 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@aa752bb -2021-03-21 18:24:15.880 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@aa752bb -2021-03-21 18:24:15.881 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@aa752bb -2021-03-21 18:24:15.882 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@389a5022 -2021-03-21 18:24:15.882 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@389a5022 -2021-03-21 18:24:15.882 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@389a5022 -2021-03-21 18:24:15.884 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@41a16eb3 -2021-03-21 18:24:15.885 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@53cb0bcb -2021-03-21 18:24:15.886 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@7574d4ad -2021-03-21 18:24:15.886 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@7574d4ad -2021-03-21 18:24:15.886 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@7574d4ad -2021-03-21 18:24:15.887 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@7a55fb81 -2021-03-21 18:24:15.887 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@7a55fb81 -2021-03-21 18:24:15.888 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@7a55fb81 -2021-03-21 18:24:15.888 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@61911947 -2021-03-21 18:24:15.889 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@1b409a79 -2021-03-21 18:24:15.890 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@3e0a9b1d -2021-03-21 18:24:15.890 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@3e0a9b1d -2021-03-21 18:24:15.891 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4e3283f6 -2021-03-21 18:24:15.893 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@21516c88 -2021-03-21 18:24:15.893 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@21516c88 -2021-03-21 18:24:15.894 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@32da97fd -2021-03-21 18:24:15.894 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@32da97fd -2021-03-21 18:24:15.895 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@464aeb09 -2021-03-21 18:24:15.895 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@27df5806 -2021-03-21 18:24:15.897 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@7308c820 -2021-03-21 18:24:15.900 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4e4894d -2021-03-21 18:24:15.900 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4e4894d -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@dc1fadd -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3ef3f661 -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@baa9ce4 -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@5b332439 -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@59262a90 -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@78479f2b -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@2755617b -2021-03-21 18:24:15.901 DEBUG 6376 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@65859b44 -2021-03-21 18:24:15.971 INFO 6376 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 18:24:16.065 DEBUG 6376 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3095d401] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2037f12b] -2021-03-21 18:24:16.314 DEBUG 6376 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 18:24:16.315 DEBUG 6376 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 18:24:16.516 DEBUG 6376 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3095d401] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@6a902015] -2021-03-21 18:24:17.461 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 18:24:17.468 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 18:24:17.468 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 18:24:17.468 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 18:24:17.469 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 18:24:17.469 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 18:24:17.469 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 18:24:17.470 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 18:24:17.470 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 18:24:17.470 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 18:24:17.470 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 18:24:17.470 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 18:24:17.471 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 18:24:17.471 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 18:24:17.471 DEBUG 6376 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 18:24:17.476 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.500 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.501 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.503 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.505 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.508 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:24:17.510 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.513 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 18:24:17.515 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 18:24:17.517 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.519 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.523 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 18:24:17.528 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.529 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:24:17.531 DEBUG 6376 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:17.533 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 18:24:17.542 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 18:24:17.561 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 18:24:17.564 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:17.566 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 18:24:17.568 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:17.574 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 18:24:17.577 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 18:24:17.580 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 18:24:17.582 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 18:24:17.585 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:17.590 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 18:24:17.606 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 18:24:17.609 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 18:24:17.612 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 18:24:17.615 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:17.618 DEBUG 6376 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:17.626 INFO 6376 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 18:24:17.644 TRACE 6376 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6a902015] for TypeConfiguration -2021-03-21 18:24:17.649 INFO 6376 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 18:24:20.035 WARN 6376 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 18:24:20.627 INFO 6376 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 2ca675ba-9a1c-4783-a10b-92c0fe51f53d - -2021-03-21 18:24:20.819 INFO 6376 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3f04fb07, org.springframework.security.web.context.SecurityContextPersistenceFilter@341c0dfc, org.springframework.security.web.header.HeaderWriterFilter@4cb59398, org.springframework.security.web.authentication.logout.LogoutFilter@5f1a3c4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@507fecf3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@55cf5626, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4718d320, org.springframework.security.web.session.SessionManagementFilter@3dd27116, org.springframework.security.web.access.ExceptionTranslationFilter@423d662a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5b1cedfd] -2021-03-21 18:24:21.207 INFO 6376 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 18:24:21.835 INFO 6376 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 18:24:21.858 INFO 6376 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.378 seconds (JVM running for 12.478) -2021-03-21 18:24:40.763 INFO 23828 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 23828 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 18:24:40.768 INFO 23828 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 18:24:42.494 INFO 23828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 18:24:42.938 INFO 23828 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 420 ms. Found 15 JPA repository interfaces. -2021-03-21 18:24:44.530 INFO 23828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 18:24:44.550 INFO 23828 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 18:24:44.552 INFO 23828 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 18:24:44.798 INFO 23828 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 18:24:44.798 INFO 23828 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3936 ms -2021-03-21 18:24:44.888 INFO 23828 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 18:24:45.064 INFO 23828 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 18:24:45.075 INFO 23828 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 18:24:45.354 INFO 23828 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 18:24:45.441 INFO 23828 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 18:24:45.602 INFO 23828 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 18:24:45.633 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@54895681 -2021-03-21 18:24:45.635 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@54895681 -2021-03-21 18:24:45.635 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@54895681 -2021-03-21 18:24:45.635 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@935d3f9 -2021-03-21 18:24:45.636 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@589fb74d -2021-03-21 18:24:45.637 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@37d699a1 -2021-03-21 18:24:45.639 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@267ff4df -2021-03-21 18:24:45.640 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@267ff4df -2021-03-21 18:24:45.640 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@267ff4df -2021-03-21 18:24:45.642 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@1b17d8ab -2021-03-21 18:24:45.642 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@1b17d8ab -2021-03-21 18:24:45.643 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1b17d8ab -2021-03-21 18:24:45.644 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@28989415 -2021-03-21 18:24:45.645 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@28989415 -2021-03-21 18:24:45.645 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@28989415 -2021-03-21 18:24:45.646 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@7282af25 -2021-03-21 18:24:45.647 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@7282af25 -2021-03-21 18:24:45.647 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@7282af25 -2021-03-21 18:24:45.649 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@21dea711 -2021-03-21 18:24:45.649 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@21dea711 -2021-03-21 18:24:45.649 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@21dea711 -2021-03-21 18:24:45.651 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@759a678a -2021-03-21 18:24:45.651 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@759a678a -2021-03-21 18:24:45.651 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@759a678a -2021-03-21 18:24:45.652 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@6b832551 -2021-03-21 18:24:45.653 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@6b832551 -2021-03-21 18:24:45.653 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@6b832551 -2021-03-21 18:24:45.655 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6615237 -2021-03-21 18:24:45.655 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6615237 -2021-03-21 18:24:45.656 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@177ede17 -2021-03-21 18:24:45.656 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@177ede17 -2021-03-21 18:24:45.657 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@41f785e3 -2021-03-21 18:24:45.658 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@41f785e3 -2021-03-21 18:24:45.658 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@6b25ef1c -2021-03-21 18:24:45.659 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@3f0ce0d1 -2021-03-21 18:24:45.660 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@350ff014 -2021-03-21 18:24:45.660 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@350ff014 -2021-03-21 18:24:45.661 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@3b28b7b0 -2021-03-21 18:24:45.661 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@3b28b7b0 -2021-03-21 18:24:45.662 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@374c3975 -2021-03-21 18:24:45.662 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@374c3975 -2021-03-21 18:24:45.663 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@60807fd9 -2021-03-21 18:24:45.663 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@60807fd9 -2021-03-21 18:24:45.664 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@3b218c74 -2021-03-21 18:24:45.664 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@3b218c74 -2021-03-21 18:24:45.665 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@b56ec6c -2021-03-21 18:24:45.665 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@b56ec6c -2021-03-21 18:24:45.666 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@38c460e8 -2021-03-21 18:24:45.667 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@38c460e8 -2021-03-21 18:24:45.668 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@67763ebe -2021-03-21 18:24:45.668 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@67763ebe -2021-03-21 18:24:45.670 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@26d0ece6 -2021-03-21 18:24:45.670 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@26d0ece6 -2021-03-21 18:24:45.672 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@6826b70f -2021-03-21 18:24:45.672 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@6826b70f -2021-03-21 18:24:45.673 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@30159886 -2021-03-21 18:24:45.673 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@30159886 -2021-03-21 18:24:45.675 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@10fb4575 -2021-03-21 18:24:45.676 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@10fb4575 -2021-03-21 18:24:45.676 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@10fb4575 -2021-03-21 18:24:45.678 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@69feb4d9 -2021-03-21 18:24:45.680 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@119d4443 -2021-03-21 18:24:45.680 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@119d4443 -2021-03-21 18:24:45.680 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@119d4443 -2021-03-21 18:24:45.681 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7e0f9528 -2021-03-21 18:24:45.682 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@7336fd8f -2021-03-21 18:24:45.683 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@852ef8d -2021-03-21 18:24:45.683 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@852ef8d -2021-03-21 18:24:45.684 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@147e0734 -2021-03-21 18:24:45.685 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@147e0734 -2021-03-21 18:24:45.686 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@270d5060 -2021-03-21 18:24:45.686 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@270d5060 -2021-03-21 18:24:45.688 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@987a0bb -2021-03-21 18:24:45.688 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@987a0bb -2021-03-21 18:24:45.689 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@47a3d56a -2021-03-21 18:24:45.689 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@47a3d56a -2021-03-21 18:24:45.690 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@6d7b001b -2021-03-21 18:24:45.691 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@7f426ddd -2021-03-21 18:24:45.692 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@7f426ddd -2021-03-21 18:24:45.692 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@7f426ddd -2021-03-21 18:24:45.693 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@38de5daf -2021-03-21 18:24:45.693 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@38de5daf -2021-03-21 18:24:45.693 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@38de5daf -2021-03-21 18:24:45.694 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@13ca16bf -2021-03-21 18:24:45.695 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@59d5a6fd -2021-03-21 18:24:45.697 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@1e734eee -2021-03-21 18:24:45.697 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@1e734eee -2021-03-21 18:24:45.697 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@1e734eee -2021-03-21 18:24:45.698 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3bc20984 -2021-03-21 18:24:45.698 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3bc20984 -2021-03-21 18:24:45.698 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3bc20984 -2021-03-21 18:24:45.699 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@2424cb9d -2021-03-21 18:24:45.699 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@69a373fd -2021-03-21 18:24:45.701 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@36ad5f2a -2021-03-21 18:24:45.701 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@36ad5f2a -2021-03-21 18:24:45.702 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4044589a -2021-03-21 18:24:45.703 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@1a497286 -2021-03-21 18:24:45.703 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1a497286 -2021-03-21 18:24:45.705 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@1b31af02 -2021-03-21 18:24:45.705 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1b31af02 -2021-03-21 18:24:45.706 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@389a5022 -2021-03-21 18:24:45.706 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@6c995c5d -2021-03-21 18:24:45.708 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@41f964f9 -2021-03-21 18:24:45.711 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@7272ee51 -2021-03-21 18:24:45.711 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7272ee51 -2021-03-21 18:24:45.712 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@795f6681 -2021-03-21 18:24:45.712 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@66d3b881 -2021-03-21 18:24:45.712 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3a45afd4 -2021-03-21 18:24:45.713 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@762a10b6 -2021-03-21 18:24:45.713 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@74431b9c -2021-03-21 18:24:45.713 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@f2fb225 -2021-03-21 18:24:45.713 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1883871b -2021-03-21 18:24:45.713 DEBUG 23828 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@3e0a9b1d -2021-03-21 18:24:45.785 INFO 23828 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 18:24:45.901 DEBUG 23828 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2964511] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6e9a10cd] -2021-03-21 18:24:46.143 DEBUG 23828 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 18:24:46.144 DEBUG 23828 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 18:24:46.333 DEBUG 23828 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2964511] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4ab455e2] -2021-03-21 18:24:46.982 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 18:24:46.985 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 18:24:46.985 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 18:24:46.986 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 18:24:46.987 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 18:24:46.987 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 18:24:46.987 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 18:24:46.987 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 18:24:46.987 DEBUG 23828 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 18:24:46.991 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.007 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.008 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.010 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.012 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.013 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:24:47.016 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.017 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 18:24:47.019 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 18:24:47.020 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.023 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.026 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 18:24:47.029 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.031 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:24:47.033 DEBUG 23828 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 18:24:47.034 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 18:24:47.040 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 18:24:47.054 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 18:24:47.057 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:47.060 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 18:24:47.062 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:47.064 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 18:24:47.067 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 18:24:47.069 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 18:24:47.072 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 18:24:47.074 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:47.078 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 18:24:47.080 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 18:24:47.082 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 18:24:47.084 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 18:24:47.086 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:47.088 DEBUG 23828 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:24:47.095 INFO 23828 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 18:24:47.107 TRACE 23828 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4ab455e2] for TypeConfiguration -2021-03-21 18:24:47.111 INFO 23828 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 18:24:48.612 WARN 23828 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 18:24:49.039 INFO 23828 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: aa79dee9-8bbc-4fc1-816f-269354b5d4e5 - -2021-03-21 18:24:49.153 INFO 23828 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@32675dd4, org.springframework.security.web.context.SecurityContextPersistenceFilter@6b64921f, org.springframework.security.web.header.HeaderWriterFilter@55cf5626, org.springframework.security.web.authentication.logout.LogoutFilter@543a7605, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e475994, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5b3c2a9f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2351255a, org.springframework.security.web.session.SessionManagementFilter@1da61a29, org.springframework.security.web.access.ExceptionTranslationFilter@345af277, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@432b883] -2021-03-21 18:24:49.375 INFO 23828 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 18:24:49.746 INFO 23828 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 18:24:49.758 INFO 23828 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.041 seconds (JVM running for 12.893) -2021-03-21 18:27:28.306 INFO 23828 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 18:27:28.308 INFO 23828 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 18:27:28.314 INFO 23828 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms -2021-03-21 18:27:28.689 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:27:28.690 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 18:27:28.690 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:27:28.728 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:27:28.729 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 18:27:28.730 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:27:28.803 DEBUG 23828 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 18:27:28.813 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [addUser@naver.com] -2021-03-21 18:27:29.092 DEBUG 23828 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 18:27:29.093 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [addUser@naver.com] -2021-03-21 18:27:29.094 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 18:27:29.094 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$H1ykD29jJmlljVZQqO20nemRLNfzGthc1sXXw.rnQqhjpqDHiBd/G] -2021-03-21 18:27:29.094 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 18:27:29.095 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T18:27:29.013819500] -2021-03-21 18:27:29.095 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 18:27:29.095 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 18:27:29.096 TRACE 23828 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 18:27:29.113 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:27:29.113 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 18:27:29.114 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:27:29.127 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:27:29.127 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 18:27:29.127 INFO 23828 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:57:24.713 INFO 10892 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 10892 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 18:57:24.723 INFO 10892 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 18:57:26.656 INFO 10892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 18:57:27.256 INFO 10892 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 574 ms. Found 15 JPA repository interfaces. -2021-03-21 18:57:28.813 INFO 10892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 18:57:28.839 INFO 10892 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 18:57:28.841 INFO 10892 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 18:57:29.190 INFO 10892 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 18:57:29.191 INFO 10892 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4306 ms -2021-03-21 18:57:29.306 INFO 10892 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 18:57:29.583 INFO 10892 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 18:57:29.591 INFO 10892 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 18:57:29.834 INFO 10892 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 18:57:29.947 INFO 10892 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 18:57:30.181 INFO 10892 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 18:57:30.222 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4e67cfe1 -2021-03-21 18:57:30.223 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4e67cfe1 -2021-03-21 18:57:30.223 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4e67cfe1 -2021-03-21 18:57:30.224 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@67763ebe -2021-03-21 18:57:30.224 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6b16de91 -2021-03-21 18:57:30.225 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@65036e8d -2021-03-21 18:57:30.227 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@76d0ecd7 -2021-03-21 18:57:30.227 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@76d0ecd7 -2021-03-21 18:57:30.227 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@76d0ecd7 -2021-03-21 18:57:30.229 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5dcf0772 -2021-03-21 18:57:30.229 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5dcf0772 -2021-03-21 18:57:30.229 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5dcf0772 -2021-03-21 18:57:30.231 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5e67a490 -2021-03-21 18:57:30.231 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5e67a490 -2021-03-21 18:57:30.231 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@5e67a490 -2021-03-21 18:57:30.232 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@5d66ae3a -2021-03-21 18:57:30.233 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@5d66ae3a -2021-03-21 18:57:30.233 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5d66ae3a -2021-03-21 18:57:30.235 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6682e6a5 -2021-03-21 18:57:30.235 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6682e6a5 -2021-03-21 18:57:30.236 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@6682e6a5 -2021-03-21 18:57:30.237 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@37c1cfa -2021-03-21 18:57:30.237 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@37c1cfa -2021-03-21 18:57:30.238 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@37c1cfa -2021-03-21 18:57:30.239 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@28b458e6 -2021-03-21 18:57:30.239 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@28b458e6 -2021-03-21 18:57:30.239 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@28b458e6 -2021-03-21 18:57:30.241 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@401788d5 -2021-03-21 18:57:30.241 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@401788d5 -2021-03-21 18:57:30.242 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@2b01c689 -2021-03-21 18:57:30.242 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@2b01c689 -2021-03-21 18:57:30.244 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@439f2d87 -2021-03-21 18:57:30.244 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@439f2d87 -2021-03-21 18:57:30.245 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7e94e331 -2021-03-21 18:57:30.245 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@3962ec84 -2021-03-21 18:57:30.247 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@639c7f9c -2021-03-21 18:57:30.247 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@639c7f9c -2021-03-21 18:57:30.248 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@4c04216f -2021-03-21 18:57:30.248 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4c04216f -2021-03-21 18:57:30.250 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@39f42d0e -2021-03-21 18:57:30.250 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@39f42d0e -2021-03-21 18:57:30.251 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@da09250 -2021-03-21 18:57:30.251 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@da09250 -2021-03-21 18:57:30.252 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@112c2930 -2021-03-21 18:57:30.253 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@112c2930 -2021-03-21 18:57:30.264 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@beabd6b -2021-03-21 18:57:30.265 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@beabd6b -2021-03-21 18:57:30.267 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5980fa73 -2021-03-21 18:57:30.267 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5980fa73 -2021-03-21 18:57:30.269 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@4357524b -2021-03-21 18:57:30.270 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@4357524b -2021-03-21 18:57:30.272 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@f017dd0 -2021-03-21 18:57:30.272 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@f017dd0 -2021-03-21 18:57:30.276 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@1002d192 -2021-03-21 18:57:30.276 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@1002d192 -2021-03-21 18:57:30.278 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@1e721583 -2021-03-21 18:57:30.279 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1e721583 -2021-03-21 18:57:30.281 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@7d401cdc -2021-03-21 18:57:30.281 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@7d401cdc -2021-03-21 18:57:30.282 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@7d401cdc -2021-03-21 18:57:30.284 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@77fc19cf -2021-03-21 18:57:30.287 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@6c995c5d -2021-03-21 18:57:30.287 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6c995c5d -2021-03-21 18:57:30.287 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6c995c5d -2021-03-21 18:57:30.288 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@53cb0bcb -2021-03-21 18:57:30.290 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@7574d4ad -2021-03-21 18:57:30.292 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@7a55fb81 -2021-03-21 18:57:30.293 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7a55fb81 -2021-03-21 18:57:30.294 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@7272ee51 -2021-03-21 18:57:30.294 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@7272ee51 -2021-03-21 18:57:30.296 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@762a10b6 -2021-03-21 18:57:30.296 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@762a10b6 -2021-03-21 18:57:30.297 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@240a2619 -2021-03-21 18:57:30.297 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@240a2619 -2021-03-21 18:57:30.299 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3070f3e6 -2021-03-21 18:57:30.299 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3070f3e6 -2021-03-21 18:57:30.300 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@21516c88 -2021-03-21 18:57:30.302 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@32da97fd -2021-03-21 18:57:30.303 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@32da97fd -2021-03-21 18:57:30.303 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@32da97fd -2021-03-21 18:57:30.304 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@365cef67 -2021-03-21 18:57:30.305 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@365cef67 -2021-03-21 18:57:30.305 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@365cef67 -2021-03-21 18:57:30.307 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@b7d2d51 -2021-03-21 18:57:30.308 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@66b0e207 -2021-03-21 18:57:30.309 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@c0c8f96 -2021-03-21 18:57:30.309 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@c0c8f96 -2021-03-21 18:57:30.309 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@c0c8f96 -2021-03-21 18:57:30.312 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@482a58c7 -2021-03-21 18:57:30.312 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@482a58c7 -2021-03-21 18:57:30.312 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@482a58c7 -2021-03-21 18:57:30.313 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@4e4894d -2021-03-21 18:57:30.313 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@dc1fadd -2021-03-21 18:57:30.315 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@45b7c97f -2021-03-21 18:57:30.315 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@45b7c97f -2021-03-21 18:57:30.316 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6009cd34 -2021-03-21 18:57:30.318 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@6e0d16a4 -2021-03-21 18:57:30.318 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@6e0d16a4 -2021-03-21 18:57:30.320 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@32a8ca06 -2021-03-21 18:57:30.320 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@32a8ca06 -2021-03-21 18:57:30.322 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@799c8758 -2021-03-21 18:57:30.322 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@77663cd7 -2021-03-21 18:57:30.330 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@62735b13 -2021-03-21 18:57:30.334 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@59f45950 -2021-03-21 18:57:30.334 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@59f45950 -2021-03-21 18:57:30.335 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@6a7a1a0d -2021-03-21 18:57:30.335 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1c6e3ff9 -2021-03-21 18:57:30.335 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@76e6c070 -2021-03-21 18:57:30.335 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@184afb78 -2021-03-21 18:57:30.336 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@22da200e -2021-03-21 18:57:30.336 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4f26425b -2021-03-21 18:57:30.336 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@f03ee8f -2021-03-21 18:57:30.336 DEBUG 10892 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@40dd552c -2021-03-21 18:57:30.428 INFO 10892 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 18:57:30.524 DEBUG 10892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@e162a35] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1124910c] -2021-03-21 18:57:30.852 DEBUG 10892 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 18:57:30.854 DEBUG 10892 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 18:57:31.104 DEBUG 10892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@e162a35] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@3fd5d679] -2021-03-21 18:57:31.813 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 18:57:31.818 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 18:57:31.819 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 18:57:31.820 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 18:57:31.820 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 18:57:31.820 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 18:57:31.820 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 18:57:31.821 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 18:57:31.821 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 18:57:31.821 DEBUG 10892 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 18:57:31.825 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.839 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.840 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.841 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.842 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.843 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:57:31.845 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.846 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 18:57:31.847 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 18:57:31.848 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.849 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.852 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 18:57:31.854 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.855 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 18:57:31.857 DEBUG 10892 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 18:57:31.858 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 18:57:31.862 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 18:57:31.874 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 18:57:31.877 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 18:57:31.878 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 18:57:31.880 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:57:31.882 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 18:57:31.894 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 18:57:31.896 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 18:57:31.898 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 18:57:31.899 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 18:57:31.901 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 18:57:31.904 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 18:57:31.905 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 18:57:31.907 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 18:57:31.909 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 18:57:31.911 DEBUG 10892 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 18:57:31.917 INFO 10892 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 18:57:31.926 TRACE 10892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@3fd5d679] for TypeConfiguration -2021-03-21 18:57:31.929 INFO 10892 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 18:57:33.308 WARN 10892 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 18:57:33.728 INFO 10892 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: ba3f2f7a-839d-40e7-8b8a-d0ef07a310d7 - -2021-03-21 18:57:33.893 INFO 10892 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@154208f2, org.springframework.security.web.context.SecurityContextPersistenceFilter@89ff043, org.springframework.security.web.header.HeaderWriterFilter@5f69462f, org.springframework.security.web.authentication.logout.LogoutFilter@7712df76, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1f57fa23, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@51d76ad3, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@318a81a0, org.springframework.security.web.session.SessionManagementFilter@2a4f1bc5, org.springframework.security.web.access.ExceptionTranslationFilter@34525143, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@11d0bff5] -2021-03-21 18:57:34.187 INFO 10892 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 18:57:34.599 INFO 10892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 18:57:34.612 INFO 10892 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.874 seconds (JVM running for 13.36) -2021-03-21 18:57:58.613 INFO 10892 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 18:57:58.615 INFO 10892 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 18:57:58.618 INFO 10892 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms -2021-03-21 18:57:58.822 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:57:58.823 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 18:57:58.823 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:57:58.852 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:57:58.852 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 18:57:58.852 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:57:58.901 DEBUG 10892 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 18:57:58.908 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 18:57:59.134 DEBUG 10892 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 18:57:59.134 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 18:57:59.135 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 18:57:59.135 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$g73uk8dxPtyZiY8qsSanG.tFVagiodEwxf0X3ZXaOhm0rPpVKmBOi] -2021-03-21 18:57:59.135 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 18:57:59.136 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T18:57:59.072393300] -2021-03-21 18:57:59.136 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 18:57:59.136 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 18:57:59.136 TRACE 10892 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 18:58:01.266 INFO 10892 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 534-5.7.9 Application-specific password required. Learn more at -534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor g21sm10275311pjl.28 - gsmtp - -2021-03-21 18:58:01.269 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:58:01.269 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 18:58:01.269 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 18:58:01.277 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 18:58:01.277 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 18:58:01.277 INFO 10892 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:02:34.290 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:02:34.291 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:02:34.291 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:02:34.291 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:02:34.291 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:02:34.292 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:02:34.293 DEBUG 10892 --- [http-nio-8080-exec-10] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:02:34.294 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:02:34.296 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_11_] : [BIGINT]) - [5] -2021-03-21 19:02:34.305 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_11_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 19:02:34.307 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_11_] : [BOOLEAN]) - [false] -2021-03-21 19:02:34.307 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_11_] : [VARCHAR]) - [$2a$10$g73uk8dxPtyZiY8qsSanG.tFVagiodEwxf0X3ZXaOhm0rPpVKmBOi] -2021-03-21 19:02:34.307 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_11_] : [VARCHAR]) - [010-3333-2225] -2021-03-21 19:02:34.307 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_11_] : [TIMESTAMP]) - [2021-03-21T18:57:59.072393] -2021-03-21 19:02:34.308 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_11_] : [VARCHAR]) - [USING] -2021-03-21 19:02:34.308 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_11_] : [TIMESTAMP]) - [null] -2021-03-21 19:02:34.308 TRACE 10892 --- [http-nio-8080-exec-10] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_11_] : [VARCHAR]) - [jo] -2021-03-21 19:02:34.324 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#5] -2021-03-21 19:02:34.325 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#5] -2021-03-21 19:02:34.325 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#5] -2021-03-21 19:02:34.325 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#5] -2021-03-21 19:02:34.325 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#5] -2021-03-21 19:02:34.325 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#5] -2021-03-21 19:02:34.326 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#5] -2021-03-21 19:02:34.326 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#5] -2021-03-21 19:02:34.326 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#5] -2021-03-21 19:02:34.326 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#5] -2021-03-21 19:02:34.326 TRACE 10892 --- [http-nio-8080-exec-10] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#5] -2021-03-21 19:02:34.331 INFO 10892 --- [http-nio-8080-exec-10] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이미 가입된 이메일 입니다 -2021-03-21 19:02:48.018 INFO 15680 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 15680 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:02:48.023 INFO 15680 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:02:49.297 INFO 15680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:02:49.531 INFO 15680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 224 ms. Found 15 JPA repository interfaces. -2021-03-21 19:02:50.362 INFO 15680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:02:50.373 INFO 15680 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:02:50.374 INFO 15680 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:02:50.538 INFO 15680 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:02:50.539 INFO 15680 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2444 ms -2021-03-21 19:02:50.601 INFO 15680 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:02:50.754 INFO 15680 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:02:50.761 INFO 15680 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:02:50.969 INFO 15680 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:02:51.041 INFO 15680 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:02:51.232 INFO 15680 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:02:51.267 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3b6c2be6 -2021-03-21 19:02:51.268 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3b6c2be6 -2021-03-21 19:02:51.268 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3b6c2be6 -2021-03-21 19:02:51.268 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@4ae280da -2021-03-21 19:02:51.269 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@446b64b3 -2021-03-21 19:02:51.270 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@5dcf0772 -2021-03-21 19:02:51.271 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@1cee2e10 -2021-03-21 19:02:51.272 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@1cee2e10 -2021-03-21 19:02:51.272 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@1cee2e10 -2021-03-21 19:02:51.273 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@c5e69a5 -2021-03-21 19:02:51.273 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@c5e69a5 -2021-03-21 19:02:51.274 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@c5e69a5 -2021-03-21 19:02:51.275 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7cc2c551 -2021-03-21 19:02:51.275 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7cc2c551 -2021-03-21 19:02:51.275 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7cc2c551 -2021-03-21 19:02:51.276 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@30036a18 -2021-03-21 19:02:51.276 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@30036a18 -2021-03-21 19:02:51.276 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@30036a18 -2021-03-21 19:02:51.278 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@773eca84 -2021-03-21 19:02:51.278 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@773eca84 -2021-03-21 19:02:51.278 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@773eca84 -2021-03-21 19:02:51.279 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5f56424d -2021-03-21 19:02:51.279 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5f56424d -2021-03-21 19:02:51.279 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f56424d -2021-03-21 19:02:51.280 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@701c223a -2021-03-21 19:02:51.280 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@701c223a -2021-03-21 19:02:51.280 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@701c223a -2021-03-21 19:02:51.281 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@44dd0d38 -2021-03-21 19:02:51.282 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@44dd0d38 -2021-03-21 19:02:51.282 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@2bdab835 -2021-03-21 19:02:51.283 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@2bdab835 -2021-03-21 19:02:51.284 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@1815577b -2021-03-21 19:02:51.284 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@1815577b -2021-03-21 19:02:51.285 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@ee96866 -2021-03-21 19:02:51.286 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@5a7b6b75 -2021-03-21 19:02:51.287 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@2cae5fa7 -2021-03-21 19:02:51.287 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@2cae5fa7 -2021-03-21 19:02:51.288 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@660b1a9d -2021-03-21 19:02:51.288 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@660b1a9d -2021-03-21 19:02:51.289 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@6fe04f2a -2021-03-21 19:02:51.289 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6fe04f2a -2021-03-21 19:02:51.290 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@7523d5a1 -2021-03-21 19:02:51.291 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@7523d5a1 -2021-03-21 19:02:51.292 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@44641d6c -2021-03-21 19:02:51.292 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@44641d6c -2021-03-21 19:02:51.293 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@26874f2c -2021-03-21 19:02:51.293 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@26874f2c -2021-03-21 19:02:51.294 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5323999f -2021-03-21 19:02:51.295 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5323999f -2021-03-21 19:02:51.296 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@7f51f588 -2021-03-21 19:02:51.297 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@7f51f588 -2021-03-21 19:02:51.299 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@55c50f52 -2021-03-21 19:02:51.299 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@55c50f52 -2021-03-21 19:02:51.300 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@48dff674 -2021-03-21 19:02:51.300 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@48dff674 -2021-03-21 19:02:51.302 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@2bb31455 -2021-03-21 19:02:51.302 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@2bb31455 -2021-03-21 19:02:51.303 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@41a16eb3 -2021-03-21 19:02:51.303 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@41a16eb3 -2021-03-21 19:02:51.303 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@41a16eb3 -2021-03-21 19:02:51.304 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@53cb0bcb -2021-03-21 19:02:51.306 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@6060146b -2021-03-21 19:02:51.306 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6060146b -2021-03-21 19:02:51.306 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6060146b -2021-03-21 19:02:51.307 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@34cd65ac -2021-03-21 19:02:51.308 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1cba0321 -2021-03-21 19:02:51.309 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@1883871b -2021-03-21 19:02:51.309 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1883871b -2021-03-21 19:02:51.310 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@5d1a859c -2021-03-21 19:02:51.310 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@5d1a859c -2021-03-21 19:02:51.310 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@1689527c -2021-03-21 19:02:51.311 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@1689527c -2021-03-21 19:02:51.312 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@e01a26b -2021-03-21 19:02:51.312 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@e01a26b -2021-03-21 19:02:51.313 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@2049e582 -2021-03-21 19:02:51.313 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@2049e582 -2021-03-21 19:02:51.313 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@365cef67 -2021-03-21 19:02:51.315 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@4c5406b -2021-03-21 19:02:51.315 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@4c5406b -2021-03-21 19:02:51.315 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@4c5406b -2021-03-21 19:02:51.316 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5170bc02 -2021-03-21 19:02:51.316 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5170bc02 -2021-03-21 19:02:51.316 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5170bc02 -2021-03-21 19:02:51.317 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@14d1737a -2021-03-21 19:02:51.318 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@1e120628 -2021-03-21 19:02:51.319 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@baa9ce4 -2021-03-21 19:02:51.319 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@baa9ce4 -2021-03-21 19:02:51.319 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@baa9ce4 -2021-03-21 19:02:51.320 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@49653791 -2021-03-21 19:02:51.320 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@49653791 -2021-03-21 19:02:51.320 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@49653791 -2021-03-21 19:02:51.320 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@1b0e031b -2021-03-21 19:02:51.321 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@4e5c8ef3 -2021-03-21 19:02:51.322 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@4601047 -2021-03-21 19:02:51.322 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@4601047 -2021-03-21 19:02:51.323 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@54c11750 -2021-03-21 19:02:51.324 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@6a5dd083 -2021-03-21 19:02:51.324 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@6a5dd083 -2021-03-21 19:02:51.325 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@7f5ce33e -2021-03-21 19:02:51.325 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7f5ce33e -2021-03-21 19:02:51.326 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@7aae1170 -2021-03-21 19:02:51.326 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@64c25a62 -2021-03-21 19:02:51.328 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@7871d261 -2021-03-21 19:02:51.330 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4438938e -2021-03-21 19:02:51.330 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4438938e -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@91a2543 -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@42730828 -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@18c7f6b5 -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@629b780f -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3af36922 -2021-03-21 19:02:51.331 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@609b041c -2021-03-21 19:02:51.332 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@474e34e4 -2021-03-21 19:02:51.332 DEBUG 15680 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7e2c6702 -2021-03-21 19:02:51.401 INFO 15680 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:02:51.490 DEBUG 15680 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7c4d1c7b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7893c715] -2021-03-21 19:02:51.724 DEBUG 15680 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:02:51.726 DEBUG 15680 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:02:51.902 DEBUG 15680 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7c4d1c7b] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4ec8d9b2] -2021-03-21 19:02:52.482 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:02:52.485 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:02:52.486 DEBUG 15680 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:02:52.489 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.501 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.503 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.503 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.504 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.505 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:02:52.507 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.508 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:02:52.509 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:02:52.510 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.511 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.513 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:02:52.516 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.517 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:02:52.518 DEBUG 15680 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:02:52.519 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:02:52.522 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:02:52.532 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:02:52.534 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:02:52.535 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:02:52.537 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:02:52.538 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:02:52.540 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:02:52.541 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:02:52.543 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:02:52.545 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:02:52.546 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:02:52.548 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:02:52.549 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:02:52.551 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:02:52.552 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:02:52.554 DEBUG 15680 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:02:52.560 INFO 15680 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:02:52.570 TRACE 15680 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4ec8d9b2] for TypeConfiguration -2021-03-21 19:02:52.572 INFO 15680 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:02:53.925 WARN 15680 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:02:54.324 INFO 15680 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 78dec374-d778-4d54-9c36-f38638ee0259 - -2021-03-21 19:02:54.456 INFO 15680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@29f114e0, org.springframework.security.web.context.SecurityContextPersistenceFilter@5f7c1de0, org.springframework.security.web.header.HeaderWriterFilter@3a61d819, org.springframework.security.web.authentication.logout.LogoutFilter@2370c90, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5cca5ff3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7207f3c2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6c569caf, org.springframework.security.web.session.SessionManagementFilter@6aed4a23, org.springframework.security.web.access.ExceptionTranslationFilter@45cddfd3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@78e34499] -2021-03-21 19:02:54.689 INFO 15680 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:02:55.047 INFO 15680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:02:55.060 INFO 15680 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 7.8 seconds (JVM running for 10.149) -2021-03-21 19:03:53.186 INFO 4988 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 4988 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:03:53.193 INFO 4988 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:03:55.053 INFO 4988 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:03:55.374 INFO 4988 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 305 ms. Found 15 JPA repository interfaces. -2021-03-21 19:03:56.864 INFO 4988 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:03:56.883 INFO 4988 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:03:56.883 INFO 4988 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:03:57.152 INFO 4988 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:03:57.153 INFO 4988 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3872 ms -2021-03-21 19:03:57.264 INFO 4988 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:03:57.456 INFO 4988 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:03:57.468 INFO 4988 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:03:57.746 INFO 4988 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:03:57.832 INFO 4988 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:03:58.055 INFO 4988 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:03:58.118 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@113dcaf8 -2021-03-21 19:03:58.119 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@113dcaf8 -2021-03-21 19:03:58.120 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@113dcaf8 -2021-03-21 19:03:58.121 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@3f866f50 -2021-03-21 19:03:58.122 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@4607d78b -2021-03-21 19:03:58.123 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@2e2f20b8 -2021-03-21 19:03:58.132 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@35c8be21 -2021-03-21 19:03:58.132 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@35c8be21 -2021-03-21 19:03:58.132 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@35c8be21 -2021-03-21 19:03:58.135 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@6537ac -2021-03-21 19:03:58.135 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@6537ac -2021-03-21 19:03:58.135 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@6537ac -2021-03-21 19:03:58.138 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@46cf8c07 -2021-03-21 19:03:58.138 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@46cf8c07 -2021-03-21 19:03:58.139 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@46cf8c07 -2021-03-21 19:03:58.142 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@b01cb8d -2021-03-21 19:03:58.144 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@b01cb8d -2021-03-21 19:03:58.145 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@b01cb8d -2021-03-21 19:03:58.148 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@179ee36b -2021-03-21 19:03:58.149 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@179ee36b -2021-03-21 19:03:58.149 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@179ee36b -2021-03-21 19:03:58.152 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@197ce367 -2021-03-21 19:03:58.152 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@197ce367 -2021-03-21 19:03:58.152 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@197ce367 -2021-03-21 19:03:58.155 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3b6c2be6 -2021-03-21 19:03:58.156 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3b6c2be6 -2021-03-21 19:03:58.156 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@3b6c2be6 -2021-03-21 19:03:58.160 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1ad1c363 -2021-03-21 19:03:58.161 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1ad1c363 -2021-03-21 19:03:58.165 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@5f6494c0 -2021-03-21 19:03:58.166 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@5f6494c0 -2021-03-21 19:03:58.168 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@38c761e9 -2021-03-21 19:03:58.169 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@38c761e9 -2021-03-21 19:03:58.170 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@30159886 -2021-03-21 19:03:58.172 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@c5e69a5 -2021-03-21 19:03:58.173 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@7cc2c551 -2021-03-21 19:03:58.174 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@7cc2c551 -2021-03-21 19:03:58.177 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@30036a18 -2021-03-21 19:03:58.177 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@30036a18 -2021-03-21 19:03:58.179 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@773eca84 -2021-03-21 19:03:58.180 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@773eca84 -2021-03-21 19:03:58.182 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5f56424d -2021-03-21 19:03:58.182 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5f56424d -2021-03-21 19:03:58.184 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@701c223a -2021-03-21 19:03:58.184 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@701c223a -2021-03-21 19:03:58.187 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@44dd0d38 -2021-03-21 19:03:58.187 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@44dd0d38 -2021-03-21 19:03:58.190 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2bdab835 -2021-03-21 19:03:58.190 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2bdab835 -2021-03-21 19:03:58.197 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@1815577b -2021-03-21 19:03:58.197 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@1815577b -2021-03-21 19:03:58.200 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@2cae5fa7 -2021-03-21 19:03:58.200 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@2cae5fa7 -2021-03-21 19:03:58.203 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@28e7bb31 -2021-03-21 19:03:58.204 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@28e7bb31 -2021-03-21 19:03:58.207 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@61853c7e -2021-03-21 19:03:58.207 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@61853c7e -2021-03-21 19:03:58.210 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@104a287c -2021-03-21 19:03:58.211 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@104a287c -2021-03-21 19:03:58.211 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@104a287c -2021-03-21 19:03:58.213 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1e734eee -2021-03-21 19:03:58.215 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@f017dd0 -2021-03-21 19:03:58.216 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@f017dd0 -2021-03-21 19:03:58.216 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@f017dd0 -2021-03-21 19:03:58.217 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6735f210 -2021-03-21 19:03:58.219 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@9281d19 -2021-03-21 19:03:58.223 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@216f01 -2021-03-21 19:03:58.223 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@216f01 -2021-03-21 19:03:58.225 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@541d4d9f -2021-03-21 19:03:58.225 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@541d4d9f -2021-03-21 19:03:58.228 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4217bce6 -2021-03-21 19:03:58.228 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4217bce6 -2021-03-21 19:03:58.229 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@2e45a357 -2021-03-21 19:03:58.230 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2e45a357 -2021-03-21 19:03:58.231 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@730bea0 -2021-03-21 19:03:58.231 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@730bea0 -2021-03-21 19:03:58.232 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@19d53ab4 -2021-03-21 19:03:58.234 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@713999c2 -2021-03-21 19:03:58.234 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@713999c2 -2021-03-21 19:03:58.235 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@713999c2 -2021-03-21 19:03:58.236 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1d2d8846 -2021-03-21 19:03:58.236 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1d2d8846 -2021-03-21 19:03:58.236 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1d2d8846 -2021-03-21 19:03:58.238 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@5940b14e -2021-03-21 19:03:58.239 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@3a45afd4 -2021-03-21 19:03:58.240 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@2035d65b -2021-03-21 19:03:58.241 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@2035d65b -2021-03-21 19:03:58.241 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@2035d65b -2021-03-21 19:03:58.243 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@394fb736 -2021-03-21 19:03:58.244 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@394fb736 -2021-03-21 19:03:58.244 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@394fb736 -2021-03-21 19:03:58.245 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@1689527c -2021-03-21 19:03:58.246 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@4fc6e776 -2021-03-21 19:03:58.250 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@2049e582 -2021-03-21 19:03:58.251 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@2049e582 -2021-03-21 19:03:58.252 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@365cef67 -2021-03-21 19:03:58.255 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@4c5406b -2021-03-21 19:03:58.255 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@4c5406b -2021-03-21 19:03:58.257 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@3e52ed5d -2021-03-21 19:03:58.258 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@3e52ed5d -2021-03-21 19:03:58.260 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@14d1737a -2021-03-21 19:03:58.261 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1e120628 -2021-03-21 19:03:58.264 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@65859b44 -2021-03-21 19:03:58.268 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@5d5d3a5c -2021-03-21 19:03:58.269 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@5d5d3a5c -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4601047 -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@25e8e59 -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3a0896b3 -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@50a7c72b -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@54c11750 -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@221b77d7 -2021-03-21 19:03:58.270 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5cd8d029 -2021-03-21 19:03:58.271 DEBUG 4988 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@32a8ca06 -2021-03-21 19:03:58.390 INFO 4988 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:03:58.539 DEBUG 4988 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cceb281] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7cca31fc] -2021-03-21 19:03:58.911 DEBUG 4988 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:03:58.915 DEBUG 4988 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:03:59.242 DEBUG 4988 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6cceb281] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@39514976] -2021-03-21 19:04:00.128 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:04:00.132 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:04:00.132 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:04:00.133 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:04:00.133 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:04:00.133 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:04:00.133 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:04:00.133 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:04:00.134 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:04:00.134 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:04:00.134 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:04:00.135 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:04:00.135 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:04:00.135 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:04:00.135 DEBUG 4988 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:04:00.138 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.158 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.160 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.162 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.163 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.165 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:04:00.167 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.168 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:04:00.170 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:04:00.172 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.173 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.178 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:04:00.182 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.183 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:04:00.184 DEBUG 4988 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:04:00.185 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:04:00.190 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:04:00.204 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:04:00.206 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:04:00.208 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:04:00.211 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:04:00.213 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:04:00.215 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:04:00.218 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:04:00.220 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:04:00.222 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:04:00.224 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:04:00.230 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:04:00.232 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:04:00.234 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:04:00.236 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:04:00.238 DEBUG 4988 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:04:00.246 INFO 4988 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:04:00.258 TRACE 4988 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@39514976] for TypeConfiguration -2021-03-21 19:04:00.265 INFO 4988 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:04:02.320 WARN 4988 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:04:02.803 INFO 4988 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 680b96f8-e2f3-4ff0-852f-4e2b488a8e0f - -2021-03-21 19:04:02.954 INFO 4988 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2512155e, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f04fb07, org.springframework.security.web.header.HeaderWriterFilter@6447dc25, org.springframework.security.web.authentication.logout.LogoutFilter@39f7cc46, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46aea9f7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@34525143, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@ef59aee, org.springframework.security.web.session.SessionManagementFilter@43d84df1, org.springframework.security.web.access.ExceptionTranslationFilter@71e9640, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@34c2e03d] -2021-03-21 19:04:03.272 INFO 4988 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:04:03.850 INFO 4988 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:04:03.869 INFO 4988 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.539 seconds (JVM running for 13.327) -2021-03-21 19:04:17.005 INFO 4988 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 19:04:17.007 INFO 4988 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 19:04:17.010 INFO 4988 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-21 19:04:17.259 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:04:17.260 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:04:17.260 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:04:17.305 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:04:17.305 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:04:17.306 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:04:17.356 DEBUG 4988 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:04:17.364 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:04:17.611 DEBUG 4988 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 19:04:17.611 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:04:17.612 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 19:04:17.612 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$71UkxIpSrOQHp3RHeIP1j.MES2xmPga9jm1y4N1WwIH.gZ09..fFC] -2021-03-21 19:04:17.612 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 19:04:17.613 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T19:04:17.539175900] -2021-03-21 19:04:17.613 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 19:04:17.614 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 19:04:17.614 TRACE 4988 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 19:04:20.279 INFO 4988 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 534-5.7.9 Application-specific password required. Learn more at -534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor mr5sm10770624pjb.53 - gsmtp - -2021-03-21 19:04:20.286 INFO 4988 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 19:21:06.931 INFO 2524 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 2524 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:21:06.936 INFO 2524 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:21:08.203 INFO 2524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:21:08.467 INFO 2524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 252 ms. Found 15 JPA repository interfaces. -2021-03-21 19:21:09.348 INFO 2524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:21:09.359 INFO 2524 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:21:09.360 INFO 2524 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:21:09.538 INFO 2524 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:21:09.539 INFO 2524 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2528 ms -2021-03-21 19:21:09.596 INFO 2524 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:21:09.722 INFO 2524 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:21:09.728 INFO 2524 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:21:09.918 INFO 2524 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:21:09.997 INFO 2524 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:21:10.205 INFO 2524 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:21:10.243 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@25533bba -2021-03-21 19:21:10.244 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@25533bba -2021-03-21 19:21:10.244 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@25533bba -2021-03-21 19:21:10.245 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@76d0ecd7 -2021-03-21 19:21:10.246 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@35ac9ebd -2021-03-21 19:21:10.247 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@c472300 -2021-03-21 19:21:10.248 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7f4e5a39 -2021-03-21 19:21:10.249 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7f4e5a39 -2021-03-21 19:21:10.249 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@7f4e5a39 -2021-03-21 19:21:10.250 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@64a1116a -2021-03-21 19:21:10.251 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@64a1116a -2021-03-21 19:21:10.251 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@64a1116a -2021-03-21 19:21:10.252 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@d84b3a2 -2021-03-21 19:21:10.253 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@d84b3a2 -2021-03-21 19:21:10.253 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@d84b3a2 -2021-03-21 19:21:10.253 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@537b3b2e -2021-03-21 19:21:10.254 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@537b3b2e -2021-03-21 19:21:10.255 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@537b3b2e -2021-03-21 19:21:10.256 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@7d47dfed -2021-03-21 19:21:10.256 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@7d47dfed -2021-03-21 19:21:10.256 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@7d47dfed -2021-03-21 19:21:10.257 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@237b2852 -2021-03-21 19:21:10.257 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@237b2852 -2021-03-21 19:21:10.257 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@237b2852 -2021-03-21 19:21:10.258 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@550c973e -2021-03-21 19:21:10.259 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@550c973e -2021-03-21 19:21:10.259 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@550c973e -2021-03-21 19:21:10.260 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7e94e331 -2021-03-21 19:21:10.261 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7e94e331 -2021-03-21 19:21:10.262 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7b8aebd0 -2021-03-21 19:21:10.262 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7b8aebd0 -2021-03-21 19:21:10.263 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@71567f33 -2021-03-21 19:21:10.263 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@71567f33 -2021-03-21 19:21:10.264 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@4c04216f -2021-03-21 19:21:10.264 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@3719360c -2021-03-21 19:21:10.265 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@34aa8b61 -2021-03-21 19:21:10.266 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@34aa8b61 -2021-03-21 19:21:10.267 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@6fb0261e -2021-03-21 19:21:10.268 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@6fb0261e -2021-03-21 19:21:10.268 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@1f758e4f -2021-03-21 19:21:10.269 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@1f758e4f -2021-03-21 19:21:10.270 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@2bfc2f8b -2021-03-21 19:21:10.271 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@2bfc2f8b -2021-03-21 19:21:10.281 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@1ae924f1 -2021-03-21 19:21:10.282 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@1ae924f1 -2021-03-21 19:21:10.283 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@5f3b84bd -2021-03-21 19:21:10.284 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@5f3b84bd -2021-03-21 19:21:10.285 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@f18b738 -2021-03-21 19:21:10.285 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@f18b738 -2021-03-21 19:21:10.288 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@6fb22ae3 -2021-03-21 19:21:10.288 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@6fb22ae3 -2021-03-21 19:21:10.290 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@1ccc1026 -2021-03-21 19:21:10.290 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@1ccc1026 -2021-03-21 19:21:10.292 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@120350eb -2021-03-21 19:21:10.292 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@120350eb -2021-03-21 19:21:10.293 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3c16528d -2021-03-21 19:21:10.294 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3c16528d -2021-03-21 19:21:10.295 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@677cb96e -2021-03-21 19:21:10.295 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@677cb96e -2021-03-21 19:21:10.295 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@677cb96e -2021-03-21 19:21:10.297 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@51fe7f15 -2021-03-21 19:21:10.299 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@33627576 -2021-03-21 19:21:10.299 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@33627576 -2021-03-21 19:21:10.299 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@33627576 -2021-03-21 19:21:10.300 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@61911947 -2021-03-21 19:21:10.301 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@795f6681 -2021-03-21 19:21:10.302 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3e0a9b1d -2021-03-21 19:21:10.302 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3e0a9b1d -2021-03-21 19:21:10.303 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@28554ac8 -2021-03-21 19:21:10.303 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@28554ac8 -2021-03-21 19:21:10.304 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@21516c88 -2021-03-21 19:21:10.304 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@21516c88 -2021-03-21 19:21:10.305 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@7604198a -2021-03-21 19:21:10.306 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@7604198a -2021-03-21 19:21:10.306 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@464aeb09 -2021-03-21 19:21:10.306 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@464aeb09 -2021-03-21 19:21:10.307 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@27df5806 -2021-03-21 19:21:10.309 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@66b0e207 -2021-03-21 19:21:10.309 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@66b0e207 -2021-03-21 19:21:10.310 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@66b0e207 -2021-03-21 19:21:10.310 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@c0c8f96 -2021-03-21 19:21:10.311 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@c0c8f96 -2021-03-21 19:21:10.311 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@c0c8f96 -2021-03-21 19:21:10.312 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@482a58c7 -2021-03-21 19:21:10.312 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@4e4894d -2021-03-21 19:21:10.313 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@5b332439 -2021-03-21 19:21:10.314 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@5b332439 -2021-03-21 19:21:10.314 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@5b332439 -2021-03-21 19:21:10.315 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@45b7c97f -2021-03-21 19:21:10.315 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@45b7c97f -2021-03-21 19:21:10.315 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@45b7c97f -2021-03-21 19:21:10.315 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6009cd34 -2021-03-21 19:21:10.316 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@60928a61 -2021-03-21 19:21:10.317 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@25e8e59 -2021-03-21 19:21:10.317 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@25e8e59 -2021-03-21 19:21:10.318 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@221b77d7 -2021-03-21 19:21:10.319 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@77663cd7 -2021-03-21 19:21:10.320 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@77663cd7 -2021-03-21 19:21:10.321 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@638afcaa -2021-03-21 19:21:10.322 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@638afcaa -2021-03-21 19:21:10.322 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@4ef5dd23 -2021-03-21 19:21:10.323 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@43e8f1c -2021-03-21 19:21:10.327 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@58164e9a -2021-03-21 19:21:10.330 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4e50ae56 -2021-03-21 19:21:10.331 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4e50ae56 -2021-03-21 19:21:10.331 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@42730828 -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@18c7f6b5 -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@629b780f -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3af36922 -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@609b041c -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@474e34e4 -2021-03-21 19:21:10.332 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@7e2c6702 -2021-03-21 19:21:10.333 DEBUG 2524 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@5fb7ab9c -2021-03-21 19:21:10.416 INFO 2524 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:21:10.534 DEBUG 2524 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7893c715] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@36f6d25c] -2021-03-21 19:21:10.779 DEBUG 2524 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:21:10.780 DEBUG 2524 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:21:10.978 DEBUG 2524 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7893c715] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@57b63253] -2021-03-21 19:21:11.628 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:21:11.631 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:21:11.631 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:21:11.632 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:21:11.633 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:21:11.633 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:21:11.633 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:21:11.633 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:21:11.633 DEBUG 2524 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:21:11.636 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.647 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.648 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.649 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.650 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.652 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:21:11.653 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.654 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:21:11.655 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:21:11.657 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.658 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.662 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:21:11.664 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.665 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:21:11.666 DEBUG 2524 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:21:11.668 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:21:11.672 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:21:11.681 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:21:11.684 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:21:11.685 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:21:11.686 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:21:11.688 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:21:11.700 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:21:11.702 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:21:11.705 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:21:11.706 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:21:11.709 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:21:11.712 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:21:11.714 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:21:11.716 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:21:11.718 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:21:11.720 DEBUG 2524 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:21:11.726 INFO 2524 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:21:11.736 TRACE 2524 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@57b63253] for TypeConfiguration -2021-03-21 19:21:11.740 INFO 2524 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:21:13.160 WARN 2524 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:21:13.562 INFO 2524 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 69bee183-260e-42f9-a8ee-77e89a78f5a0 - -2021-03-21 19:21:13.684 INFO 2524 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2c750b69, org.springframework.security.web.context.SecurityContextPersistenceFilter@9d2c0ed, org.springframework.security.web.header.HeaderWriterFilter@40dc2ade, org.springframework.security.web.authentication.logout.LogoutFilter@5fafd099, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6aed4a23, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2c3d0ff8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@159a0f0e, org.springframework.security.web.session.SessionManagementFilter@20fdaf3e, org.springframework.security.web.access.ExceptionTranslationFilter@7621c3f7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4e93d23e] -2021-03-21 19:21:13.873 INFO 2524 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:21:14.289 INFO 2524 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:21:14.301 INFO 2524 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 8.2 seconds (JVM running for 10.05) -2021-03-21 19:21:38.800 INFO 2524 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 19:21:38.801 INFO 2524 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 19:21:38.803 INFO 2524 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 19:21:38.987 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:21:38.988 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:21:38.988 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:21:39.025 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:21:39.026 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:21:39.026 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:21:39.073 DEBUG 2524 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:21:39.079 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:21:39.272 DEBUG 2524 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 19:21:39.272 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:21:39.272 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 19:21:39.273 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$TqxS8hZfKpUr.JKFnKhEcuVlICJR0/lIO.D2TP7JIvNahsvJE52NS] -2021-03-21 19:21:39.273 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 19:21:39.274 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T19:21:39.217711500] -2021-03-21 19:21:39.275 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 19:21:39.275 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 19:21:39.275 TRACE 2524 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 19:21:41.550 INFO 2524 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Failed messages: javax.mail.SendFailedException: No recipient addresses -2021-03-21 19:21:41.556 INFO 2524 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 19:33:33.425 INFO 17184 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 17184 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:33:33.429 INFO 17184 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:33:34.770 INFO 17184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:33:35.018 INFO 17184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 235 ms. Found 15 JPA repository interfaces. -2021-03-21 19:33:35.838 INFO 17184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:33:35.850 INFO 17184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:33:35.851 INFO 17184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:33:36.009 INFO 17184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:33:36.009 INFO 17184 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2508 ms -2021-03-21 19:33:36.077 INFO 17184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:33:36.230 INFO 17184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:33:36.238 INFO 17184 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:33:36.443 INFO 17184 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:33:36.516 INFO 17184 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:33:36.701 INFO 17184 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:33:36.737 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@383cdd4d -2021-03-21 19:33:36.738 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@383cdd4d -2021-03-21 19:33:36.738 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@383cdd4d -2021-03-21 19:33:36.738 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@685d7ba5 -2021-03-21 19:33:36.739 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@26d0ece6 -2021-03-21 19:33:36.740 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@57c69937 -2021-03-21 19:33:36.741 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@4df7d9ee -2021-03-21 19:33:36.741 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@4df7d9ee -2021-03-21 19:33:36.741 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@4df7d9ee -2021-03-21 19:33:36.742 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@7f4e5a39 -2021-03-21 19:33:36.743 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@7f4e5a39 -2021-03-21 19:33:36.743 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@7f4e5a39 -2021-03-21 19:33:36.744 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@64a1116a -2021-03-21 19:33:36.744 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@64a1116a -2021-03-21 19:33:36.744 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@64a1116a -2021-03-21 19:33:36.746 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@d84b3a2 -2021-03-21 19:33:36.746 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@d84b3a2 -2021-03-21 19:33:36.747 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@d84b3a2 -2021-03-21 19:33:36.748 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@537b3b2e -2021-03-21 19:33:36.748 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@537b3b2e -2021-03-21 19:33:36.748 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@537b3b2e -2021-03-21 19:33:36.749 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@7d47dfed -2021-03-21 19:33:36.749 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@7d47dfed -2021-03-21 19:33:36.749 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@7d47dfed -2021-03-21 19:33:36.750 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@237b2852 -2021-03-21 19:33:36.751 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@237b2852 -2021-03-21 19:33:36.751 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@237b2852 -2021-03-21 19:33:36.752 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@550c973e -2021-03-21 19:33:36.752 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@550c973e -2021-03-21 19:33:36.753 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7e94e331 -2021-03-21 19:33:36.753 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7e94e331 -2021-03-21 19:33:36.754 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@7b8aebd0 -2021-03-21 19:33:36.754 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@7b8aebd0 -2021-03-21 19:33:36.755 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@639c7f9c -2021-03-21 19:33:36.755 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@71369e1a -2021-03-21 19:33:36.756 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@3719360c -2021-03-21 19:33:36.756 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@3719360c -2021-03-21 19:33:36.758 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@34aa8b61 -2021-03-21 19:33:36.758 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@34aa8b61 -2021-03-21 19:33:36.758 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@6fb0261e -2021-03-21 19:33:36.758 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6fb0261e -2021-03-21 19:33:36.759 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@1f758e4f -2021-03-21 19:33:36.759 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@1f758e4f -2021-03-21 19:33:36.760 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@2bfc2f8b -2021-03-21 19:33:36.761 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@2bfc2f8b -2021-03-21 19:33:36.761 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@1ae924f1 -2021-03-21 19:33:36.761 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@1ae924f1 -2021-03-21 19:33:36.763 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5f3b84bd -2021-03-21 19:33:36.763 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@5f3b84bd -2021-03-21 19:33:36.764 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@f18b738 -2021-03-21 19:33:36.764 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@f18b738 -2021-03-21 19:33:36.766 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@173511ff -2021-03-21 19:33:36.766 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@173511ff -2021-03-21 19:33:36.768 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@79f5a6ed -2021-03-21 19:33:36.768 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@79f5a6ed -2021-03-21 19:33:36.769 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@4a9b3956 -2021-03-21 19:33:36.769 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4a9b3956 -2021-03-21 19:33:36.770 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@bb8ead8 -2021-03-21 19:33:36.770 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@bb8ead8 -2021-03-21 19:33:36.770 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@bb8ead8 -2021-03-21 19:33:36.772 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@203b953c -2021-03-21 19:33:36.773 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@63dda940 -2021-03-21 19:33:36.773 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@63dda940 -2021-03-21 19:33:36.773 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@63dda940 -2021-03-21 19:33:36.775 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@33627576 -2021-03-21 19:33:36.775 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@61911947 -2021-03-21 19:33:36.776 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@795f6681 -2021-03-21 19:33:36.776 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@795f6681 -2021-03-21 19:33:36.777 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@3e0a9b1d -2021-03-21 19:33:36.777 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@3e0a9b1d -2021-03-21 19:33:36.779 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@28554ac8 -2021-03-21 19:33:36.779 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@28554ac8 -2021-03-21 19:33:36.781 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@21516c88 -2021-03-21 19:33:36.781 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@21516c88 -2021-03-21 19:33:36.783 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@7604198a -2021-03-21 19:33:36.783 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@7604198a -2021-03-21 19:33:36.783 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@64440065 -2021-03-21 19:33:36.785 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@52d7ab79 -2021-03-21 19:33:36.785 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@52d7ab79 -2021-03-21 19:33:36.785 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@52d7ab79 -2021-03-21 19:33:36.786 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@66b0e207 -2021-03-21 19:33:36.786 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@66b0e207 -2021-03-21 19:33:36.786 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@66b0e207 -2021-03-21 19:33:36.788 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@c0c8f96 -2021-03-21 19:33:36.789 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@28e94c2 -2021-03-21 19:33:36.790 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@4e4894d -2021-03-21 19:33:36.790 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@4e4894d -2021-03-21 19:33:36.790 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@4e4894d -2021-03-21 19:33:36.791 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5b332439 -2021-03-21 19:33:36.791 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5b332439 -2021-03-21 19:33:36.791 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5b332439 -2021-03-21 19:33:36.792 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@65859b44 -2021-03-21 19:33:36.793 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@c212536 -2021-03-21 19:33:36.794 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@22865072 -2021-03-21 19:33:36.794 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@22865072 -2021-03-21 19:33:36.795 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@7e18ced7 -2021-03-21 19:33:36.796 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@6e8f2094 -2021-03-21 19:33:36.796 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@6e8f2094 -2021-03-21 19:33:36.797 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@582dcd35 -2021-03-21 19:33:36.797 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@582dcd35 -2021-03-21 19:33:36.798 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@55adcf9e -2021-03-21 19:33:36.798 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@58601e7a -2021-03-21 19:33:36.800 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@46d0f89c -2021-03-21 19:33:36.802 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@40dd552c -2021-03-21 19:33:36.802 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@40dd552c -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@7404ddca -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@615e83ac -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4438938e -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@4e50ae56 -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1c68d0db -2021-03-21 19:33:36.803 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@9be7319 -2021-03-21 19:33:36.804 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@91a2543 -2021-03-21 19:33:36.804 DEBUG 17184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@42730828 -2021-03-21 19:33:36.876 INFO 17184 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:33:36.968 DEBUG 17184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@734a149a] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6ce9771c] -2021-03-21 19:33:37.186 DEBUG 17184 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:33:37.187 DEBUG 17184 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:33:37.377 DEBUG 17184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@734a149a] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@9880a15] -2021-03-21 19:33:37.938 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:33:37.941 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:33:37.941 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:33:37.941 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:33:37.941 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:33:37.942 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:33:37.943 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:33:37.943 DEBUG 17184 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:33:37.946 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.958 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.959 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.960 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.961 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.962 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:33:37.963 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.964 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:33:37.965 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:33:37.966 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.967 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.970 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:33:37.972 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.973 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:33:37.974 DEBUG 17184 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:33:37.975 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:33:37.979 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:33:37.989 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:33:37.991 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:33:37.993 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:33:37.994 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:33:37.995 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:33:37.997 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:33:37.999 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:33:38.000 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:33:38.002 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:33:38.004 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:33:38.006 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:33:38.007 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:33:38.009 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:33:38.011 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:33:38.013 DEBUG 17184 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:33:38.019 INFO 17184 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:33:38.028 TRACE 17184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@9880a15] for TypeConfiguration -2021-03-21 19:33:38.031 INFO 17184 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:33:39.303 WARN 17184 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:33:39.604 INFO 17184 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: f7fd08ba-f7da-4085-a933-ba8329b2f990 - -2021-03-21 19:33:39.698 INFO 17184 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4411a0fe, org.springframework.security.web.context.SecurityContextPersistenceFilter@445c693, org.springframework.security.web.header.HeaderWriterFilter@45cddfd3, org.springframework.security.web.authentication.logout.LogoutFilter@7789526e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@272485a6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e98adb2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2c750b69, org.springframework.security.web.session.SessionManagementFilter@55ff64fd, org.springframework.security.web.access.ExceptionTranslationFilter@5687ade6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@70f0c352] -2021-03-21 19:33:39.904 INFO 17184 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:33:40.225 INFO 17184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:33:40.236 INFO 17184 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 7.55 seconds (JVM running for 9.197) -2021-03-21 19:34:38.005 INFO 17184 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 19:34:38.007 INFO 17184 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 19:34:38.009 INFO 17184 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 19:34:38.138 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:34:38.139 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:34:38.139 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:34:38.156 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:34:38.156 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:34:38.156 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:34:38.185 DEBUG 17184 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:34:38.190 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:34:38.361 DEBUG 17184 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 19:34:38.361 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:34:38.362 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 19:34:38.362 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$IoqTwBzKNDEue77NM/u8veH6Ho8VLckxMZiVySfuS68ek8Hq7iHcu] -2021-03-21 19:34:38.362 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 19:34:38.363 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T19:34:38.316017300] -2021-03-21 19:34:38.363 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 19:34:38.363 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 19:34:38.364 TRACE 17184 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 19:34:40.729 INFO 17184 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Failed messages: javax.mail.SendFailedException: No recipient addresses -2021-03-21 19:34:40.734 INFO 17184 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 19:35:19.258 INFO 13104 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 13104 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:35:19.262 INFO 13104 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:35:20.482 INFO 13104 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:35:20.719 INFO 13104 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 226 ms. Found 15 JPA repository interfaces. -2021-03-21 19:35:21.597 INFO 13104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:35:21.609 INFO 13104 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:35:21.609 INFO 13104 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:35:21.800 INFO 13104 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:35:21.801 INFO 13104 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2473 ms -2021-03-21 19:35:21.877 INFO 13104 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:35:22.035 INFO 13104 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:35:22.044 INFO 13104 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:35:22.241 INFO 13104 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:35:22.299 INFO 13104 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:35:22.474 INFO 13104 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:35:22.516 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4c56644f -2021-03-21 19:35:22.518 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4c56644f -2021-03-21 19:35:22.518 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4c56644f -2021-03-21 19:35:22.518 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@100d0218 -2021-03-21 19:35:22.519 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@4baf997 -2021-03-21 19:35:22.521 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@328e4ec2 -2021-03-21 19:35:22.523 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6546371 -2021-03-21 19:35:22.523 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6546371 -2021-03-21 19:35:22.523 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6546371 -2021-03-21 19:35:22.525 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@dd737ea -2021-03-21 19:35:22.525 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@dd737ea -2021-03-21 19:35:22.525 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@dd737ea -2021-03-21 19:35:22.526 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@64910b2d -2021-03-21 19:35:22.526 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@64910b2d -2021-03-21 19:35:22.527 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@64910b2d -2021-03-21 19:35:22.528 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@5b7308aa -2021-03-21 19:35:22.529 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@5b7308aa -2021-03-21 19:35:22.529 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5b7308aa -2021-03-21 19:35:22.530 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@50778bde -2021-03-21 19:35:22.530 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@50778bde -2021-03-21 19:35:22.531 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@50778bde -2021-03-21 19:35:22.532 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@68d6f48e -2021-03-21 19:35:22.533 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@68d6f48e -2021-03-21 19:35:22.533 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@68d6f48e -2021-03-21 19:35:22.533 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3c17bd0b -2021-03-21 19:35:22.534 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3c17bd0b -2021-03-21 19:35:22.534 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@3c17bd0b -2021-03-21 19:35:22.536 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@2ba024cb -2021-03-21 19:35:22.537 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@2ba024cb -2021-03-21 19:35:22.539 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@505d2bac -2021-03-21 19:35:22.539 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@505d2bac -2021-03-21 19:35:22.541 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@45dde6ac -2021-03-21 19:35:22.541 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@45dde6ac -2021-03-21 19:35:22.541 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@6e2eead5 -2021-03-21 19:35:22.543 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@356b6b5d -2021-03-21 19:35:22.543 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@710ae6a7 -2021-03-21 19:35:22.544 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@710ae6a7 -2021-03-21 19:35:22.545 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@388f1258 -2021-03-21 19:35:22.545 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@388f1258 -2021-03-21 19:35:22.546 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@2fee69a1 -2021-03-21 19:35:22.546 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@2fee69a1 -2021-03-21 19:35:22.548 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@64f32e9e -2021-03-21 19:35:22.548 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@64f32e9e -2021-03-21 19:35:22.549 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@8ac12e6 -2021-03-21 19:35:22.549 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@8ac12e6 -2021-03-21 19:35:22.550 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@3a861417 -2021-03-21 19:35:22.550 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@3a861417 -2021-03-21 19:35:22.551 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@6ba6557e -2021-03-21 19:35:22.552 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@6ba6557e -2021-03-21 19:35:22.553 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@2bdb5e0f -2021-03-21 19:35:22.553 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@2bdb5e0f -2021-03-21 19:35:22.555 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@c497a55 -2021-03-21 19:35:22.556 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@c497a55 -2021-03-21 19:35:22.557 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@4b07cad0 -2021-03-21 19:35:22.557 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@4b07cad0 -2021-03-21 19:35:22.559 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@5a4c98d7 -2021-03-21 19:35:22.559 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@5a4c98d7 -2021-03-21 19:35:22.560 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6ef037e4 -2021-03-21 19:35:22.561 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6ef037e4 -2021-03-21 19:35:22.561 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6ef037e4 -2021-03-21 19:35:22.562 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1b3bec6c -2021-03-21 19:35:22.564 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7b7068d8 -2021-03-21 19:35:22.564 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7b7068d8 -2021-03-21 19:35:22.564 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7b7068d8 -2021-03-21 19:35:22.565 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@782ac148 -2021-03-21 19:35:22.566 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@14874a5d -2021-03-21 19:35:22.567 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@5d3f99d7 -2021-03-21 19:35:22.567 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@5d3f99d7 -2021-03-21 19:35:22.568 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@4239262e -2021-03-21 19:35:22.568 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@4239262e -2021-03-21 19:35:22.569 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4fd80300 -2021-03-21 19:35:22.569 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4fd80300 -2021-03-21 19:35:22.570 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@1b4a3a1 -2021-03-21 19:35:22.570 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1b4a3a1 -2021-03-21 19:35:22.572 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@14b95942 -2021-03-21 19:35:22.572 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@14b95942 -2021-03-21 19:35:22.572 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@46ea78f0 -2021-03-21 19:35:22.574 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@64dfb31d -2021-03-21 19:35:22.574 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@64dfb31d -2021-03-21 19:35:22.574 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@64dfb31d -2021-03-21 19:35:22.575 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@6136e1fc -2021-03-21 19:35:22.575 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@6136e1fc -2021-03-21 19:35:22.575 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@6136e1fc -2021-03-21 19:35:22.576 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@762405bf -2021-03-21 19:35:22.577 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@9d99851 -2021-03-21 19:35:22.578 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@376b5cb2 -2021-03-21 19:35:22.578 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@376b5cb2 -2021-03-21 19:35:22.579 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@376b5cb2 -2021-03-21 19:35:22.580 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@29b5533 -2021-03-21 19:35:22.580 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@29b5533 -2021-03-21 19:35:22.580 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@29b5533 -2021-03-21 19:35:22.581 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@794c5f5e -2021-03-21 19:35:22.581 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@2cd3fc29 -2021-03-21 19:35:22.583 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@4300e240 -2021-03-21 19:35:22.583 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@4300e240 -2021-03-21 19:35:22.583 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@37a67cf -2021-03-21 19:35:22.585 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@141aba65 -2021-03-21 19:35:22.585 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@141aba65 -2021-03-21 19:35:22.586 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@9f9146d -2021-03-21 19:35:22.587 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@9f9146d -2021-03-21 19:35:22.587 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@21c75084 -2021-03-21 19:35:22.588 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@6d815fb7 -2021-03-21 19:35:22.590 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@3b39e79b -2021-03-21 19:35:22.592 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@60c96eb4 -2021-03-21 19:35:22.592 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@60c96eb4 -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4c6bba7d -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@41e8d917 -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@2ae5bd34 -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@2b3f7704 -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3a16984c -2021-03-21 19:35:22.593 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3db1ce78 -2021-03-21 19:35:22.594 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3a3ad8e7 -2021-03-21 19:35:22.594 DEBUG 13104 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6a6d1ff3 -2021-03-21 19:35:22.659 INFO 13104 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:35:22.768 DEBUG 13104 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6aa6c17] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4756e5cc] -2021-03-21 19:35:23.065 DEBUG 13104 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:35:23.067 DEBUG 13104 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:35:23.251 DEBUG 13104 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6aa6c17] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@3b01897f] -2021-03-21 19:35:23.960 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:35:23.965 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:35:23.965 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:35:23.965 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:35:23.965 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:35:23.966 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:35:23.966 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:35:23.966 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:35:23.966 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:35:23.966 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:35:23.967 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:35:23.967 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:35:23.967 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:35:23.967 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:35:23.967 DEBUG 13104 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:35:23.971 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.984 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.985 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.986 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.987 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.988 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:35:23.989 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.990 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:35:23.992 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:35:23.993 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.994 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.996 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:35:23.998 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:23.999 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:35:24.001 DEBUG 13104 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:35:24.002 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:35:24.006 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:35:24.016 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:35:24.017 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:35:24.019 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:35:24.020 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:35:24.022 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:35:24.023 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:35:24.025 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:35:24.026 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:35:24.028 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:35:24.029 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:35:24.031 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:35:24.033 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:35:24.035 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:35:24.037 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:35:24.039 DEBUG 13104 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:35:24.045 INFO 13104 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:35:24.056 TRACE 13104 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@3b01897f] for TypeConfiguration -2021-03-21 19:35:24.061 INFO 13104 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:35:26.716 WARN 13104 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:35:27.413 INFO 13104 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 69b98859-ea7f-46a5-be02-ac2317973d3c - -2021-03-21 19:35:27.739 INFO 13104 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@108d59b6, org.springframework.security.web.context.SecurityContextPersistenceFilter@53813f01, org.springframework.security.web.header.HeaderWriterFilter@31428f76, org.springframework.security.web.authentication.logout.LogoutFilter@174aabb2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6cb2b947, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@29f86630, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@38d9c9c4, org.springframework.security.web.session.SessionManagementFilter@15251cc2, org.springframework.security.web.access.ExceptionTranslationFilter@6eff05e7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1dbb9a4a] -2021-03-21 19:35:28.097 INFO 13104 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:35:28.793 INFO 13104 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:35:28.816 INFO 13104 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.259 seconds (JVM running for 14.303) -2021-03-21 19:37:00.867 INFO 13104 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 19:37:00.869 INFO 13104 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 19:37:00.871 INFO 13104 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 19:37:01.325 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:37:01.325 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:37:01.325 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:37:01.378 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:37:01.379 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:37:01.379 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:37:01.468 DEBUG 13104 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:37:01.477 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:37:01.718 DEBUG 13104 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 19:37:01.719 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 19:37:01.721 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 19:37:01.721 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$C2EzzMIUcOaXEzavOE.9g.jSYCFvO5B/4z7FJckB9qMCYtWnbzHd.] -2021-03-21 19:37:01.721 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 19:37:01.723 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T19:37:01.617607400] -2021-03-21 19:37:01.723 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 19:37:01.723 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 19:37:01.724 TRACE 13104 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 19:37:41.741 WARN 13104 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=49s601ms978µs100ns). -2021-03-21 19:39:31.127 WARN 13104 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m49s385ms861µs900ns). -2021-03-21 19:39:31.129 INFO 13104 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Failed messages: javax.mail.SendFailedException: No recipient addresses -2021-03-21 19:39:46.758 INFO 13104 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 19:39:47.815 INFO 13104 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' -2021-03-21 19:39:47.823 INFO 13104 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:39:47.824 INFO 13104 --- [SpringContextShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' -2021-03-21 19:39:47.825 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:39:47.832 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:39:47.833 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:39:47.834 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:39:47.834 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:39:47.835 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:39:47.836 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:39:47.836 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:39:47.836 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:39:47.836 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:39:47.836 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:39:47.837 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:39:47.837 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:39:47.838 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:39:47.838 DEBUG 13104 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:39:47.838 TRACE 13104 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@3b01897f] for TypeConfiguration -2021-03-21 19:39:47.838 DEBUG 13104 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@4244f5b4] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@3b01897f] -2021-03-21 19:39:47.843 INFO 13104 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... -2021-03-21 19:39:47.850 INFO 13104 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. -2021-03-21 19:40:11.398 INFO 18900 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 18900 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 19:40:11.402 INFO 18900 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 19:40:12.473 INFO 18900 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 19:40:12.688 INFO 18900 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 206 ms. Found 15 JPA repository interfaces. -2021-03-21 19:40:13.446 INFO 18900 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 19:40:13.456 INFO 18900 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 19:40:13.456 INFO 18900 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 19:40:13.632 INFO 18900 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 19:40:13.633 INFO 18900 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2174 ms -2021-03-21 19:40:13.694 INFO 18900 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 19:40:13.823 INFO 18900 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 19:40:13.830 INFO 18900 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 19:40:14.041 INFO 18900 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 19:40:14.093 INFO 18900 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 19:40:14.225 INFO 18900 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 19:40:14.263 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@2e2f20b8 -2021-03-21 19:40:14.264 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@2e2f20b8 -2021-03-21 19:40:14.264 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@2e2f20b8 -2021-03-21 19:40:14.265 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@374c3975 -2021-03-21 19:40:14.265 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6b5c134e -2021-03-21 19:40:14.266 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@6bcdd6e4 -2021-03-21 19:40:14.268 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5cc1bf20 -2021-03-21 19:40:14.268 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5cc1bf20 -2021-03-21 19:40:14.268 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5cc1bf20 -2021-03-21 19:40:14.269 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@bd93bc3 -2021-03-21 19:40:14.270 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@bd93bc3 -2021-03-21 19:40:14.270 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@bd93bc3 -2021-03-21 19:40:14.271 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@55bf35e5 -2021-03-21 19:40:14.271 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@55bf35e5 -2021-03-21 19:40:14.271 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@55bf35e5 -2021-03-21 19:40:14.272 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@6b16de91 -2021-03-21 19:40:14.273 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@6b16de91 -2021-03-21 19:40:14.273 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@6b16de91 -2021-03-21 19:40:14.274 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@685d7ba5 -2021-03-21 19:40:14.274 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@685d7ba5 -2021-03-21 19:40:14.274 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@685d7ba5 -2021-03-21 19:40:14.275 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@76d0ecd7 -2021-03-21 19:40:14.276 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@76d0ecd7 -2021-03-21 19:40:14.276 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@76d0ecd7 -2021-03-21 19:40:14.277 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5dcf0772 -2021-03-21 19:40:14.277 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5dcf0772 -2021-03-21 19:40:14.277 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@5dcf0772 -2021-03-21 19:40:14.278 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@5e67a490 -2021-03-21 19:40:14.279 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@5e67a490 -2021-03-21 19:40:14.280 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@5d66ae3a -2021-03-21 19:40:14.280 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@5d66ae3a -2021-03-21 19:40:14.281 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@6682e6a5 -2021-03-21 19:40:14.281 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@6682e6a5 -2021-03-21 19:40:14.282 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@d84b3a2 -2021-03-21 19:40:14.282 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@2bcda694 -2021-03-21 19:40:14.283 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@221ca495 -2021-03-21 19:40:14.283 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@221ca495 -2021-03-21 19:40:14.284 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@3ec9f8d -2021-03-21 19:40:14.284 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@3ec9f8d -2021-03-21 19:40:14.285 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@51424203 -2021-03-21 19:40:14.285 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@51424203 -2021-03-21 19:40:14.287 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@721bf7ad -2021-03-21 19:40:14.287 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@721bf7ad -2021-03-21 19:40:14.288 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@3962ec84 -2021-03-21 19:40:14.288 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@3962ec84 -2021-03-21 19:40:14.289 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@639c7f9c -2021-03-21 19:40:14.289 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@639c7f9c -2021-03-21 19:40:14.290 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4c04216f -2021-03-21 19:40:14.290 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4c04216f -2021-03-21 19:40:14.291 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@39f42d0e -2021-03-21 19:40:14.292 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@39f42d0e -2021-03-21 19:40:14.293 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@7f426ddd -2021-03-21 19:40:14.293 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@7f426ddd -2021-03-21 19:40:14.295 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@5980fa73 -2021-03-21 19:40:14.295 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@5980fa73 -2021-03-21 19:40:14.297 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@26874f2c -2021-03-21 19:40:14.297 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@26874f2c -2021-03-21 19:40:14.298 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@aca3c85 -2021-03-21 19:40:14.298 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@aca3c85 -2021-03-21 19:40:14.299 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@aca3c85 -2021-03-21 19:40:14.300 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@7f51f588 -2021-03-21 19:40:14.301 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@6df11e91 -2021-03-21 19:40:14.301 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@6df11e91 -2021-03-21 19:40:14.301 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@6df11e91 -2021-03-21 19:40:14.302 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@4044589a -2021-03-21 19:40:14.303 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@edb83f8 -2021-03-21 19:40:14.304 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@7d401cdc -2021-03-21 19:40:14.304 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7d401cdc -2021-03-21 19:40:14.304 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@2bb31455 -2021-03-21 19:40:14.305 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@2bb31455 -2021-03-21 19:40:14.305 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@6c995c5d -2021-03-21 19:40:14.306 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@6c995c5d -2021-03-21 19:40:14.307 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@53cb0bcb -2021-03-21 19:40:14.307 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@53cb0bcb -2021-03-21 19:40:14.307 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@7574d4ad -2021-03-21 19:40:14.308 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@7574d4ad -2021-03-21 19:40:14.308 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@33627576 -2021-03-21 19:40:14.310 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@7272ee51 -2021-03-21 19:40:14.310 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@7272ee51 -2021-03-21 19:40:14.310 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@7272ee51 -2021-03-21 19:40:14.311 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@762a10b6 -2021-03-21 19:40:14.311 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@762a10b6 -2021-03-21 19:40:14.311 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@762a10b6 -2021-03-21 19:40:14.312 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@240a2619 -2021-03-21 19:40:14.312 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@28554ac8 -2021-03-21 19:40:14.313 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@21516c88 -2021-03-21 19:40:14.313 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@21516c88 -2021-03-21 19:40:14.314 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@21516c88 -2021-03-21 19:40:14.315 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@7604198a -2021-03-21 19:40:14.315 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@7604198a -2021-03-21 19:40:14.315 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@7604198a -2021-03-21 19:40:14.315 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@64440065 -2021-03-21 19:40:14.316 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@2c99c8d -2021-03-21 19:40:14.317 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@641ed324 -2021-03-21 19:40:14.317 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@641ed324 -2021-03-21 19:40:14.317 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@74a58a06 -2021-03-21 19:40:14.318 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@28e94c2 -2021-03-21 19:40:14.319 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@28e94c2 -2021-03-21 19:40:14.320 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@2d4fb0d8 -2021-03-21 19:40:14.320 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@2d4fb0d8 -2021-03-21 19:40:14.320 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@5b332439 -2021-03-21 19:40:14.321 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@65859b44 -2021-03-21 19:40:14.322 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@27358a19 -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@6e8f2094 -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@6e8f2094 -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@6e00837f -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@63e4484d -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@6a5dd083 -2021-03-21 19:40:14.325 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@77663cd7 -2021-03-21 19:40:14.326 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1d17423f -2021-03-21 19:40:14.326 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@5c70d7f0 -2021-03-21 19:40:14.326 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@582dcd35 -2021-03-21 19:40:14.326 DEBUG 18900 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1e6bd263 -2021-03-21 19:40:14.383 INFO 18900 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 19:40:14.451 DEBUG 18900 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6736f40f] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@12f9f896] -2021-03-21 19:40:14.697 DEBUG 18900 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 19:40:14.699 DEBUG 18900 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 19:40:14.861 DEBUG 18900 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6736f40f] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@2bcb1414] -2021-03-21 19:40:15.381 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 19:40:15.383 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 19:40:15.384 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 19:40:15.385 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 19:40:15.385 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 19:40:15.385 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 19:40:15.385 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 19:40:15.385 DEBUG 18900 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 19:40:15.388 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.399 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.400 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.401 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.401 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.402 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:40:15.404 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.405 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 19:40:15.406 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 19:40:15.406 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.407 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.409 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 19:40:15.412 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.412 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 19:40:15.413 DEBUG 18900 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 19:40:15.415 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 19:40:15.418 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 19:40:15.425 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 19:40:15.427 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 19:40:15.428 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 19:40:15.429 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:40:15.430 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 19:40:15.431 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 19:40:15.433 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 19:40:15.434 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 19:40:15.435 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 19:40:15.437 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 19:40:15.438 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 19:40:15.440 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 19:40:15.441 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 19:40:15.443 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 19:40:15.445 DEBUG 18900 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 19:40:15.450 INFO 18900 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 19:40:15.457 TRACE 18900 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2bcb1414] for TypeConfiguration -2021-03-21 19:40:15.459 INFO 18900 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 19:40:16.628 WARN 18900 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 19:40:16.987 INFO 18900 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 18e65f71-c88f-4b03-9334-c3f04068a4bd - -2021-03-21 19:40:17.127 INFO 18900 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@23adbd6b, org.springframework.security.web.context.SecurityContextPersistenceFilter@52a605c3, org.springframework.security.web.header.HeaderWriterFilter@ce8b59e, org.springframework.security.web.authentication.logout.LogoutFilter@445c693, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@24fb8317, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d145177, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@11d0bff5, org.springframework.security.web.session.SessionManagementFilter@560c3758, org.springframework.security.web.access.ExceptionTranslationFilter@4718d320, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4645a575] -2021-03-21 19:40:17.352 INFO 18900 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 19:40:17.727 INFO 18900 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 19:40:17.737 INFO 18900 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 6.919 seconds (JVM running for 8.569) -2021-03-21 19:40:22.337 INFO 18900 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 19:40:22.340 INFO 18900 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 19:40:22.341 INFO 18900 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms -2021-03-21 19:40:22.511 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:40:22.511 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 19:40:22.512 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 19:40:22.536 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:40:22.537 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 19:40:22.537 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 19:40:22.580 DEBUG 18900 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 19:40:22.587 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@naver.com] -2021-03-21 19:40:22.758 DEBUG 18900 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 19:40:22.759 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@naver.com] -2021-03-21 19:40:22.759 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 19:40:22.759 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$SnkzScj6i6gzzF.iT5Qr6ekdmNpLl7I8MGpLlM5i0t/u9LuR8ZzmO] -2021-03-21 19:40:22.759 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 19:40:22.760 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T19:40:22.717435700] -2021-03-21 19:40:22.760 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 19:40:22.760 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 19:40:22.761 TRACE 18900 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 19:40:24.890 INFO 18900 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Failed messages: javax.mail.SendFailedException: No recipient addresses -2021-03-21 19:40:24.897 INFO 18900 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 20:01:34.854 INFO 10564 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 10564 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 20:01:34.862 INFO 10564 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 20:01:37.003 INFO 10564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 20:01:37.538 INFO 10564 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 503 ms. Found 15 JPA repository interfaces. -2021-03-21 20:01:39.191 INFO 10564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 20:01:39.215 INFO 10564 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 20:01:39.215 INFO 10564 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 20:01:39.473 INFO 10564 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 20:01:39.474 INFO 10564 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4486 ms -2021-03-21 20:01:39.585 INFO 10564 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 20:01:39.776 INFO 10564 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 20:01:39.790 INFO 10564 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 20:01:40.060 INFO 10564 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 20:01:40.148 INFO 10564 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 20:01:40.374 INFO 10564 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 20:01:40.427 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@67763ebe -2021-03-21 20:01:40.428 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@67763ebe -2021-03-21 20:01:40.428 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@67763ebe -2021-03-21 20:01:40.429 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6b16de91 -2021-03-21 20:01:40.430 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@65036e8d -2021-03-21 20:01:40.431 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@16d41725 -2021-03-21 20:01:40.433 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@35ac9ebd -2021-03-21 20:01:40.434 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@35ac9ebd -2021-03-21 20:01:40.434 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@35ac9ebd -2021-03-21 20:01:40.436 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@4df7d9ee -2021-03-21 20:01:40.436 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@4df7d9ee -2021-03-21 20:01:40.436 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@4df7d9ee -2021-03-21 20:01:40.437 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7f4e5a39 -2021-03-21 20:01:40.438 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7f4e5a39 -2021-03-21 20:01:40.438 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7f4e5a39 -2021-03-21 20:01:40.439 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@64a1116a -2021-03-21 20:01:40.439 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@64a1116a -2021-03-21 20:01:40.440 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@64a1116a -2021-03-21 20:01:40.442 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@d84b3a2 -2021-03-21 20:01:40.442 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@d84b3a2 -2021-03-21 20:01:40.443 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@d84b3a2 -2021-03-21 20:01:40.444 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@537b3b2e -2021-03-21 20:01:40.445 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@537b3b2e -2021-03-21 20:01:40.445 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@537b3b2e -2021-03-21 20:01:40.447 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@7d47dfed -2021-03-21 20:01:40.447 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@7d47dfed -2021-03-21 20:01:40.447 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@7d47dfed -2021-03-21 20:01:40.448 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@237b2852 -2021-03-21 20:01:40.449 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@237b2852 -2021-03-21 20:01:40.450 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@550c973e -2021-03-21 20:01:40.450 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@550c973e -2021-03-21 20:01:40.451 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@7e94e331 -2021-03-21 20:01:40.451 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@7e94e331 -2021-03-21 20:01:40.452 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@3962ec84 -2021-03-21 20:01:40.453 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@55222ee9 -2021-03-21 20:01:40.455 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@71369e1a -2021-03-21 20:01:40.455 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@71369e1a -2021-03-21 20:01:40.456 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@3719360c -2021-03-21 20:01:40.456 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@3719360c -2021-03-21 20:01:40.458 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@34aa8b61 -2021-03-21 20:01:40.458 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@34aa8b61 -2021-03-21 20:01:40.460 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@6fb0261e -2021-03-21 20:01:40.460 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@6fb0261e -2021-03-21 20:01:40.461 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@1f758e4f -2021-03-21 20:01:40.461 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@1f758e4f -2021-03-21 20:01:40.463 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2bfc2f8b -2021-03-21 20:01:40.463 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2bfc2f8b -2021-03-21 20:01:40.465 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1ae924f1 -2021-03-21 20:01:40.465 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1ae924f1 -2021-03-21 20:01:40.466 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@5f3b84bd -2021-03-21 20:01:40.466 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@5f3b84bd -2021-03-21 20:01:40.469 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6bd92538 -2021-03-21 20:01:40.469 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6bd92538 -2021-03-21 20:01:40.471 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@55c50f52 -2021-03-21 20:01:40.472 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@55c50f52 -2021-03-21 20:01:40.473 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@8b41ad -2021-03-21 20:01:40.473 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@8b41ad -2021-03-21 20:01:40.474 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@77fc19cf -2021-03-21 20:01:40.475 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@77fc19cf -2021-03-21 20:01:40.475 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@77fc19cf -2021-03-21 20:01:40.476 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@3c16528d -2021-03-21 20:01:40.478 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@677cb96e -2021-03-21 20:01:40.478 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@677cb96e -2021-03-21 20:01:40.478 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@677cb96e -2021-03-21 20:01:40.479 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@63dda940 -2021-03-21 20:01:40.481 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@33627576 -2021-03-21 20:01:40.481 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@61911947 -2021-03-21 20:01:40.481 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@61911947 -2021-03-21 20:01:40.483 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@795f6681 -2021-03-21 20:01:40.484 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@795f6681 -2021-03-21 20:01:40.484 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@3e0a9b1d -2021-03-21 20:01:40.484 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3e0a9b1d -2021-03-21 20:01:40.485 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@28554ac8 -2021-03-21 20:01:40.485 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@28554ac8 -2021-03-21 20:01:40.486 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@21516c88 -2021-03-21 20:01:40.486 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@21516c88 -2021-03-21 20:01:40.487 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@65d9e72a -2021-03-21 20:01:40.488 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@464aeb09 -2021-03-21 20:01:40.489 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@464aeb09 -2021-03-21 20:01:40.489 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@464aeb09 -2021-03-21 20:01:40.490 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@52d7ab79 -2021-03-21 20:01:40.490 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@52d7ab79 -2021-03-21 20:01:40.490 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@52d7ab79 -2021-03-21 20:01:40.492 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@66b0e207 -2021-03-21 20:01:40.493 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@3ca17943 -2021-03-21 20:01:40.494 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@28e94c2 -2021-03-21 20:01:40.494 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@28e94c2 -2021-03-21 20:01:40.495 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@28e94c2 -2021-03-21 20:01:40.496 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@4e4894d -2021-03-21 20:01:40.496 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@4e4894d -2021-03-21 20:01:40.496 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@4e4894d -2021-03-21 20:01:40.496 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@dc1fadd -2021-03-21 20:01:40.497 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@59262a90 -2021-03-21 20:01:40.499 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@6009cd34 -2021-03-21 20:01:40.499 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@6009cd34 -2021-03-21 20:01:40.500 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@60928a61 -2021-03-21 20:01:40.501 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@25e8e59 -2021-03-21 20:01:40.501 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@25e8e59 -2021-03-21 20:01:40.503 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@799c8758 -2021-03-21 20:01:40.503 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@799c8758 -2021-03-21 20:01:40.504 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@77663cd7 -2021-03-21 20:01:40.504 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1e6bd263 -2021-03-21 20:01:40.506 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@6eede35e -2021-03-21 20:01:40.513 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@6a7a1a0d -2021-03-21 20:01:40.513 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@6a7a1a0d -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@22da200e -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4f26425b -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@f03ee8f -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@40dd552c -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@33f4c769 -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4ebd6fd6 -2021-03-21 20:01:40.514 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5e5a8718 -2021-03-21 20:01:40.515 DEBUG 10564 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7404ddca -2021-03-21 20:01:40.625 INFO 10564 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 20:01:40.751 DEBUG 10564 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@75e0a54c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@40f9f60d] -2021-03-21 20:01:40.994 DEBUG 10564 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 20:01:40.996 DEBUG 10564 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 20:01:41.207 DEBUG 10564 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@75e0a54c] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@6dbbdf92] -2021-03-21 20:01:41.906 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 20:01:41.910 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 20:01:41.911 DEBUG 10564 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 20:01:41.914 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.927 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.928 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.929 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.930 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.931 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:01:41.933 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.934 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 20:01:41.935 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 20:01:41.936 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.937 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.939 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 20:01:41.941 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.942 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:01:41.943 DEBUG 10564 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 20:01:41.945 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 20:01:41.949 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 20:01:41.968 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 20:01:41.970 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 20:01:41.971 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 20:01:41.973 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:01:41.974 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 20:01:41.976 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 20:01:41.977 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 20:01:41.979 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 20:01:41.980 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 20:01:41.982 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 20:01:41.983 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 20:01:41.985 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 20:01:41.987 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 20:01:41.988 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 20:01:41.990 DEBUG 10564 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:01:41.996 INFO 10564 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 20:01:42.006 TRACE 10564 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6dbbdf92] for TypeConfiguration -2021-03-21 20:01:42.010 INFO 10564 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 20:01:43.893 WARN 10564 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 20:01:44.339 INFO 10564 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 55259740-fb1e-4fbf-898e-26bef2531d64 - -2021-03-21 20:01:44.473 INFO 10564 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@629dfb5a, org.springframework.security.web.context.SecurityContextPersistenceFilter@6d2f910b, org.springframework.security.web.header.HeaderWriterFilter@598ff2b3, org.springframework.security.web.authentication.logout.LogoutFilter@6aed4a23, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4a7c8cb7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@39f7cc46, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2c955487, org.springframework.security.web.session.SessionManagementFilter@13fad0c7, org.springframework.security.web.access.ExceptionTranslationFilter@3e3a07ab, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3ca5da54] -2021-03-21 20:01:44.719 INFO 10564 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 20:01:45.159 INFO 10564 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 20:01:45.175 INFO 10564 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.498 seconds (JVM running for 14.615) -2021-03-21 20:01:50.865 INFO 10564 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 20:01:50.866 INFO 10564 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 20:01:50.868 INFO 10564 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 20:01:51.088 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:01:51.088 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 20:01:51.088 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:01:51.116 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:01:51.117 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 20:01:51.117 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:01:51.174 DEBUG 10564 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 20:01:51.181 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:01:51.388 DEBUG 10564 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 20:01:51.389 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:01:51.390 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 20:01:51.390 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$0Gw39m9wWFxRjBe3rZFyHuElHatnxBkK5mllza9CanyR9YPOaS9JG] -2021-03-21 20:01:51.390 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 20:01:51.391 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T20:01:51.335989900] -2021-03-21 20:01:51.392 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 20:01:51.392 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 20:01:51.393 TRACE 10564 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 20:01:53.934 INFO 10564 --- [http-nio-8080-exec-1] c.e.restcontroller.common.MailComponent : Failed messages: javax.mail.SendFailedException: No recipient addresses -2021-03-21 20:01:53.941 INFO 10564 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException이메일 전송 실패 -2021-03-21 20:02:40.769 INFO 12320 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 12320 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 20:02:40.775 INFO 12320 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 20:02:42.514 INFO 12320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 20:02:42.911 INFO 12320 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 382 ms. Found 15 JPA repository interfaces. -2021-03-21 20:02:43.902 INFO 12320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 20:02:43.912 INFO 12320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 20:02:43.913 INFO 12320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 20:02:44.100 INFO 12320 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 20:02:44.101 INFO 12320 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3212 ms -2021-03-21 20:02:44.162 INFO 12320 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 20:02:44.296 INFO 12320 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 20:02:44.303 INFO 12320 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 20:02:44.492 INFO 12320 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 20:02:44.558 INFO 12320 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 20:02:44.708 INFO 12320 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 20:02:44.743 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 20:02:44.743 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 20:02:44.743 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 20:02:44.744 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@3b28b7b0 -2021-03-21 20:02:44.744 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@504497fa -2021-03-21 20:02:44.745 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@43c39321 -2021-03-21 20:02:44.747 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 20:02:44.747 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 20:02:44.747 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 20:02:44.748 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 20:02:44.748 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 20:02:44.748 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 20:02:44.750 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 20:02:44.750 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 20:02:44.751 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 20:02:44.752 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 20:02:44.752 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 20:02:44.752 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 20:02:44.754 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 20:02:44.754 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 20:02:44.754 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 20:02:44.755 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 20:02:44.755 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 20:02:44.755 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 20:02:44.756 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 20:02:44.756 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 20:02:44.756 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 20:02:44.757 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@5dcf0772 -2021-03-21 20:02:44.757 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@5dcf0772 -2021-03-21 20:02:44.758 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@5e67a490 -2021-03-21 20:02:44.759 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@5e67a490 -2021-03-21 20:02:44.760 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@5d66ae3a -2021-03-21 20:02:44.760 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@5d66ae3a -2021-03-21 20:02:44.760 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@64a1116a -2021-03-21 20:02:44.761 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ac4915e -2021-03-21 20:02:44.762 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@2bcda694 -2021-03-21 20:02:44.762 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@2bcda694 -2021-03-21 20:02:44.763 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@221ca495 -2021-03-21 20:02:44.763 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@221ca495 -2021-03-21 20:02:44.764 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@3ec9f8d -2021-03-21 20:02:44.765 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@3ec9f8d -2021-03-21 20:02:44.766 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@51424203 -2021-03-21 20:02:44.767 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@51424203 -2021-03-21 20:02:44.768 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@721bf7ad -2021-03-21 20:02:44.768 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@721bf7ad -2021-03-21 20:02:44.769 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@3962ec84 -2021-03-21 20:02:44.769 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@3962ec84 -2021-03-21 20:02:44.770 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@639c7f9c -2021-03-21 20:02:44.771 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@639c7f9c -2021-03-21 20:02:44.772 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@4c04216f -2021-03-21 20:02:44.773 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@4c04216f -2021-03-21 20:02:44.775 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d31f106 -2021-03-21 20:02:44.775 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d31f106 -2021-03-21 20:02:44.777 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@beabd6b -2021-03-21 20:02:44.777 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@beabd6b -2021-03-21 20:02:44.778 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@44641d6c -2021-03-21 20:02:44.778 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@44641d6c -2021-03-21 20:02:44.780 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 20:02:44.780 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 20:02:44.780 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 20:02:44.781 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@5323999f -2021-03-21 20:02:44.782 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 20:02:44.782 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 20:02:44.782 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 20:02:44.784 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6df11e91 -2021-03-21 20:02:44.784 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@4044589a -2021-03-21 20:02:44.785 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@edb83f8 -2021-03-21 20:02:44.785 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@edb83f8 -2021-03-21 20:02:44.786 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@7d401cdc -2021-03-21 20:02:44.786 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@7d401cdc -2021-03-21 20:02:44.787 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@2bb31455 -2021-03-21 20:02:44.787 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@2bb31455 -2021-03-21 20:02:44.788 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@6c995c5d -2021-03-21 20:02:44.788 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@6c995c5d -2021-03-21 20:02:44.789 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@53cb0bcb -2021-03-21 20:02:44.789 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@53cb0bcb -2021-03-21 20:02:44.790 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@63dda940 -2021-03-21 20:02:44.791 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 20:02:44.791 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 20:02:44.791 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 20:02:44.792 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 20:02:44.792 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 20:02:44.792 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 20:02:44.793 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@762a10b6 -2021-03-21 20:02:44.794 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@3e0a9b1d -2021-03-21 20:02:44.795 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 20:02:44.796 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@65d9e72a -2021-03-21 20:02:44.797 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@5cce40d7 -2021-03-21 20:02:44.799 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@27df5806 -2021-03-21 20:02:44.799 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@27df5806 -2021-03-21 20:02:44.799 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@f95d64d -2021-03-21 20:02:44.802 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@3ca17943 -2021-03-21 20:02:44.802 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@3ca17943 -2021-03-21 20:02:44.804 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@482a58c7 -2021-03-21 20:02:44.804 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@482a58c7 -2021-03-21 20:02:44.805 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@4e4894d -2021-03-21 20:02:44.805 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@dc1fadd -2021-03-21 20:02:44.807 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@7b377a53 -2021-03-21 20:02:44.815 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@25e8e59 -2021-03-21 20:02:44.817 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@25e8e59 -2021-03-21 20:02:44.818 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@221b77d7 -2021-03-21 20:02:44.818 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@5cd8d029 -2021-03-21 20:02:44.818 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@32a8ca06 -2021-03-21 20:02:44.819 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6e8f2094 -2021-03-21 20:02:44.819 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1753475d -2021-03-21 20:02:44.819 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@d108406 -2021-03-21 20:02:44.819 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@799c8758 -2021-03-21 20:02:44.819 DEBUG 12320 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6e00837f -2021-03-21 20:02:44.907 INFO 12320 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 20:02:45.104 DEBUG 12320 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1d226f27] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1d944fc0] -2021-03-21 20:02:45.464 DEBUG 12320 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 20:02:45.467 DEBUG 12320 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 20:02:45.701 DEBUG 12320 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1d226f27] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@135064ea] -2021-03-21 20:02:46.390 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 20:02:46.393 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 20:02:46.394 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 20:02:46.394 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 20:02:46.394 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 20:02:46.394 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 20:02:46.394 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 20:02:46.395 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 20:02:46.396 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 20:02:46.396 DEBUG 12320 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 20:02:46.400 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.413 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.415 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.416 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.417 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.418 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:02:46.420 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.422 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 20:02:46.423 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 20:02:46.424 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.426 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.429 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 20:02:46.433 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.434 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:02:46.436 DEBUG 12320 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 20:02:46.437 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 20:02:46.443 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 20:02:46.452 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 20:02:46.454 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 20:02:46.456 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 20:02:46.457 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:02:46.469 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 20:02:46.471 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 20:02:46.473 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 20:02:46.475 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 20:02:46.478 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 20:02:46.480 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 20:02:46.482 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 20:02:46.485 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 20:02:46.487 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 20:02:46.489 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 20:02:46.492 DEBUG 12320 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:02:46.499 INFO 12320 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 20:02:46.510 TRACE 12320 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@135064ea] for TypeConfiguration -2021-03-21 20:02:46.514 INFO 12320 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 20:02:47.793 WARN 12320 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 20:02:48.172 INFO 12320 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 3eaed623-8e22-469a-8e4f-cc6a23b39e29 - -2021-03-21 20:02:48.275 INFO 12320 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@52a9db63, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f3a529f, org.springframework.security.web.header.HeaderWriterFilter@3ec52163, org.springframework.security.web.authentication.logout.LogoutFilter@3d8b9dee, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5aa5b3af, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5f69462f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@402d76c7, org.springframework.security.web.session.SessionManagementFilter@267e0ca0, org.springframework.security.web.access.ExceptionTranslationFilter@6447dc25, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53c21c05] -2021-03-21 20:02:48.458 INFO 12320 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 20:02:48.794 INFO 12320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 20:02:48.806 INFO 12320 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 8.893 seconds (JVM running for 11.056) -2021-03-21 20:03:43.668 INFO 12320 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 20:03:43.670 INFO 12320 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 20:03:43.671 INFO 12320 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 20:03:43.884 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:03:43.885 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 20:03:43.885 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:03:43.916 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:03:43.916 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 20:03:43.916 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:03:43.970 DEBUG 12320 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 20:03:43.976 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:03:44.147 DEBUG 12320 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 20:03:44.147 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:03:44.147 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 20:03:44.147 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$yZHUgSoK4RQ.K6XiQ/E2q.YPD4ifg6fACsUdIIl2IokgxOQA2I9bG] -2021-03-21 20:03:44.147 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 20:03:44.148 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T20:03:44.112993300] -2021-03-21 20:03:44.148 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 20:03:44.148 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 20:03:44.149 TRACE 12320 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 20:03:47.814 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:03:47.814 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 20:03:47.814 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:03:47.827 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:03:47.828 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 20:03:47.828 INFO 12320 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:11:28.097 INFO 21860 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 21860 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 20:11:28.103 INFO 21860 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 20:11:30.146 INFO 21860 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 20:11:30.646 INFO 21860 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 480 ms. Found 15 JPA repository interfaces. -2021-03-21 20:11:32.186 INFO 21860 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 20:11:32.211 INFO 21860 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 20:11:32.212 INFO 21860 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 20:11:32.534 INFO 21860 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 20:11:32.534 INFO 21860 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4313 ms -2021-03-21 20:11:32.668 INFO 21860 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 20:11:32.945 INFO 21860 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 20:11:32.959 INFO 21860 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 20:11:33.332 INFO 21860 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 20:11:33.416 INFO 21860 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 20:11:33.653 INFO 21860 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 20:11:33.711 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@350ff014 -2021-03-21 20:11:33.712 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@350ff014 -2021-03-21 20:11:33.712 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@350ff014 -2021-03-21 20:11:33.714 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1201769d -2021-03-21 20:11:33.715 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@22048bd6 -2021-03-21 20:11:33.716 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@5618fc1f -2021-03-21 20:11:33.730 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6bcdd6e4 -2021-03-21 20:11:33.730 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6bcdd6e4 -2021-03-21 20:11:33.730 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6bcdd6e4 -2021-03-21 20:11:33.732 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@ddffa6c -2021-03-21 20:11:33.732 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@ddffa6c -2021-03-21 20:11:33.732 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@ddffa6c -2021-03-21 20:11:33.735 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5abf6a99 -2021-03-21 20:11:33.735 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5abf6a99 -2021-03-21 20:11:33.735 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@5abf6a99 -2021-03-21 20:11:33.737 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@7a814310 -2021-03-21 20:11:33.737 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@7a814310 -2021-03-21 20:11:33.737 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@7a814310 -2021-03-21 20:11:33.739 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4b4a2fa8 -2021-03-21 20:11:33.740 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4b4a2fa8 -2021-03-21 20:11:33.741 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@4b4a2fa8 -2021-03-21 20:11:33.745 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@65036e8d -2021-03-21 20:11:33.745 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@65036e8d -2021-03-21 20:11:33.745 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@65036e8d -2021-03-21 20:11:33.747 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@26d0ece6 -2021-03-21 20:11:33.747 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@26d0ece6 -2021-03-21 20:11:33.748 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@26d0ece6 -2021-03-21 20:11:33.750 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@35ac9ebd -2021-03-21 20:11:33.750 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@35ac9ebd -2021-03-21 20:11:33.751 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@4df7d9ee -2021-03-21 20:11:33.751 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@4df7d9ee -2021-03-21 20:11:33.753 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@7f4e5a39 -2021-03-21 20:11:33.753 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@7f4e5a39 -2021-03-21 20:11:33.754 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@50f4b83d -2021-03-21 20:11:33.755 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@11e17893 -2021-03-21 20:11:33.759 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@23648d2d -2021-03-21 20:11:33.759 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@23648d2d -2021-03-21 20:11:33.761 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@1544ded3 -2021-03-21 20:11:33.761 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@1544ded3 -2021-03-21 20:11:33.763 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@3a38e4dc -2021-03-21 20:11:33.763 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@3a38e4dc -2021-03-21 20:11:33.765 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@448cdb47 -2021-03-21 20:11:33.766 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@448cdb47 -2021-03-21 20:11:33.767 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@161d95c6 -2021-03-21 20:11:33.768 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@161d95c6 -2021-03-21 20:11:33.769 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@539fc5d1 -2021-03-21 20:11:33.769 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@539fc5d1 -2021-03-21 20:11:33.771 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@55222ee9 -2021-03-21 20:11:33.771 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@55222ee9 -2021-03-21 20:11:33.774 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@71369e1a -2021-03-21 20:11:33.776 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@71369e1a -2021-03-21 20:11:33.779 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d7b001b -2021-03-21 20:11:33.780 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d7b001b -2021-03-21 20:11:33.782 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@1f758e4f -2021-03-21 20:11:33.783 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@1f758e4f -2021-03-21 20:11:33.785 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@5980fa73 -2021-03-21 20:11:33.785 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@5980fa73 -2021-03-21 20:11:33.787 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@26874f2c -2021-03-21 20:11:33.787 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@26874f2c -2021-03-21 20:11:33.787 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@26874f2c -2021-03-21 20:11:33.789 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@2fbd390 -2021-03-21 20:11:33.795 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7f51f588 -2021-03-21 20:11:33.795 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7f51f588 -2021-03-21 20:11:33.795 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7f51f588 -2021-03-21 20:11:33.797 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@372954e1 -2021-03-21 20:11:33.799 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@53cddaf8 -2021-03-21 20:11:33.800 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@1e721583 -2021-03-21 20:11:33.801 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1e721583 -2021-03-21 20:11:33.802 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@48dff674 -2021-03-21 20:11:33.802 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@48dff674 -2021-03-21 20:11:33.804 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@77fc19cf -2021-03-21 20:11:33.804 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@77fc19cf -2021-03-21 20:11:33.805 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@bb8ead8 -2021-03-21 20:11:33.805 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@bb8ead8 -2021-03-21 20:11:33.808 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@677cb96e -2021-03-21 20:11:33.809 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@677cb96e -2021-03-21 20:11:33.811 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@51fe7f15 -2021-03-21 20:11:33.814 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@33627576 -2021-03-21 20:11:33.814 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@33627576 -2021-03-21 20:11:33.814 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@33627576 -2021-03-21 20:11:33.816 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@61911947 -2021-03-21 20:11:33.816 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@61911947 -2021-03-21 20:11:33.816 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@61911947 -2021-03-21 20:11:33.818 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@795f6681 -2021-03-21 20:11:33.819 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@74431b9c -2021-03-21 20:11:33.820 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@4e3283f6 -2021-03-21 20:11:33.820 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@4e3283f6 -2021-03-21 20:11:33.820 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@4e3283f6 -2021-03-21 20:11:33.822 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3271ec2a -2021-03-21 20:11:33.822 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3271ec2a -2021-03-21 20:11:33.822 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3271ec2a -2021-03-21 20:11:33.824 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@1c7cd434 -2021-03-21 20:11:33.826 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@1f7e52d1 -2021-03-21 20:11:33.829 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@2c99c8d -2021-03-21 20:11:33.829 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@2c99c8d -2021-03-21 20:11:33.830 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@69bc9584 -2021-03-21 20:11:33.832 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@74a58a06 -2021-03-21 20:11:33.833 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@74a58a06 -2021-03-21 20:11:33.834 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@28e94c2 -2021-03-21 20:11:33.834 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@28e94c2 -2021-03-21 20:11:33.835 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@3e74fd84 -2021-03-21 20:11:33.836 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1de5cc88 -2021-03-21 20:11:33.840 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@49653791 -2021-03-21 20:11:33.848 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@7e18ced7 -2021-03-21 20:11:33.849 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7e18ced7 -2021-03-21 20:11:33.850 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@3a0896b3 -2021-03-21 20:11:33.850 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@50a7c72b -2021-03-21 20:11:33.850 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@54c11750 -2021-03-21 20:11:33.850 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@221b77d7 -2021-03-21 20:11:33.851 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@5cd8d029 -2021-03-21 20:11:33.851 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@32a8ca06 -2021-03-21 20:11:33.851 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6e8f2094 -2021-03-21 20:11:33.851 DEBUG 21860 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1753475d -2021-03-21 20:11:33.971 INFO 21860 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 20:11:34.097 DEBUG 21860 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@619c3546] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@29090809] -2021-03-21 20:11:34.444 DEBUG 21860 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 20:11:34.447 DEBUG 21860 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 20:11:34.789 DEBUG 21860 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@619c3546] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@77856cc5] -2021-03-21 20:11:35.821 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 20:11:35.828 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 20:11:35.829 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 20:11:35.829 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 20:11:35.830 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 20:11:35.831 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 20:11:35.831 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 20:11:35.831 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 20:11:35.832 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 20:11:35.832 DEBUG 21860 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 20:11:35.837 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.855 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.860 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.862 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.863 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.865 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:11:35.867 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.869 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 20:11:35.870 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 20:11:35.872 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.874 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.879 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 20:11:35.882 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.883 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 20:11:35.885 DEBUG 21860 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 20:11:35.886 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 20:11:35.895 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 20:11:35.910 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 20:11:35.913 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 20:11:35.916 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 20:11:35.918 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:11:35.920 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 20:11:35.921 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 20:11:35.926 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 20:11:35.930 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 20:11:35.933 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 20:11:35.935 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 20:11:35.938 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 20:11:35.941 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 20:11:35.945 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 20:11:35.947 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 20:11:35.949 DEBUG 21860 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 20:11:35.955 INFO 21860 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 20:11:35.969 TRACE 21860 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@77856cc5] for TypeConfiguration -2021-03-21 20:11:35.973 INFO 21860 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 20:11:38.053 WARN 21860 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 20:11:38.611 INFO 21860 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 2a355f9b-01e1-4ffb-92ac-fd6f1d0d970d - -2021-03-21 20:11:38.788 INFO 21860 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4dc5b887, org.springframework.security.web.context.SecurityContextPersistenceFilter@36017835, org.springframework.security.web.header.HeaderWriterFilter@445c693, org.springframework.security.web.authentication.logout.LogoutFilter@4202bfe8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@574134ba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@55465bfc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b7dd173, org.springframework.security.web.session.SessionManagementFilter@1cb73a92, org.springframework.security.web.access.ExceptionTranslationFilter@7ec176da, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6c569caf] -2021-03-21 20:11:39.087 INFO 21860 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 20:11:39.683 INFO 21860 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 20:11:39.701 INFO 21860 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 13.048 seconds (JVM running for 18.412) -2021-03-21 20:12:35.333 INFO 21860 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 20:12:35.335 INFO 21860 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 20:12:35.337 INFO 21860 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-21 20:12:35.562 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:12:35.562 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 20:12:35.562 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:12:35.590 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:12:35.591 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 20:12:35.591 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:12:35.638 DEBUG 21860 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_11_, - user0_.email as email2_11_, - user0_.lock_yn as lock_yn3_11_, - user0_.password as password4_11_, - user0_.phone as phone5_11_, - user0_.reg_date as reg_date6_11_, - user0_.status as status7_11_, - user0_.update_date as update_d8_11_, - user0_.user_name as user_nam9_11_ - from - user user0_ - where - user0_.email=? -2021-03-21 20:12:35.646 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:12:35.857 DEBUG 21860 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 20:12:35.858 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 20:12:35.859 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 20:12:35.859 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$9un3OPwg0EXHocipTZc3PenMCIucirLuXVuplHePCdBZzXD/o2GT2] -2021-03-21 20:12:35.859 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 20:12:35.860 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T20:12:35.805319900] -2021-03-21 20:12:35.860 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 20:12:35.860 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 20:12:35.861 TRACE 21860 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [jo] -2021-03-21 20:12:39.974 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:12:39.974 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 20:12:39.974 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 20:12:39.987 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 20:12:39.988 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 20:12:39.988 INFO 21860 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:02:41.649 INFO 7912 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 7912 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 22:02:41.654 INFO 7912 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 22:02:43.696 INFO 7912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 22:02:44.103 INFO 7912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 388 ms. Found 16 JPA repository interfaces. -2021-03-21 22:02:45.382 INFO 7912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 22:02:45.403 INFO 7912 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 22:02:45.405 INFO 7912 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 22:02:45.656 INFO 7912 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 22:02:45.656 INFO 7912 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3853 ms -2021-03-21 22:02:45.734 INFO 7912 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 22:02:45.960 INFO 7912 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 22:02:45.970 INFO 7912 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 22:02:46.271 INFO 7912 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 22:02:46.366 INFO 7912 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 22:02:46.672 INFO 7912 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 22:02:46.746 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4ae280da -2021-03-21 22:02:46.746 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4ae280da -2021-03-21 22:02:46.747 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4ae280da -2021-03-21 22:02:46.748 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@446b64b3 -2021-03-21 22:02:46.749 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@5dcf0772 -2021-03-21 22:02:46.750 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@4df7d9ee -2021-03-21 22:02:46.753 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5d66ae3a -2021-03-21 22:02:46.753 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5d66ae3a -2021-03-21 22:02:46.753 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5d66ae3a -2021-03-21 22:02:46.756 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@6682e6a5 -2021-03-21 22:02:46.756 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@6682e6a5 -2021-03-21 22:02:46.756 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@6682e6a5 -2021-03-21 22:02:46.758 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@37c1cfa -2021-03-21 22:02:46.758 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@37c1cfa -2021-03-21 22:02:46.758 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@37c1cfa -2021-03-21 22:02:46.760 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@28b458e6 -2021-03-21 22:02:46.761 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@28b458e6 -2021-03-21 22:02:46.761 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@28b458e6 -2021-03-21 22:02:46.765 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@401788d5 -2021-03-21 22:02:46.765 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@401788d5 -2021-03-21 22:02:46.766 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@401788d5 -2021-03-21 22:02:46.768 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@2b01c689 -2021-03-21 22:02:46.768 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@2b01c689 -2021-03-21 22:02:46.768 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@2b01c689 -2021-03-21 22:02:46.770 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@439f2d87 -2021-03-21 22:02:46.770 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@439f2d87 -2021-03-21 22:02:46.770 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@439f2d87 -2021-03-21 22:02:46.772 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@60b616c8 -2021-03-21 22:02:46.772 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@60b616c8 -2021-03-21 22:02:46.773 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@4f64d9cb -2021-03-21 22:02:46.773 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@4f64d9cb -2021-03-21 22:02:46.774 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@ee96866 -2021-03-21 22:02:46.775 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@ee96866 -2021-03-21 22:02:46.775 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@5a7b6b75 -2021-03-21 22:02:46.776 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@39f42d0e -2021-03-21 22:02:46.778 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@da09250 -2021-03-21 22:02:46.778 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@da09250 -2021-03-21 22:02:46.779 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@112c2930 -2021-03-21 22:02:46.779 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@112c2930 -2021-03-21 22:02:46.800 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@beabd6b -2021-03-21 22:02:46.800 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@beabd6b -2021-03-21 22:02:46.803 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5980fa73 -2021-03-21 22:02:46.803 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5980fa73 -2021-03-21 22:02:46.807 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@4357524b -2021-03-21 22:02:46.808 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@4357524b -2021-03-21 22:02:46.810 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2fbd390 -2021-03-21 22:02:46.810 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2fbd390 -2021-03-21 22:02:46.812 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@45eab322 -2021-03-21 22:02:46.812 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@45eab322 -2021-03-21 22:02:46.819 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@19ae36f4 -2021-03-21 22:02:46.819 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@19ae36f4 -2021-03-21 22:02:46.821 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@216f01 -2021-03-21 22:02:46.822 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@216f01 -2021-03-21 22:02:46.825 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@4a9b3956 -2021-03-21 22:02:46.825 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@4a9b3956 -2021-03-21 22:02:46.828 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@bb8ead8 -2021-03-21 22:02:46.828 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@bb8ead8 -2021-03-21 22:02:46.831 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@53cb0bcb -2021-03-21 22:02:46.831 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@53cb0bcb -2021-03-21 22:02:46.832 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@53cb0bcb -2021-03-21 22:02:46.835 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@63dda940 -2021-03-21 22:02:46.838 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7a55fb81 -2021-03-21 22:02:46.838 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7a55fb81 -2021-03-21 22:02:46.839 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7a55fb81 -2021-03-21 22:02:46.840 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7272ee51 -2021-03-21 22:02:46.841 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@762a10b6 -2021-03-21 22:02:46.843 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@240a2619 -2021-03-21 22:02:46.843 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@240a2619 -2021-03-21 22:02:46.845 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@3070f3e6 -2021-03-21 22:02:46.846 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@3070f3e6 -2021-03-21 22:02:46.849 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4fc6e776 -2021-03-21 22:02:46.850 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4fc6e776 -2021-03-21 22:02:46.851 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@32da97fd -2021-03-21 22:02:46.852 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@32da97fd -2021-03-21 22:02:46.854 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@365cef67 -2021-03-21 22:02:46.854 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@365cef67 -2021-03-21 22:02:46.855 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@52d7ab79 -2021-03-21 22:02:46.857 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@5d601832 -2021-03-21 22:02:46.858 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@5d601832 -2021-03-21 22:02:46.858 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@5d601832 -2021-03-21 22:02:46.859 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@6a96d639 -2021-03-21 22:02:46.859 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@6a96d639 -2021-03-21 22:02:46.860 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@6a96d639 -2021-03-21 22:02:46.861 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@1e120628 -2021-03-21 22:02:46.863 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@2d4fb0d8 -2021-03-21 22:02:46.867 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@2755617b -2021-03-21 22:02:46.868 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@2755617b -2021-03-21 22:02:46.868 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@2755617b -2021-03-21 22:02:46.869 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1b0e031b -2021-03-21 22:02:46.870 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1b0e031b -2021-03-21 22:02:46.870 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1b0e031b -2021-03-21 22:02:46.871 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@4e5c8ef3 -2021-03-21 22:02:46.871 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@22865072 -2021-03-21 22:02:46.873 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@54c11750 -2021-03-21 22:02:46.874 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@54c11750 -2021-03-21 22:02:46.876 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6e8f2094 -2021-03-21 22:02:46.878 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@582dcd35 -2021-03-21 22:02:46.879 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@582dcd35 -2021-03-21 22:02:46.880 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@7aae1170 -2021-03-21 22:02:46.882 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@7aae1170 -2021-03-21 22:02:46.884 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@64c25a62 -2021-03-21 22:02:46.885 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@11399548 -2021-03-21 22:02:46.889 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@1c6e3ff9 -2021-03-21 22:02:46.893 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@91a2543 -2021-03-21 22:02:46.893 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@91a2543 -2021-03-21 22:02:46.894 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@3af36922 -2021-03-21 22:02:46.895 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@609b041c -2021-03-21 22:02:46.895 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@474e34e4 -2021-03-21 22:02:46.895 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@7e2c6702 -2021-03-21 22:02:46.895 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@5fb7ab9c -2021-03-21 22:02:46.896 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@6734ff92 -2021-03-21 22:02:46.896 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@51eb0e84 -2021-03-21 22:02:46.896 DEBUG 7912 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@4ce267cc -2021-03-21 22:02:47.040 INFO 7912 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 22:02:47.202 DEBUG 7912 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7db791df] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1bfa5a13] -2021-03-21 22:02:47.598 DEBUG 7912 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 22:02:47.603 DEBUG 7912 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 22:02:47.876 DEBUG 7912 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7db791df] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@60194904] -2021-03-21 22:02:48.769 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 22:02:48.773 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 22:02:48.773 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 22:02:48.774 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.585 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists mail_template CASCADE -2021-03-21 22:02:48.775 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.585 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists notice CASCADE -2021-03-21 22:02:48.776 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.585 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists notice_like CASCADE -2021-03-21 22:02:48.776 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.587 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists user CASCADE -2021-03-21 22:02:48.776 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.588 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists user_interest CASCADE -2021-03-21 22:02:48.776 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.588 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists user_login_history CASCADE -2021-03-21 22:02:48.776 DEBUG 7912 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.589 DEBUG 21892 --- [main] org.hibernate.SQL : drop table if exists user_point CASCADE -2021-03-21 22:02:48.779 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content varchar(255), - publish_end_date date, - publish_start_date date, - reg_date timestamp, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.796 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.802 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.803 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.805 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.806 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 22:02:48.808 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.809 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 22:02:48.810 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 22:02:48.811 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 22:02:48.813 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.816 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.821 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 22:02:48.823 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.824 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 22:02:48.826 DEBUG 7912 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 22:02:48.827 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 22:02:48.836 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 22:02:48.862 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 22:02:48.868 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 22:02:48.871 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 22:02:48.873 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 22:02:48.875 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 22:02:48.877 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 22:02:48.879 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 22:02:48.885 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 22:02:48.887 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 22:02:48.889 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 22:02:48.891 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 22:02:48.893 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 22:02:48.895 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 22:02:48.900 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 22:02:48.902 DEBUG 7912 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 22:02:48.910 INFO 7912 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 22:02:48.924 TRACE 7912 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@60194904] for TypeConfiguration -2021-03-21 22:02:48.931 INFO 7912 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 22:02:50.743 WARN 7912 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 22:02:51.253 INFO 7912 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 - -2021-03-21 22:02:51.416 INFO 7912 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6b7e4db6, org.springframework.security.web.context.SecurityContextPersistenceFilter@6b247ef6, org.springframework.security.web.header.HeaderWriterFilter@2be208db, org.springframework.security.web.authentication.logout.LogoutFilter@1e733bb5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@f10927f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5b5f61cc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5c59dfc7, org.springframework.security.web.session.SessionManagementFilter@638e8194, org.springframework.security.web.access.ExceptionTranslationFilter@723f8990, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@54e3cba2] -2021-03-21 22:02:51.761 INFO 7912 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 22:02:52.263 INFO 7912 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 22:02:52.280 INFO 7912 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.719 seconds (JVM running for 15.941) -2021-03-21 22:06:16.698 INFO 7912 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 22:06:16.700 INFO 7912 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 22:06:16.702 INFO 7912 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-21 22:06:16.746 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:06:16.746 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 22:06:16.746 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:06:16.747 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 22:06:16.974 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:16.974 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:06:16.974 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:16.993 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:16.994 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:06:16.994 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.030 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:06:17.036 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 22:06:17.039 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [1] -2021-03-21 22:06:17.048 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 22:06:17.049 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 22:06:17.049 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 22:06:17.050 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 22:06:17.051 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 22:06:17.051 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 22:06:17.051 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 22:06:17.051 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 22:06:17.065 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 22:06:17.066 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 22:06:17.066 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 22:06:17.066 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 22:06:17.066 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 22:06:17.220 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.220 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:06:17.220 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.270 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 22:06:17.271 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T22:06:17.225310600] -2021-03-21 22:06:17.272 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null}] -2021-03-21 22:06:17.286 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.286 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:06:17.286 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.287 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=test11@naver.com, password=1234) -리턴값 : User{id=1, email='test11@naver.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null} -2021-03-21 22:06:17.287 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.287 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:06:17.287 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:17.389 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:17.389 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:06:17.389 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:31.969 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:31.969 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:06:31.969 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:31.995 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:31.995 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:06:31.996 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:32.001 DEBUG 7912 --- [http-nio-8080-exec-3] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [test11@naver.com] -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [1] -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [test11@naver.com] -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 22:06:32.002 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 22:06:32.003 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 22:06:32.004 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 22:06:32.013 DEBUG 7912 --- [http-nio-8080-exec-3] org.hibernate.SQL : - select - boardtype0_.id as id1_7_0_, - boardtype0_.board_name as board_na2_7_0_, - boardtype0_.reg_date as reg_date3_7_0_, - boardtype0_.update_date as update_d4_7_0_, - boardtype0_.using_yn as using_yn5_7_0_ - from - board_type boardtype0_ - where - boardtype0_.id=? -2021-03-21 22:06:32.014 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 22:06:32.019 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_0_] : [VARCHAR]) - [게시판1] -2021-03-21 22:06:32.019 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_0_] : [TIMESTAMP]) - [2021-03-21T22:02:49.092308] -2021-03-21 22:06:32.019 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_0_] : [TIMESTAMP]) - [null] -2021-03-21 22:06:32.019 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_0_] : [BOOLEAN]) - [true] -2021-03-21 22:06:32.021 TRACE 7912 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#1] -2021-03-21 22:06:32.031 DEBUG 7912 --- [http-nio-8080-exec-3] org.hibernate.SQL : - insert - into - board - (id, board_type_id, content, publish_end_date, publish_start_date, reg_date, title, top_yn, user_id) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 22:06:32.031 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 22:06:32.031 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [내용 추가하기] -2021-03-21 22:06:32.032 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 22:06:32.032 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 22:06:32.032 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T22:06:32.021801300] -2021-03-21 22:06:32.032 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [제목 추가하기] -2021-03-21 22:06:32.033 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [BOOLEAN] - [false] -2021-03-21 22:06:32.033 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BIGINT] - [1] -2021-03-21 22:06:32.049 DEBUG 7912 --- [http-nio-8080-exec-3] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ - from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 22:06:32.049 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_ADD] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [2] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}
] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T22:02:49.095758] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_ADD] -2021-03-21 22:06:32.051 TRACE 7912 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글을 게시하였습니다.] -2021-03-21 22:06:37.109 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:37.110 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:06:37.110 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:06:37.112 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:06:37.112 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:06:37.112 INFO 7912 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:04.441 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:04.442 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:08:04.442 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:04.448 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:04.449 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:04.449 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:04.450 DEBUG 7912 --- [http-nio-8080-exec-6] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:08:04.451 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 22:08:04.584 DEBUG 7912 --- [http-nio-8080-exec-6] org.hibernate.SQL : - insert - into - user - (id, email, lock_yn, password, phone, reg_date, status, update_date, user_name) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 22:08:04.584 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 22:08:04.585 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false] -2021-03-21 22:08:04.585 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW] -2021-03-21 22:08:04.585 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [010-3333-2225] -2021-03-21 22:08:04.585 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T22:08:04.577595200] -2021-03-21 22:08:04.586 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [USING] -2021-03-21 22:08:04.586 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [null] -2021-03-21 22:08:04.586 TRACE 7912 --- [http-nio-8080-exec-6] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [kim] -2021-03-21 22:08:07.593 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:07.594 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:07.595 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:07.595 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:07.595 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:08:07.595 INFO 7912 --- [http-nio-8080-exec-6] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:12.129 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:08:12.129 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 22:08:12.129 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:08:12.129 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:12.131 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.132 DEBUG 7912 --- [http-nio-8080-exec-8] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:08:12.132 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [5] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-3333-2225] -2021-03-21 22:08:12.133 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-03-21T22:08:04.577595] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#5] -2021-03-21 22:08:12.134 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#5] -2021-03-21 22:08:12.135 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#5] -2021-03-21 22:08:12.135 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#5] -2021-03-21 22:08:12.135 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#5] -2021-03-21 22:08:12.135 TRACE 7912 --- [http-nio-8080-exec-8] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#5] -2021-03-21 22:08:12.260 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.260 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:12.260 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.261 DEBUG 7912 --- [http-nio-8080-exec-8] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 22:08:12.261 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T22:08:12.260944100] -2021-03-21 22:08:12.261 TRACE 7912 --- [http-nio-8080-exec-8] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=5, email='haerong22@gmail.com', userName='kim', password='$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW', phone='010-3333-2225', status=USING, lockYn=false, regDate=2021-03-21T22:08:04.577595, updateDate=null}] -2021-03-21 22:08:12.264 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.264 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:12.264 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.265 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=5, email='haerong22@gmail.com', userName='kim', password='$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW', phone='010-3333-2225', status=USING, lockYn=false, regDate=2021-03-21T22:08:04.577595, updateDate=null} -2021-03-21 22:08:12.265 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.265 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:12.265 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:12.266 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:12.266 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:08:12.266 INFO 7912 --- [http-nio-8080-exec-8] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:19.884 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:08:19.884 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 22:08:19.884 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 22:08:19.884 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:19.886 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:19.887 DEBUG 7912 --- [http-nio-8080-exec-9] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:08:19.887 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [5] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-3333-2225] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-03-21T22:08:04.577595] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 22:08:19.888 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#5] -2021-03-21 22:08:19.889 TRACE 7912 --- [http-nio-8080-exec-9] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#5] -2021-03-21 22:08:20.035 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.036 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:20.036 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.036 DEBUG 7912 --- [http-nio-8080-exec-9] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 22:08:20.037 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T22:08:20.036696700] -2021-03-21 22:08:20.037 TRACE 7912 --- [http-nio-8080-exec-9] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=5, email='haerong22@gmail.com', userName='kim', password='$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW', phone='010-3333-2225', status=USING, lockYn=false, regDate=2021-03-21T22:08:04.577595, updateDate=null}] -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=5, email='haerong22@gmail.com', userName='kim', password='$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW', phone='010-3333-2225', status=USING, lockYn=false, regDate=2021-03-21T22:08:04.577595, updateDate=null} -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.038 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:20.039 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:20.040 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:20.040 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:08:20.040 INFO 7912 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:32.278 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:32.278 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 22:08:32.279 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:32.280 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:32.280 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 22:08:32.280 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:32.281 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 22:08:32.281 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [5] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$eR4wORxmVJVTWrdRYJQl4O26Hrst2i6E8hoA33C8vvL2xZwtCE1oW] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-3333-2225] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-03-21T22:08:04.577595] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 22:08:32.282 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#5] -2021-03-21 22:08:32.283 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#5] -2021-03-21 22:08:32.284 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - boardtype0_.id as id1_7_0_, - boardtype0_.board_name as board_na2_7_0_, - boardtype0_.reg_date as reg_date3_7_0_, - boardtype0_.update_date as update_d4_7_0_, - boardtype0_.using_yn as using_yn5_7_0_ - from - board_type boardtype0_ - where - boardtype0_.id=? -2021-03-21 22:08:32.284 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 22:08:32.284 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_0_] : [VARCHAR]) - [게시판1] -2021-03-21 22:08:32.285 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_0_] : [TIMESTAMP]) - [2021-03-21T22:02:49.092308] -2021-03-21 22:08:32.285 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_0_] : [TIMESTAMP]) - [null] -2021-03-21 22:08:32.285 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_0_] : [BOOLEAN]) - [true] -2021-03-21 22:08:32.285 TRACE 7912 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#1] -2021-03-21 22:08:32.285 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - insert - into - board - (id, board_type_id, content, publish_end_date, publish_start_date, reg_date, title, top_yn, user_id) - values - (null, ?, ?, ?, ?, ?, ?, ?, ?) -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [내용 추가하기] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T22:08:32.285397400] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [제목 추가하기] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [BOOLEAN] - [false] -2021-03-21 22:08:32.286 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BIGINT] - [5] -2021-03-21 22:08:32.288 DEBUG 7912 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ - from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 22:08:32.288 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_ADD] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [2] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}
] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T22:02:49.095758] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_ADD] -2021-03-21 22:08:32.289 TRACE 7912 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글을 게시하였습니다.] -2021-03-21 22:08:35.857 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:35.857 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 22:08:35.858 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 22:08:35.858 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 22:08:35.858 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 22:08:35.858 INFO 7912 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:29:24.513 INFO 18108 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 18108 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:29:24.525 INFO 18108 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:29:26.676 INFO 18108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:29:27.095 INFO 18108 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 402 ms. Found 16 JPA repository interfaces. -2021-03-21 23:29:28.395 INFO 18108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:29:28.412 INFO 18108 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:29:28.413 INFO 18108 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:29:28.659 INFO 18108 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:29:28.660 INFO 18108 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4016 ms -2021-03-21 23:29:28.759 INFO 18108 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:29:29.046 INFO 18108 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:29:29.058 INFO 18108 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:29:29.441 INFO 18108 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:29:29.579 INFO 18108 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:29:29.904 INFO 18108 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:29:29.987 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@65036e8d -2021-03-21 23:29:29.987 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@65036e8d -2021-03-21 23:29:29.988 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@65036e8d -2021-03-21 23:29:29.989 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@16d41725 -2021-03-21 23:29:29.990 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@100bba26 -2021-03-21 23:29:29.991 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@1ad1c363 -2021-03-21 23:29:29.993 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@781dac73 -2021-03-21 23:29:29.994 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@781dac73 -2021-03-21 23:29:29.995 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@781dac73 -2021-03-21 23:29:29.996 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@33de7f3d -2021-03-21 23:29:29.997 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@33de7f3d -2021-03-21 23:29:29.999 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@33de7f3d -2021-03-21 23:29:30.003 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@11e17893 -2021-03-21 23:29:30.003 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@11e17893 -2021-03-21 23:29:30.003 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@11e17893 -2021-03-21 23:29:30.005 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@23648d2d -2021-03-21 23:29:30.005 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@23648d2d -2021-03-21 23:29:30.005 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@23648d2d -2021-03-21 23:29:30.008 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@1544ded3 -2021-03-21 23:29:30.008 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@1544ded3 -2021-03-21 23:29:30.008 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@1544ded3 -2021-03-21 23:29:30.009 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3a38e4dc -2021-03-21 23:29:30.010 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3a38e4dc -2021-03-21 23:29:30.010 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3a38e4dc -2021-03-21 23:29:30.012 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@448cdb47 -2021-03-21 23:29:30.012 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@448cdb47 -2021-03-21 23:29:30.012 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@448cdb47 -2021-03-21 23:29:30.014 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@161d95c6 -2021-03-21 23:29:30.014 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@161d95c6 -2021-03-21 23:29:30.018 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@539fc5d1 -2021-03-21 23:29:30.018 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@539fc5d1 -2021-03-21 23:29:30.020 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@55222ee9 -2021-03-21 23:29:30.020 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@55222ee9 -2021-03-21 23:29:30.021 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@270d5060 -2021-03-21 23:29:30.021 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@3cf55e0c -2021-03-21 23:29:30.023 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@3afca2c -2021-03-21 23:29:30.024 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@3afca2c -2021-03-21 23:29:30.025 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@6d7b001b -2021-03-21 23:29:30.025 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@6d7b001b -2021-03-21 23:29:30.027 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@d6b532f -2021-03-21 23:29:30.027 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@d6b532f -2021-03-21 23:29:30.029 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@733534f9 -2021-03-21 23:29:30.029 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@733534f9 -2021-03-21 23:29:30.034 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@61853c7e -2021-03-21 23:29:30.034 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@61853c7e -2021-03-21 23:29:30.036 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@59d5a6fd -2021-03-21 23:29:30.037 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@59d5a6fd -2021-03-21 23:29:30.039 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e734eee -2021-03-21 23:29:30.039 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e734eee -2021-03-21 23:29:30.041 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@3bc20984 -2021-03-21 23:29:30.041 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@3bc20984 -2021-03-21 23:29:30.044 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6df11e91 -2021-03-21 23:29:30.044 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6df11e91 -2021-03-21 23:29:30.046 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@722787b5 -2021-03-21 23:29:30.047 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@722787b5 -2021-03-21 23:29:30.051 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@4217bce6 -2021-03-21 23:29:30.052 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4217bce6 -2021-03-21 23:29:30.054 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@5b44318 -2021-03-21 23:29:30.055 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@5b44318 -2021-03-21 23:29:30.055 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@5b44318 -2021-03-21 23:29:30.057 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@730bea0 -2021-03-21 23:29:30.059 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@41f964f9 -2021-03-21 23:29:30.059 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@41f964f9 -2021-03-21 23:29:30.060 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@41f964f9 -2021-03-21 23:29:30.061 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@27bc1d44 -2021-03-21 23:29:30.063 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@5c53c235 -2021-03-21 23:29:30.066 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@66d3b881 -2021-03-21 23:29:30.067 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@66d3b881 -2021-03-21 23:29:30.068 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@52f9e8bb -2021-03-21 23:29:30.069 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@52f9e8bb -2021-03-21 23:29:30.070 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@72224107 -2021-03-21 23:29:30.070 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@72224107 -2021-03-21 23:29:30.071 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@1c7cd434 -2021-03-21 23:29:30.072 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1c7cd434 -2021-03-21 23:29:30.073 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@5cce40d7 -2021-03-21 23:29:30.073 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@5cce40d7 -2021-03-21 23:29:30.074 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@4aa22cc2 -2021-03-21 23:29:30.076 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@f95d64d -2021-03-21 23:29:30.076 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@f95d64d -2021-03-21 23:29:30.077 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@f95d64d -2021-03-21 23:29:30.078 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@74a58a06 -2021-03-21 23:29:30.078 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@74a58a06 -2021-03-21 23:29:30.079 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@74a58a06 -2021-03-21 23:29:30.080 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@3bd08435 -2021-03-21 23:29:30.082 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@3d40498a -2021-03-21 23:29:30.086 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@1de5cc88 -2021-03-21 23:29:30.086 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@1de5cc88 -2021-03-21 23:29:30.086 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@1de5cc88 -2021-03-21 23:29:30.088 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@59262a90 -2021-03-21 23:29:30.088 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@59262a90 -2021-03-21 23:29:30.088 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@59262a90 -2021-03-21 23:29:30.089 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@d9f5fce -2021-03-21 23:29:30.089 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@7b377a53 -2021-03-21 23:29:30.091 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@563317c1 -2021-03-21 23:29:30.092 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@563317c1 -2021-03-21 23:29:30.092 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@305b43ca -2021-03-21 23:29:30.094 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@1753475d -2021-03-21 23:29:30.094 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1753475d -2021-03-21 23:29:30.097 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@1e6bd263 -2021-03-21 23:29:30.098 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1e6bd263 -2021-03-21 23:29:30.100 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@1515f782 -2021-03-21 23:29:30.102 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@62735b13 -2021-03-21 23:29:30.104 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@570b2057 -2021-03-21 23:29:30.109 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@33f4c769 -2021-03-21 23:29:30.109 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@33f4c769 -2021-03-21 23:29:30.110 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@615e83ac -2021-03-21 23:29:30.110 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4438938e -2021-03-21 23:29:30.110 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4e50ae56 -2021-03-21 23:29:30.110 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1c68d0db -2021-03-21 23:29:30.111 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@9be7319 -2021-03-21 23:29:30.111 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@91a2543 -2021-03-21 23:29:30.111 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@42730828 -2021-03-21 23:29:30.111 DEBUG 18108 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@18c7f6b5 -2021-03-21 23:29:30.247 INFO 18108 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:29:30.385 DEBUG 18108 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6ce9771c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4a9b92c6] -2021-03-21 23:29:30.756 DEBUG 18108 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:29:30.758 DEBUG 18108 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:29:31.024 DEBUG 18108 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6ce9771c] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@2c1ea7be] -2021-03-21 23:29:31.828 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:29:31.831 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:29:31.832 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:29:31.835 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:29:31.835 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:29:31.836 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:29:31.837 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:29:31.837 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:29:31.837 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:29:31.837 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:29:31.838 DEBUG 18108 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:29:31.842 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.592 DEBUG 21892 --- [main] org.hibernate.SQL : create table board ( id bigint generated by default as identity, @@ -11404,7 +194,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.861 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.611 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_bookmark ( id bigint generated by default as identity, @@ -11416,7 +206,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.862 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.611 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_comment ( id bigint generated by default as identity, @@ -11426,7 +216,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.863 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.612 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_hits ( id bigint generated by default as identity, @@ -11435,7 +225,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.868 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.614 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_like ( id bigint generated by default as identity, @@ -11444,7 +234,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.869 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.615 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_report ( id bigint generated by default as identity, @@ -11460,7 +250,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_name varchar(255), primary key (id) ) -2021-03-21 23:29:31.871 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.616 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_scrap ( id bigint generated by default as identity, @@ -11474,7 +264,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.873 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.621 DEBUG 21892 --- [main] org.hibernate.SQL : create table board_type ( id bigint generated by default as identity, @@ -11484,7 +274,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 using_yn boolean not null, primary key (id) ) -2021-03-21 23:29:31.874 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.624 DEBUG 21892 --- [main] org.hibernate.SQL : create table logs ( id bigint generated by default as identity, @@ -11492,7 +282,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 text clob, primary key (id) ) -2021-03-21 23:29:31.875 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.627 DEBUG 21892 --- [main] org.hibernate.SQL : create table mail_template ( id bigint generated by default as identity, @@ -11504,7 +294,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 title varchar(255), primary key (id) ) -2021-03-21 23:29:31.877 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.630 DEBUG 21892 --- [main] org.hibernate.SQL : create table notice ( id bigint generated by default as identity, @@ -11519,7 +309,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.879 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.631 DEBUG 21892 --- [main] org.hibernate.SQL : create table notice_like ( id bigint generated by default as identity, @@ -11527,7 +317,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.885 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.648 DEBUG 21892 --- [main] org.hibernate.SQL : create table user ( id bigint generated by default as identity, @@ -11541,7 +331,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_name varchar(255) not null, primary key (id) ) -2021-03-21 23:29:31.888 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.649 DEBUG 21892 --- [main] org.hibernate.SQL : create table user_interest ( id bigint generated by default as identity, @@ -11550,7 +340,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.889 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.652 DEBUG 21892 --- [main] org.hibernate.SQL : create table user_login_history ( id bigint generated by default as identity, @@ -11561,7 +351,7 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_name varchar(255), primary key (id) ) -2021-03-21 23:29:31.890 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.656 DEBUG 21892 --- [main] org.hibernate.SQL : create table user_point ( id bigint generated by default as identity, @@ -11571,300 +361,300 @@ Using generated security password: f7e987df-df37-4c85-9b76-3c590ea498d0 user_id bigint, primary key (id) ) -2021-03-21 23:29:31.891 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.657 DEBUG 21892 --- [main] org.hibernate.SQL : alter table user add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:29:31.898 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.662 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board add constraint FK59iw5qt320s9l10vbxey9as5p foreign key (board_type_id) references board_type -2021-03-21 23:29:31.912 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.681 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board add constraint FKfyf1fchnby6hndhlfaidier1r foreign key (user_id) references user -2021-03-21 23:29:31.916 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.683 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_bookmark add constraint FK_BOARD_BOOKMARK_USER_ID foreign key (user_id) references user -2021-03-21 23:29:31.922 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.684 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_BOARD_ID foreign key (board_id) references board -2021-03-21 23:29:31.926 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.689 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_USER_ID foreign key (user_id) references user -2021-03-21 23:29:31.929 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.691 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_hits add constraint FK8ptvjkodqmonm762uo9v8ocha foreign key (board_id) references board -2021-03-21 23:29:31.933 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.694 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_hits add constraint FKjkkt5o4uyvoo26g31v71pww4w foreign key (user_id) references user -2021-03-21 23:29:31.936 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.696 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_like add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq foreign key (board_id) references board -2021-03-21 23:29:31.939 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.698 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_like add constraint FKpf406vodal6lejcg4fkwcjr2o foreign key (user_id) references user -2021-03-21 23:29:31.941 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.699 DEBUG 21892 --- [main] org.hibernate.SQL : alter table board_scrap add constraint FK_BOARD_SCRAP_USER_ID foreign key (user_id) references user -2021-03-21 23:29:31.943 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.702 DEBUG 21892 --- [main] org.hibernate.SQL : alter table notice add constraint FKcvf4mh5se36inrxn7xlh2brfv foreign key (user_id) references user -2021-03-21 23:29:31.945 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.705 DEBUG 21892 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKm2krt4h5dcpydbb4tlvxyr27 foreign key (notice_id) references notice -2021-03-21 23:29:31.947 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.709 DEBUG 21892 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKnplmervi6gx6dqj4vpnq7jn6g foreign key (user_id) references user -2021-03-21 23:29:31.952 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.710 DEBUG 21892 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_INTEREST_USER_ID foreign key (interest_user_id) references user -2021-03-21 23:29:31.953 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.713 DEBUG 21892 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_USER_ID foreign key (user_id) references user -2021-03-21 23:29:31.955 DEBUG 18108 --- [main] org.hibernate.SQL : +2021-03-22 00:57:28.714 DEBUG 21892 --- [main] org.hibernate.SQL : alter table user_point add constraint FK_USER_POINT_USER_ID foreign key (user_id) references user -2021-03-21 23:29:31.961 INFO 18108 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:29:31.976 TRACE 18108 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2c1ea7be] for TypeConfiguration -2021-03-21 23:29:31.980 INFO 18108 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:29:33.698 WARN 18108 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:29:34.135 INFO 18108 --- [main] .s.s.UserDetailsServiceAutoConfiguration : +2021-03-22 00:57:28.724 INFO 21892 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-03-22 00:57:28.740 TRACE 21892 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@26270b77] for TypeConfiguration +2021-03-22 00:57:28.744 INFO 21892 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-03-22 00:57:30.699 WARN 21892 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-03-22 00:57:31.261 INFO 21892 --- [main] .s.s.UserDetailsServiceAutoConfiguration : -Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 +Using generated security password: 526da3bc-22ff-4dcc-bc2b-f5839ca97f85 -2021-03-21 23:29:34.279 INFO 18108 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@72851503, org.springframework.security.web.context.SecurityContextPersistenceFilter@5eed2edf, org.springframework.security.web.header.HeaderWriterFilter@2468c0e4, org.springframework.security.web.authentication.logout.LogoutFilter@4cf1bd4a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1a67bde5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@389a9ff6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@690c3b1f, org.springframework.security.web.session.SessionManagementFilter@54816d7a, org.springframework.security.web.access.ExceptionTranslationFilter@50eae15a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@68a7f77a] -2021-03-21 23:29:34.594 INFO 18108 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:29:35.069 INFO 18108 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:29:35.083 INFO 18108 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.965 seconds (JVM running for 16.348) -2021-03-21 23:32:31.221 INFO 21160 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 21160 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:32:31.227 INFO 21160 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:32:32.951 INFO 21160 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:32:33.301 INFO 21160 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 338 ms. Found 16 JPA repository interfaces. -2021-03-21 23:32:34.517 INFO 21160 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:32:34.538 INFO 21160 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:32:34.538 INFO 21160 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:32:34.837 INFO 21160 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:32:34.837 INFO 21160 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3511 ms -2021-03-21 23:32:34.939 INFO 21160 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:32:35.208 INFO 21160 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:32:35.222 INFO 21160 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:32:35.553 INFO 21160 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:32:35.637 INFO 21160 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:32:35.858 INFO 21160 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:32:35.901 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 23:32:35.902 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 23:32:35.902 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@5844a2d1 -2021-03-21 23:32:35.903 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@3b28b7b0 -2021-03-21 23:32:35.904 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@504497fa -2021-03-21 23:32:35.906 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@43c39321 -2021-03-21 23:32:35.908 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 23:32:35.908 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 23:32:35.908 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@24691c5 -2021-03-21 23:32:35.910 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 23:32:35.910 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 23:32:35.911 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5cc1bf20 -2021-03-21 23:32:35.913 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 23:32:35.913 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 23:32:35.913 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@bd93bc3 -2021-03-21 23:32:35.914 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 23:32:35.914 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 23:32:35.915 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@55bf35e5 -2021-03-21 23:32:35.916 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 23:32:35.916 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 23:32:35.916 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@6b16de91 -2021-03-21 23:32:35.918 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 23:32:35.918 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 23:32:35.918 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@685d7ba5 -2021-03-21 23:32:35.920 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 23:32:35.920 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 23:32:35.920 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@76d0ecd7 -2021-03-21 23:32:35.921 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@5dcf0772 -2021-03-21 23:32:35.921 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@5dcf0772 -2021-03-21 23:32:35.922 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@5e67a490 -2021-03-21 23:32:35.922 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@5e67a490 -2021-03-21 23:32:35.924 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@5d66ae3a -2021-03-21 23:32:35.924 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@5d66ae3a -2021-03-21 23:32:35.924 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@64a1116a -2021-03-21 23:32:35.925 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ac4915e -2021-03-21 23:32:35.926 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@2bcda694 -2021-03-21 23:32:35.926 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@2bcda694 -2021-03-21 23:32:35.928 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@221ca495 -2021-03-21 23:32:35.928 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@221ca495 -2021-03-21 23:32:35.931 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@3ec9f8d -2021-03-21 23:32:35.932 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@3ec9f8d -2021-03-21 23:32:35.935 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@51424203 -2021-03-21 23:32:35.935 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@51424203 -2021-03-21 23:32:35.936 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@721bf7ad -2021-03-21 23:32:35.937 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@721bf7ad -2021-03-21 23:32:35.939 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@3962ec84 -2021-03-21 23:32:35.940 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@3962ec84 -2021-03-21 23:32:35.941 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@639c7f9c -2021-03-21 23:32:35.941 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@639c7f9c -2021-03-21 23:32:35.943 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@4c04216f -2021-03-21 23:32:35.943 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@4c04216f -2021-03-21 23:32:35.944 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d31f106 -2021-03-21 23:32:35.945 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6d31f106 -2021-03-21 23:32:35.950 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@beabd6b -2021-03-21 23:32:35.950 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@beabd6b -2021-03-21 23:32:35.952 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@44641d6c -2021-03-21 23:32:35.952 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@44641d6c -2021-03-21 23:32:35.954 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 23:32:35.955 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 23:32:35.955 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1e191150 -2021-03-21 23:32:35.957 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@5323999f -2021-03-21 23:32:35.960 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 23:32:35.960 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 23:32:35.960 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@69a373fd -2021-03-21 23:32:35.961 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6df11e91 -2021-03-21 23:32:35.962 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@4044589a -2021-03-21 23:32:35.964 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@edb83f8 -2021-03-21 23:32:35.964 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@edb83f8 -2021-03-21 23:32:35.967 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@7d401cdc -2021-03-21 23:32:35.967 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@7d401cdc -2021-03-21 23:32:35.969 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@2bb31455 -2021-03-21 23:32:35.969 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@2bb31455 -2021-03-21 23:32:35.971 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@6c995c5d -2021-03-21 23:32:35.971 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@6c995c5d -2021-03-21 23:32:35.971 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@53cb0bcb -2021-03-21 23:32:35.971 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@53cb0bcb -2021-03-21 23:32:35.972 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@63dda940 -2021-03-21 23:32:35.973 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 23:32:35.973 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 23:32:35.974 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@7a55fb81 -2021-03-21 23:32:35.975 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 23:32:35.975 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 23:32:35.975 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@7272ee51 -2021-03-21 23:32:35.976 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@762a10b6 -2021-03-21 23:32:35.976 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@3e0a9b1d -2021-03-21 23:32:35.977 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 23:32:35.977 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 23:32:35.978 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@28554ac8 -2021-03-21 23:32:35.978 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 23:32:35.979 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 23:32:35.980 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@21516c88 -2021-03-21 23:32:35.981 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@65d9e72a -2021-03-21 23:32:35.983 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@5cce40d7 -2021-03-21 23:32:35.985 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@27df5806 -2021-03-21 23:32:35.985 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@27df5806 -2021-03-21 23:32:35.986 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@f95d64d -2021-03-21 23:32:35.987 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@3ca17943 -2021-03-21 23:32:35.987 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@3ca17943 -2021-03-21 23:32:35.989 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@482a58c7 -2021-03-21 23:32:35.989 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@482a58c7 -2021-03-21 23:32:35.989 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@4e4894d -2021-03-21 23:32:35.990 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@dc1fadd -2021-03-21 23:32:35.992 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@7b377a53 -2021-03-21 23:32:35.997 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@25e8e59 -2021-03-21 23:32:35.997 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@25e8e59 -2021-03-21 23:32:36.000 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@221b77d7 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@5cd8d029 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@32a8ca06 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6e8f2094 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1753475d -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@d108406 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@799c8758 -2021-03-21 23:32:36.001 DEBUG 21160 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6e00837f -2021-03-21 23:32:36.102 INFO 21160 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:32:36.223 DEBUG 21160 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1d226f27] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1d944fc0] -2021-03-21 23:32:36.536 DEBUG 21160 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:32:36.538 DEBUG 21160 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:32:36.773 DEBUG 21160 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1d226f27] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@aee05f4] -2021-03-21 23:32:37.527 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 00:57:31.422 INFO 21892 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6fc1a1d5, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b98c310, org.springframework.security.web.header.HeaderWriterFilter@5aec151b, org.springframework.security.web.authentication.logout.LogoutFilter@54e3cba2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@26361572, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@267a8777, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f8641d1, org.springframework.security.web.session.SessionManagementFilter@445f6aa7, org.springframework.security.web.access.ExceptionTranslationFilter@5d200dce, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32182bf8] +2021-03-22 00:57:31.719 INFO 21892 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2021-03-22 00:57:32.210 INFO 21892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2021-03-22 00:57:32.228 INFO 21892 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.915 seconds (JVM running for 14.711) +2021-03-22 01:04:47.497 INFO 21192 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 21192 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) +2021-03-22 01:04:47.505 INFO 21192 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default +2021-03-22 01:04:49.027 INFO 21192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-03-22 01:04:49.344 INFO 21192 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 303 ms. Found 16 JPA repository interfaces. +2021-03-22 01:04:50.427 INFO 21192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2021-03-22 01:04:50.442 INFO 21192 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-03-22 01:04:50.442 INFO 21192 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] +2021-03-22 01:04:50.678 INFO 21192 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-03-22 01:04:50.679 INFO 21192 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3096 ms +2021-03-22 01:04:50.764 INFO 21192 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2021-03-22 01:04:50.927 INFO 21192 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2021-03-22 01:04:50.937 INFO 21192 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' +2021-03-22 01:04:51.212 INFO 21192 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-03-22 01:04:51.310 INFO 21192 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final +2021-03-22 01:04:51.601 INFO 21192 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} +2021-03-22 01:04:51.672 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3dc39459 +2021-03-22 01:04:51.673 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3dc39459 +2021-03-22 01:04:51.674 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3dc39459 +2021-03-22 01:04:51.675 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@383cdd4d +2021-03-22 01:04:51.676 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@685d7ba5 +2021-03-22 01:04:51.678 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@26d0ece6 +2021-03-22 01:04:51.686 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5dcf0772 +2021-03-22 01:04:51.687 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@5dcf0772 +2021-03-22 01:04:51.687 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@5dcf0772 +2021-03-22 01:04:51.690 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5e67a490 +2021-03-22 01:04:51.690 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5e67a490 +2021-03-22 01:04:51.690 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5e67a490 +2021-03-22 01:04:51.693 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5d66ae3a +2021-03-22 01:04:51.694 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@5d66ae3a +2021-03-22 01:04:51.694 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@5d66ae3a +2021-03-22 01:04:51.697 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@6682e6a5 +2021-03-22 01:04:51.698 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@6682e6a5 +2021-03-22 01:04:51.701 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@6682e6a5 +2021-03-22 01:04:51.705 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@37c1cfa +2021-03-22 01:04:51.705 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@37c1cfa +2021-03-22 01:04:51.706 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@37c1cfa +2021-03-22 01:04:51.708 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@28b458e6 +2021-03-22 01:04:51.708 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@28b458e6 +2021-03-22 01:04:51.708 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@28b458e6 +2021-03-22 01:04:51.710 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@401788d5 +2021-03-22 01:04:51.711 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@401788d5 +2021-03-22 01:04:51.711 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@401788d5 +2021-03-22 01:04:51.713 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@2b01c689 +2021-03-22 01:04:51.713 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@2b01c689 +2021-03-22 01:04:51.720 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@439f2d87 +2021-03-22 01:04:51.721 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@439f2d87 +2021-03-22 01:04:51.724 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@60b616c8 +2021-03-22 01:04:51.724 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@60b616c8 +2021-03-22 01:04:51.725 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7b8aebd0 +2021-03-22 01:04:51.727 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@639c7f9c +2021-03-22 01:04:51.729 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4c04216f +2021-03-22 01:04:51.730 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4c04216f +2021-03-22 01:04:51.733 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@39f42d0e +2021-03-22 01:04:51.735 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@39f42d0e +2021-03-22 01:04:51.739 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@da09250 +2021-03-22 01:04:51.739 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@da09250 +2021-03-22 01:04:51.741 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@112c2930 +2021-03-22 01:04:51.741 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@112c2930 +2021-03-22 01:04:51.744 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@beabd6b +2021-03-22 01:04:51.745 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@beabd6b +2021-03-22 01:04:51.745 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@5980fa73 +2021-03-22 01:04:51.746 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@5980fa73 +2021-03-22 01:04:51.748 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4357524b +2021-03-22 01:04:51.748 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4357524b +2021-03-22 01:04:51.753 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@2fbd390 +2021-03-22 01:04:51.754 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@2fbd390 +2021-03-22 01:04:51.758 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6735f210 +2021-03-22 01:04:51.758 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@6735f210 +2021-03-22 01:04:51.761 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@7de35070 +2021-03-22 01:04:51.761 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@7de35070 +2021-03-22 01:04:51.762 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@48dff674 +2021-03-22 01:04:51.763 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@48dff674 +2021-03-22 01:04:51.765 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@2bb31455 +2021-03-22 01:04:51.765 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@2bb31455 +2021-03-22 01:04:51.765 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@2bb31455 +2021-03-22 01:04:51.769 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@bb8ead8 +2021-03-22 01:04:51.772 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@53cb0bcb +2021-03-22 01:04:51.772 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@53cb0bcb +2021-03-22 01:04:51.772 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@53cb0bcb +2021-03-22 01:04:51.773 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7574d4ad +2021-03-22 01:04:51.775 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@7a55fb81 +2021-03-22 01:04:51.776 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@7272ee51 +2021-03-22 01:04:51.776 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7272ee51 +2021-03-22 01:04:51.777 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@762a10b6 +2021-03-22 01:04:51.777 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@762a10b6 +2021-03-22 01:04:51.778 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@240a2619 +2021-03-22 01:04:51.779 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@240a2619 +2021-03-22 01:04:51.780 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@3070f3e6 +2021-03-22 01:04:51.781 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@3070f3e6 +2021-03-22 01:04:51.786 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@4fc6e776 +2021-03-22 01:04:51.786 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@4fc6e776 +2021-03-22 01:04:51.788 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@7604198a +2021-03-22 01:04:51.791 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@365cef67 +2021-03-22 01:04:51.792 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@365cef67 +2021-03-22 01:04:51.792 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@365cef67 +2021-03-22 01:04:51.793 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@b7d2d51 +2021-03-22 01:04:51.794 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@b7d2d51 +2021-03-22 01:04:51.794 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@b7d2d51 +2021-03-22 01:04:51.795 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@5d601832 +2021-03-22 01:04:51.796 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@c0c8f96 +2021-03-22 01:04:51.797 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@482a58c7 +2021-03-22 01:04:51.797 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@482a58c7 +2021-03-22 01:04:51.797 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@482a58c7 +2021-03-22 01:04:51.802 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@2d4fb0d8 +2021-03-22 01:04:51.803 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@2d4fb0d8 +2021-03-22 01:04:51.803 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@2d4fb0d8 +2021-03-22 01:04:51.804 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5b332439 +2021-03-22 01:04:51.805 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@65859b44 +2021-03-22 01:04:51.807 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@4e5c8ef3 +2021-03-22 01:04:51.808 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@4e5c8ef3 +2021-03-22 01:04:51.810 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@22865072 +2021-03-22 01:04:51.813 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@54c11750 +2021-03-22 01:04:51.813 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@54c11750 +2021-03-22 01:04:51.818 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@6a5dd083 +2021-03-22 01:04:51.819 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@6a5dd083 +2021-03-22 01:04:51.820 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@582dcd35 +2021-03-22 01:04:51.822 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@55adcf9e +2021-03-22 01:04:51.826 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@66a82a13 +2021-03-22 01:04:51.831 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@184afb78 +2021-03-22 01:04:51.832 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@184afb78 +2021-03-22 01:04:51.835 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@40dd552c +2021-03-22 01:04:51.836 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@33f4c769 +2021-03-22 01:04:51.837 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@4ebd6fd6 +2021-03-22 01:04:51.837 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@5e5a8718 +2021-03-22 01:04:51.837 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@7404ddca +2021-03-22 01:04:51.837 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@615e83ac +2021-03-22 01:04:51.838 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@4438938e +2021-03-22 01:04:51.838 DEBUG 21192 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@4e50ae56 +2021-03-22 01:04:51.971 INFO 21192 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect +2021-03-22 01:04:52.109 DEBUG 21192 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@628ba266] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1231a1be] +2021-03-22 01:04:52.486 DEBUG 21192 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType +2021-03-22 01:04:52.488 DEBUG 21192 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus +2021-03-22 01:04:52.770 DEBUG 21192 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@628ba266] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@79b8ecb] +2021-03-22 01:04:53.729 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.736 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_bookmark CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.737 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_comment CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.738 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_hits CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.738 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_like CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.738 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_report CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.739 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_scrap CASCADE -2021-03-21 23:32:37.533 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.739 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists board_type CASCADE -2021-03-21 23:32:37.534 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.739 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists logs CASCADE -2021-03-21 23:32:37.534 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.739 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists mail_template CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.739 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists notice CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.740 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists notice_like CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.740 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists user CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.740 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists user_interest CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.740 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists user_login_history CASCADE -2021-03-21 23:32:37.535 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.740 DEBUG 21192 --- [main] org.hibernate.SQL : drop table if exists user_point CASCADE -2021-03-21 23:32:37.538 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.744 DEBUG 21192 --- [main] org.hibernate.SQL : create table board ( id bigint generated by default as identity, @@ -11879,7 +669,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.555 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.761 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_bookmark ( id bigint generated by default as identity, @@ -11891,7 +681,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.556 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.764 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_comment ( id bigint generated by default as identity, @@ -11901,7 +691,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.558 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.767 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_hits ( id bigint generated by default as identity, @@ -11910,7 +700,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.559 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.768 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_like ( id bigint generated by default as identity, @@ -11919,7 +709,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.559 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.770 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_report ( id bigint generated by default as identity, @@ -11935,7 +725,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_name varchar(255), primary key (id) ) -2021-03-21 23:32:37.561 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.771 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_scrap ( id bigint generated by default as identity, @@ -11949,7 +739,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.561 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.772 DEBUG 21192 --- [main] org.hibernate.SQL : create table board_type ( id bigint generated by default as identity, @@ -11959,7 +749,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 using_yn boolean not null, primary key (id) ) -2021-03-21 23:32:37.563 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.773 DEBUG 21192 --- [main] org.hibernate.SQL : create table logs ( id bigint generated by default as identity, @@ -11967,7 +757,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 text clob, primary key (id) ) -2021-03-21 23:32:37.567 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.776 DEBUG 21192 --- [main] org.hibernate.SQL : create table mail_template ( id bigint generated by default as identity, @@ -11979,7 +769,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 title varchar(255), primary key (id) ) -2021-03-21 23:32:37.568 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.776 DEBUG 21192 --- [main] org.hibernate.SQL : create table notice ( id bigint generated by default as identity, @@ -11994,7 +784,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.570 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.778 DEBUG 21192 --- [main] org.hibernate.SQL : create table notice_like ( id bigint generated by default as identity, @@ -12002,7 +792,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.574 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.786 DEBUG 21192 --- [main] org.hibernate.SQL : create table user ( id bigint generated by default as identity, @@ -12016,7 +806,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_name varchar(255) not null, primary key (id) ) -2021-03-21 23:32:37.576 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.787 DEBUG 21192 --- [main] org.hibernate.SQL : create table user_interest ( id bigint generated by default as identity, @@ -12025,7 +815,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.577 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.789 DEBUG 21192 --- [main] org.hibernate.SQL : create table user_login_history ( id bigint generated by default as identity, @@ -12036,7 +826,7 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_name varchar(255), primary key (id) ) -2021-03-21 23:32:37.578 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.790 DEBUG 21192 --- [main] org.hibernate.SQL : create table user_point ( id bigint generated by default as identity, @@ -12046,3241 +836,230 @@ Using generated security password: 1d45ec42-c4f7-4b05-a316-798fe9bc88e8 user_id bigint, primary key (id) ) -2021-03-21 23:32:37.582 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.791 DEBUG 21192 --- [main] org.hibernate.SQL : alter table user add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:32:37.588 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.794 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board add constraint FK59iw5qt320s9l10vbxey9as5p foreign key (board_type_id) references board_type -2021-03-21 23:32:37.600 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.807 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board add constraint FKfyf1fchnby6hndhlfaidier1r foreign key (user_id) references user -2021-03-21 23:32:37.603 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.810 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_bookmark add constraint FK_BOARD_BOOKMARK_USER_ID foreign key (user_id) references user -2021-03-21 23:32:37.605 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.811 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_BOARD_ID foreign key (board_id) references board -2021-03-21 23:32:37.606 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.812 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_USER_ID foreign key (user_id) references user -2021-03-21 23:32:37.607 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.814 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_hits add constraint FK8ptvjkodqmonm762uo9v8ocha foreign key (board_id) references board -2021-03-21 23:32:37.609 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.818 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_hits add constraint FKjkkt5o4uyvoo26g31v71pww4w foreign key (user_id) references user -2021-03-21 23:32:37.610 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.820 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_like add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq foreign key (board_id) references board -2021-03-21 23:32:37.611 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.822 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_like add constraint FKpf406vodal6lejcg4fkwcjr2o foreign key (user_id) references user -2021-03-21 23:32:37.613 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.824 DEBUG 21192 --- [main] org.hibernate.SQL : alter table board_scrap add constraint FK_BOARD_SCRAP_USER_ID foreign key (user_id) references user -2021-03-21 23:32:37.619 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.826 DEBUG 21192 --- [main] org.hibernate.SQL : alter table notice add constraint FKcvf4mh5se36inrxn7xlh2brfv foreign key (user_id) references user -2021-03-21 23:32:37.621 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.830 DEBUG 21192 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKm2krt4h5dcpydbb4tlvxyr27 foreign key (notice_id) references notice -2021-03-21 23:32:37.623 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.835 DEBUG 21192 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKnplmervi6gx6dqj4vpnq7jn6g foreign key (user_id) references user -2021-03-21 23:32:37.625 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.838 DEBUG 21192 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_INTEREST_USER_ID foreign key (interest_user_id) references user -2021-03-21 23:32:37.627 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.839 DEBUG 21192 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_USER_ID foreign key (user_id) references user -2021-03-21 23:32:37.629 DEBUG 21160 --- [main] org.hibernate.SQL : +2021-03-22 01:04:53.842 DEBUG 21192 --- [main] org.hibernate.SQL : alter table user_point add constraint FK_USER_POINT_USER_ID foreign key (user_id) references user -2021-03-21 23:32:37.636 INFO 21160 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:32:37.650 TRACE 21160 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@aee05f4] for TypeConfiguration -2021-03-21 23:32:37.652 INFO 21160 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:32:39.341 WARN 21160 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:32:39.886 INFO 21160 --- [main] .s.s.UserDetailsServiceAutoConfiguration : +2021-03-22 01:04:53.847 INFO 21192 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-03-22 01:04:53.860 TRACE 21192 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@79b8ecb] for TypeConfiguration +2021-03-22 01:04:53.866 INFO 21192 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-03-22 01:04:55.603 WARN 21192 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2021-03-22 01:04:56.106 INFO 21192 --- [main] .s.s.UserDetailsServiceAutoConfiguration : -Using generated security password: e8464d57-8e99-4252-b45c-6e859e106970 +Using generated security password: 07b8af22-cf57-496f-a329-0200f8038bd5 -2021-03-21 23:32:40.128 INFO 21160 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5318731f, org.springframework.security.web.context.SecurityContextPersistenceFilter@65871cfd, org.springframework.security.web.header.HeaderWriterFilter@113e6e06, org.springframework.security.web.authentication.logout.LogoutFilter@2468c0e4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bdc8975, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2f97e3de, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2db82155, org.springframework.security.web.session.SessionManagementFilter@198a0416, org.springframework.security.web.access.ExceptionTranslationFilter@3fe21d0e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@411576c7] -2021-03-21 23:32:40.515 INFO 21160 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:32:41.093 INFO 21160 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:32:41.125 INFO 21160 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.899 seconds (JVM running for 13.276) -2021-03-21 23:34:55.021 INFO 21160 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 23:34:55.023 INFO 21160 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 23:34:55.026 INFO 21160 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms -2021-03-21 23:34:55.240 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:34:55.240 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:34:55.240 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:34:55.269 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:34:55.270 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:34:55.270 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:34:55.329 DEBUG 21160 --- [http-nio-8080-exec-1] org.hibernate.SQL : +2021-03-22 01:04:56.252 INFO 21192 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@65293ca5, org.springframework.security.web.context.SecurityContextPersistenceFilter@128d397c, org.springframework.security.web.header.HeaderWriterFilter@1196537d, org.springframework.security.web.authentication.logout.LogoutFilter@22e253c7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@395abe85, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@13e5c53c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6d70e68b, org.springframework.security.web.session.SessionManagementFilter@5318731f, org.springframework.security.web.access.ExceptionTranslationFilter@255b84a9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@37823482] +2021-03-22 01:04:56.553 INFO 21192 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2021-03-22 01:04:56.912 INFO 21192 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' +2021-03-22 01:04:56.992 INFO 21192 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2021-03-22 01:04:57.005 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:04:57.007 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : 스케줄 실행!!!! +2021-03-22 01:04:57.008 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:04:57.013 INFO 21192 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.347 seconds (JVM running for 13.917) +2021-03-22 01:04:57.024 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:04:57.025 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! +2021-03-22 01:04:57.025 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:04:57.086 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : select - board0_.id as id1_0_0_, - board0_.board_type_id as board_ty9_0_0_, - board0_.content as content2_0_0_, - board0_.publish_end_date as publish_3_0_0_, - board0_.publish_start_date as publish_4_0_0_, - board0_.reg_date as reg_date5_0_0_, - board0_.reply_contents as reply_co6_0_0_, - board0_.title as title7_0_0_, - board0_.top_yn as top_yn8_0_0_, - board0_.user_id as user_id10_0_0_, - boardtype1_.id as id1_7_1_, - boardtype1_.board_name as board_na2_7_1_, - boardtype1_.reg_date as reg_date3_7_1_, - boardtype1_.update_date as update_d4_7_1_, - boardtype1_.using_yn as using_yn5_7_1_, - user2_.id as id1_12_2_, - user2_.email as email2_12_2_, - user2_.lock_yn as lock_yn3_12_2_, - user2_.password as password4_12_2_, - user2_.phone as phone5_12_2_, - user2_.reg_date as reg_date6_12_2_, - user2_.status as status7_12_2_, - user2_.update_date as update_d8_12_2_, - user2_.user_name as user_nam9_12_2_ + logs0_.id as id1_8_, + logs0_.reg_date as reg_date2_8_, + logs0_.text as text3_8_ from - board board0_ - left outer join - board_type boardtype1_ - on board0_.board_type_id=boardtype1_.id - left outer join - user user2_ - on board0_.user_id=user2_.id - where - board0_.id=? -2021-03-21 23:34:55.343 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [8] -2021-03-21 23:34:55.354 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_7_1_] : [BIGINT]) - [4] -2021-03-21 23:34:55.355 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_2_] : [BIGINT]) - [1] -2021-03-21 23:34:55.371 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_ty9_0_0_] : [BIGINT]) - [4] -2021-03-21 23:34:55.378 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([content2_0_0_] : [CLOB]) - [문의 내용1] -2021-03-21 23:34:55.380 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_3_0_0_] : [DATE]) - [null] -2021-03-21 23:34:55.382 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_4_0_0_] : [DATE]) - [null] -2021-03-21 23:34:55.385 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date5_0_0_] : [TIMESTAMP]) - [2021-03-21T23:32:37.771821] -2021-03-21 23:34:55.385 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reply_co6_0_0_] : [CLOB]) - [null] -2021-03-21 23:34:55.385 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_0_0_] : [VARCHAR]) - [문의제목1] -2021-03-21 23:34:55.386 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([top_yn8_0_0_] : [BOOLEAN]) - [false] -2021-03-21 23:34:55.386 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_id10_0_0_] : [BIGINT]) - [1] -2021-03-21 23:34:55.389 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_1_] : [VARCHAR]) - [문의게시판] -2021-03-21 23:34:55.389 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_1_] : [TIMESTAMP]) - [2021-03-21T23:32:37.770823] -2021-03-21 23:34:55.389 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_1_] : [TIMESTAMP]) - [null] -2021-03-21 23:34:55.390 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_1_] : [BOOLEAN]) - [true] -2021-03-21 23:34:55.390 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_2_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 23:34:55.390 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_2_] : [BOOLEAN]) - [false] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_2_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_2_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_2_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_2_] : [VARCHAR]) - [USING] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_2_] : [TIMESTAMP]) - [null] -2021-03-21 23:34:55.391 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_2_] : [VARCHAR]) - [kim] -2021-03-21 23:34:55.418 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardCommentList#8] -2021-03-21 23:34:55.419 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardHitsList#8] -2021-03-21 23:34:55.419 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardLikeList#8] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#4] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 23:34:55.422 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 23:34:55.423 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 23:34:55.423 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 23:34:55.423 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 23:34:55.424 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 23:34:55.424 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 23:34:55.424 TRACE 21160 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 23:34:55.539 DEBUG 21160 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ + logs logs0_ +2021-03-22 01:04:57.096 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_8_] : [BIGINT]) - [1] +2021-03-22 01:04:57.111 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date2_8_] : [TIMESTAMP]) - [2021-03-22T01:04:53.995145] +2021-03-22 01:04:57.114 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([text3_8_] : [CLOB]) - [로그1] +2021-03-22 01:04:57.118 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_8_] : [BIGINT]) - [2] +2021-03-22 01:04:57.118 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date2_8_] : [TIMESTAMP]) - [2021-03-22T01:04:53.995145] +2021-03-22 01:04:57.118 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([text3_8_] : [CLOB]) - [로그2] +2021-03-22 01:04:57.118 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_8_] : [BIGINT]) - [3] +2021-03-22 01:04:57.119 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date2_8_] : [TIMESTAMP]) - [2021-03-22T01:04:53.995145] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([text3_8_] : [CLOB]) - [로그3] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_8_] : [BIGINT]) - [4] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date2_8_] : [TIMESTAMP]) - [2021-03-22T01:04:53.995145] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([text3_8_] : [CLOB]) - [로그4] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_8_] : [BIGINT]) - [5] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date2_8_] : [TIMESTAMP]) - [2021-03-22T01:04:53.995145] +2021-03-22 01:04:57.120 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([text3_8_] : [CLOB]) - [로그5] +2021-03-22 01:04:57.164 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:04:57.164 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! +2021-03-22 01:04:57.164 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:04:57.188 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + delete from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 23:34:55.540 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_REPLY] -2021-03-21 23:34:55.542 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [3] -2021-03-21 23:34:55.542 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}

답변

{BOARD_REPLY_CONTENTS}
] -2021-03-21 23:34:55.543 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T23:32:37.778825] -2021-03-21 23:34:55.543 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 23:34:55.543 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 23:34:55.543 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_REPLY] -2021-03-21 23:34:55.543 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글에 답변이 작성되었습니다.] -2021-03-21 23:35:00.628 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:35:00.628 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:35:00.628 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:35:00.645 DEBUG 21160 --- [http-nio-8080-exec-1] org.hibernate.SQL : - update - board - set - board_type_id=?, - content=?, - publish_end_date=?, - publish_start_date=?, - reg_date=?, - reply_contents=?, - title=?, - top_yn=?, - user_id=? + logs where id=? -2021-03-21 23:35:00.649 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [4] -2021-03-21 23:35:00.650 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [문의 내용1] -2021-03-21 23:35:00.652 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 23:35:00.653 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 23:35:00.654 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T23:32:37.771821] -2021-03-21 23:35:00.654 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [CLOB] - [답변입니다.] -2021-03-21 23:35:00.655 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [VARCHAR] - [문의제목1] -2021-03-21 23:35:00.655 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BOOLEAN] - [false] -2021-03-21 23:35:00.656 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [9] as [BIGINT] - [1] -2021-03-21 23:35:00.656 TRACE 21160 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [10] as [BIGINT] - [8] -2021-03-21 23:35:00.678 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:35:00.679 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 23:35:00.679 INFO 21160 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:40:52.594 INFO 14712 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 14712 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:40:52.602 INFO 14712 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:40:54.783 INFO 14712 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:40:55.137 INFO 14712 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 336 ms. Found 16 JPA repository interfaces. -2021-03-21 23:40:56.475 INFO 14712 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:40:56.494 INFO 14712 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:40:56.496 INFO 14712 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:40:56.794 INFO 14712 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:40:56.796 INFO 14712 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4083 ms -2021-03-21 23:40:56.912 INFO 14712 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:40:57.173 INFO 14712 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:40:57.186 INFO 14712 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:40:57.476 INFO 14712 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:40:57.585 INFO 14712 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:40:57.855 INFO 14712 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:40:57.903 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3b28b7b0 -2021-03-21 23:40:57.903 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3b28b7b0 -2021-03-21 23:40:57.904 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3b28b7b0 -2021-03-21 23:40:57.904 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@504497fa -2021-03-21 23:40:57.905 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@43c39321 -2021-03-21 23:40:57.906 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@34d9df9f -2021-03-21 23:40:57.907 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@ddffa6c -2021-03-21 23:40:57.907 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@ddffa6c -2021-03-21 23:40:57.908 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@ddffa6c -2021-03-21 23:40:57.909 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5abf6a99 -2021-03-21 23:40:57.909 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5abf6a99 -2021-03-21 23:40:57.909 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5abf6a99 -2021-03-21 23:40:57.910 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7a814310 -2021-03-21 23:40:57.912 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7a814310 -2021-03-21 23:40:57.915 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7a814310 -2021-03-21 23:40:57.917 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@4b4a2fa8 -2021-03-21 23:40:57.918 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@4b4a2fa8 -2021-03-21 23:40:57.919 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@4b4a2fa8 -2021-03-21 23:40:57.920 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@65036e8d -2021-03-21 23:40:57.920 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@65036e8d -2021-03-21 23:40:57.921 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@65036e8d -2021-03-21 23:40:57.922 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@26d0ece6 -2021-03-21 23:40:57.923 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@26d0ece6 -2021-03-21 23:40:57.923 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@26d0ece6 -2021-03-21 23:40:57.924 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@35ac9ebd -2021-03-21 23:40:57.925 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@35ac9ebd -2021-03-21 23:40:57.925 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@35ac9ebd -2021-03-21 23:40:57.926 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@4df7d9ee -2021-03-21 23:40:57.926 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@4df7d9ee -2021-03-21 23:40:57.928 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@7f4e5a39 -2021-03-21 23:40:57.929 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@7f4e5a39 -2021-03-21 23:40:57.930 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@64a1116a -2021-03-21 23:40:57.931 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@64a1116a -2021-03-21 23:40:57.931 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@ac4915e -2021-03-21 23:40:57.932 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@23648d2d -2021-03-21 23:40:57.933 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@1544ded3 -2021-03-21 23:40:57.934 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@1544ded3 -2021-03-21 23:40:57.935 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@3a38e4dc -2021-03-21 23:40:57.936 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@3a38e4dc -2021-03-21 23:40:57.938 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@448cdb47 -2021-03-21 23:40:57.938 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@448cdb47 -2021-03-21 23:40:57.940 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@161d95c6 -2021-03-21 23:40:57.940 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@161d95c6 -2021-03-21 23:40:57.942 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@539fc5d1 -2021-03-21 23:40:57.942 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@539fc5d1 -2021-03-21 23:40:57.943 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@55222ee9 -2021-03-21 23:40:57.943 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@55222ee9 -2021-03-21 23:40:57.944 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@71369e1a -2021-03-21 23:40:57.945 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@71369e1a -2021-03-21 23:40:57.948 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@3719360c -2021-03-21 23:40:57.948 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@3719360c -2021-03-21 23:40:57.950 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@d6b532f -2021-03-21 23:40:57.950 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@d6b532f -2021-03-21 23:40:57.951 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@2bfc2f8b -2021-03-21 23:40:57.952 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@2bfc2f8b -2021-03-21 23:40:57.953 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@4357524b -2021-03-21 23:40:57.953 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@4357524b -2021-03-21 23:40:57.955 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@5323999f -2021-03-21 23:40:57.955 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@5323999f -2021-03-21 23:40:57.955 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@5323999f -2021-03-21 23:40:57.957 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@45eab322 -2021-03-21 23:40:57.960 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@372954e1 -2021-03-21 23:40:57.960 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@372954e1 -2021-03-21 23:40:57.960 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@372954e1 -2021-03-21 23:40:57.962 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@53cddaf8 -2021-03-21 23:40:57.964 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1e721583 -2021-03-21 23:40:57.965 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@48dff674 -2021-03-21 23:40:57.966 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@48dff674 -2021-03-21 23:40:57.967 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@77fc19cf -2021-03-21 23:40:57.968 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@77fc19cf -2021-03-21 23:40:57.969 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@bb8ead8 -2021-03-21 23:40:57.969 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@bb8ead8 -2021-03-21 23:40:57.970 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@677cb96e -2021-03-21 23:40:57.971 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@677cb96e -2021-03-21 23:40:57.972 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@63dda940 -2021-03-21 23:40:57.972 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@63dda940 -2021-03-21 23:40:57.973 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@7bede4ea -2021-03-21 23:40:57.974 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@61911947 -2021-03-21 23:40:57.974 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@61911947 -2021-03-21 23:40:57.975 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@61911947 -2021-03-21 23:40:57.976 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@795f6681 -2021-03-21 23:40:57.976 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@795f6681 -2021-03-21 23:40:57.976 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@795f6681 -2021-03-21 23:40:57.977 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@3e0a9b1d -2021-03-21 23:40:57.979 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@4e3283f6 -2021-03-21 23:40:57.980 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@3271ec2a -2021-03-21 23:40:57.981 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@3271ec2a -2021-03-21 23:40:57.981 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@3271ec2a -2021-03-21 23:40:57.982 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@65d9e72a -2021-03-21 23:40:57.983 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@65d9e72a -2021-03-21 23:40:57.983 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@65d9e72a -2021-03-21 23:40:57.984 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5cce40d7 -2021-03-21 23:40:57.985 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@4aa22cc2 -2021-03-21 23:40:57.987 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@f95d64d -2021-03-21 23:40:57.987 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@f95d64d -2021-03-21 23:40:57.988 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@45984654 -2021-03-21 23:40:57.990 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@3bd08435 -2021-03-21 23:40:57.990 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@3bd08435 -2021-03-21 23:40:57.992 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@4e4894d -2021-03-21 23:40:57.992 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@4e4894d -2021-03-21 23:40:57.993 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@dc1fadd -2021-03-21 23:40:57.993 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@59262a90 -2021-03-21 23:40:58.000 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@25214797 -2021-03-21 23:40:58.004 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@221b77d7 -2021-03-21 23:40:58.004 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@221b77d7 -2021-03-21 23:40:58.005 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1753475d -2021-03-21 23:40:58.005 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@d108406 -2021-03-21 23:40:58.005 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@799c8758 -2021-03-21 23:40:58.005 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6e00837f -2021-03-21 23:40:58.006 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@63e4484d -2021-03-21 23:40:58.006 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@6a5dd083 -2021-03-21 23:40:58.006 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@77663cd7 -2021-03-21 23:40:58.006 DEBUG 14712 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1d17423f -2021-03-21 23:40:58.133 INFO 14712 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:40:58.282 DEBUG 14712 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@15ac02d5] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@2af9a5ef] -2021-03-21 23:40:58.727 DEBUG 14712 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:40:58.731 DEBUG 14712 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:40:59.081 DEBUG 14712 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@15ac02d5] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@70ee9d31] -2021-03-21 23:41:00.137 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:41:00.141 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:41:00.142 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:41:00.143 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:41:00.144 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:41:00.144 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:41:00.145 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:41:00.146 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:41:00.146 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:41:00.146 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:41:00.146 DEBUG 14712 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:41:00.150 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content clob, - publish_end_date date, - publish_start_date date, - reg_date timestamp, - reply_contents clob, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.169 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.170 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.172 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.173 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.174 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:41:00.176 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.177 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 23:41:00.180 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 23:41:00.181 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 23:41:00.183 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.185 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.190 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 23:41:00.192 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.193 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:41:00.197 DEBUG 14712 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 23:41:00.199 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:41:00.203 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 23:41:00.219 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 23:41:00.221 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 23:41:00.224 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 23:41:00.225 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:41:00.227 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 23:41:00.230 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 23:41:00.233 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 23:41:00.235 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 23:41:00.237 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 23:41:00.239 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 23:41:00.241 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 23:41:00.243 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 23:41:00.246 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 23:41:00.250 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 23:41:00.252 DEBUG 14712 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:41:00.258 INFO 14712 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:41:00.270 TRACE 14712 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@70ee9d31] for TypeConfiguration -2021-03-21 23:41:00.274 INFO 14712 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:41:02.255 WARN 14712 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:41:02.759 INFO 14712 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: a281b3af-1e88-4a2d-9a4e-578c340f5d07 - -2021-03-21 23:41:02.903 INFO 14712 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@40da1644, org.springframework.security.web.context.SecurityContextPersistenceFilter@951461a, org.springframework.security.web.header.HeaderWriterFilter@69e308e2, org.springframework.security.web.authentication.logout.LogoutFilter@75caecf7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@307e9c02, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@79735611, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5980e29f, org.springframework.security.web.session.SessionManagementFilter@7c9c7e7d, org.springframework.security.web.access.ExceptionTranslationFilter@524418a2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5b5f61cc] -2021-03-21 23:41:03.185 INFO 14712 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:41:03.752 INFO 14712 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:41:03.769 INFO 14712 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 12.339 seconds (JVM running for 14.844) -2021-03-21 23:41:20.203 INFO 14712 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 23:41:20.206 INFO 14712 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 23:41:20.208 INFO 14712 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-21 23:41:20.456 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:41:20.456 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:41:20.456 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:41:20.484 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:41:20.484 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:41:20.485 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:41:20.533 DEBUG 14712 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - board0_.id as id1_0_0_, - board0_.board_type_id as board_ty9_0_0_, - board0_.content as content2_0_0_, - board0_.publish_end_date as publish_3_0_0_, - board0_.publish_start_date as publish_4_0_0_, - board0_.reg_date as reg_date5_0_0_, - board0_.reply_contents as reply_co6_0_0_, - board0_.title as title7_0_0_, - board0_.top_yn as top_yn8_0_0_, - board0_.user_id as user_id10_0_0_, - boardtype1_.id as id1_7_1_, - boardtype1_.board_name as board_na2_7_1_, - boardtype1_.reg_date as reg_date3_7_1_, - boardtype1_.update_date as update_d4_7_1_, - boardtype1_.using_yn as using_yn5_7_1_, - user2_.id as id1_12_2_, - user2_.email as email2_12_2_, - user2_.lock_yn as lock_yn3_12_2_, - user2_.password as password4_12_2_, - user2_.phone as phone5_12_2_, - user2_.reg_date as reg_date6_12_2_, - user2_.status as status7_12_2_, - user2_.update_date as update_d8_12_2_, - user2_.user_name as user_nam9_12_2_ +2021-03-22 01:04:57.190 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [1] +2021-03-22 01:04:57.192 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + delete from - board board0_ - left outer join - board_type boardtype1_ - on board0_.board_type_id=boardtype1_.id - left outer join - user user2_ - on board0_.user_id=user2_.id - where - board0_.id=? -2021-03-21 23:41:20.542 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [8] -2021-03-21 23:41:20.553 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_7_1_] : [BIGINT]) - [4] -2021-03-21 23:41:20.554 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_2_] : [BIGINT]) - [1] -2021-03-21 23:41:20.561 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_ty9_0_0_] : [BIGINT]) - [4] -2021-03-21 23:41:20.566 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([content2_0_0_] : [CLOB]) - [문의 내용1] -2021-03-21 23:41:20.567 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_3_0_0_] : [DATE]) - [null] -2021-03-21 23:41:20.568 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_4_0_0_] : [DATE]) - [null] -2021-03-21 23:41:20.569 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date5_0_0_] : [TIMESTAMP]) - [2021-03-21T23:41:00.421146] -2021-03-21 23:41:20.570 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reply_co6_0_0_] : [CLOB]) - [null] -2021-03-21 23:41:20.570 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_0_0_] : [VARCHAR]) - [문의제목1] -2021-03-21 23:41:20.570 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([top_yn8_0_0_] : [BOOLEAN]) - [false] -2021-03-21 23:41:20.571 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_id10_0_0_] : [BIGINT]) - [1] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_1_] : [VARCHAR]) - [문의게시판] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_1_] : [TIMESTAMP]) - [2021-03-21T23:41:00.419144] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_1_] : [TIMESTAMP]) - [null] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_1_] : [BOOLEAN]) - [true] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_2_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_2_] : [BOOLEAN]) - [false] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_2_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_2_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 23:41:20.573 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_2_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 23:41:20.574 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_2_] : [VARCHAR]) - [USING] -2021-03-21 23:41:20.574 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_2_] : [TIMESTAMP]) - [null] -2021-03-21 23:41:20.574 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_2_] : [VARCHAR]) - [kim] -2021-03-21 23:41:20.592 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardCommentList#8] -2021-03-21 23:41:20.592 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardHitsList#8] -2021-03-21 23:41:20.592 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardLikeList#8] -2021-03-21 23:41:20.598 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#4] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 23:41:20.599 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 23:41:20.600 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 23:41:20.600 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 23:41:20.600 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 23:41:20.600 TRACE 14712 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 23:41:20.667 DEBUG 14712 --- [http-nio-8080-exec-1] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ - from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 23:41:20.667 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_REPLY] -2021-03-21 23:41:20.668 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [3] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}

답변

{BOARD_REPLY_CONTENTS}
] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T23:41:00.429582] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_REPLY] -2021-03-21 23:41:20.669 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글에 답변이 작성되었습니다.] -2021-03-21 23:41:24.592 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:41:24.592 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:41:24.593 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:41:24.604 DEBUG 14712 --- [http-nio-8080-exec-1] org.hibernate.SQL : - update - board - set - board_type_id=?, - content=?, - publish_end_date=?, - publish_start_date=?, - reg_date=?, - reply_contents=?, - title=?, - top_yn=?, - user_id=? + logs where id=? -2021-03-21 23:41:24.606 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [4] -2021-03-21 23:41:24.607 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [문의 내용1] -2021-03-21 23:41:24.608 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 23:41:24.608 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 23:41:24.609 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T23:41:00.421146] -2021-03-21 23:41:24.609 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [CLOB] - [답변입니다.] -2021-03-21 23:41:24.609 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [VARCHAR] - [문의제목1] -2021-03-21 23:41:24.610 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BOOLEAN] - [false] -2021-03-21 23:41:24.612 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [9] as [BIGINT] - [1] -2021-03-21 23:41:24.612 TRACE 14712 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [10] as [BIGINT] - [8] -2021-03-21 23:41:24.636 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:41:24.636 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 23:41:24.636 INFO 14712 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:46:22.674 INFO 14712 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:46:22.675 INFO 14712 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:46:22.675 INFO 14712 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:46:22.695 INFO 14712 --- [http-nio-8080-exec-9] c.e.r.common.GlobalExceptionHandler : The string '�������)]P��������!L��ȉ' doesn't have a valid JSON format. -2021-03-21 23:46:40.401 INFO 14712 --- [http-nio-8080-exec-10] c.e.r.common.GlobalExceptionHandler : Missing request header 'TOKEN' for method parameter of type String -2021-03-21 23:47:00.820 INFO 14712 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:00.820 INFO 14712 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:47:00.820 INFO 14712 --- [http-nio-8080-exec-2] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:00.823 INFO 14712 --- [http-nio-8080-exec-2] c.e.r.common.GlobalExceptionHandler : The string '�������)]P��������!L��ȉ' doesn't have a valid JSON format. -2021-03-21 23:47:17.189 INFO 14712 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:17.190 INFO 14712 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:47:17.190 INFO 14712 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:17.222 INFO 14712 --- [http-nio-8080-exec-3] c.e.r.common.GlobalExceptionHandler : The Token has expired on Sun Mar 21 22:38:20 KST 2021. -2021-03-21 23:47:37.116 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:37.116 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:47:37.116 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:37.117 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:47:37.117 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:47:37.117 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:47:37.118 DEBUG 14712 --- [http-nio-8080-exec-4] org.hibernate.SQL : - select - board0_.id as id1_0_0_, - board0_.board_type_id as board_ty9_0_0_, - board0_.content as content2_0_0_, - board0_.publish_end_date as publish_3_0_0_, - board0_.publish_start_date as publish_4_0_0_, - board0_.reg_date as reg_date5_0_0_, - board0_.reply_contents as reply_co6_0_0_, - board0_.title as title7_0_0_, - board0_.top_yn as top_yn8_0_0_, - board0_.user_id as user_id10_0_0_, - boardtype1_.id as id1_7_1_, - boardtype1_.board_name as board_na2_7_1_, - boardtype1_.reg_date as reg_date3_7_1_, - boardtype1_.update_date as update_d4_7_1_, - boardtype1_.using_yn as using_yn5_7_1_, - user2_.id as id1_12_2_, - user2_.email as email2_12_2_, - user2_.lock_yn as lock_yn3_12_2_, - user2_.password as password4_12_2_, - user2_.phone as phone5_12_2_, - user2_.reg_date as reg_date6_12_2_, - user2_.status as status7_12_2_, - user2_.update_date as update_d8_12_2_, - user2_.user_name as user_nam9_12_2_ +2021-03-22 01:04:57.193 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [2] +2021-03-22 01:04:57.193 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + delete from - board board0_ - left outer join - board_type boardtype1_ - on board0_.board_type_id=boardtype1_.id - left outer join - user user2_ - on board0_.user_id=user2_.id - where - board0_.id=? -2021-03-21 23:47:37.119 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [8] -2021-03-21 23:47:37.120 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_7_1_] : [BIGINT]) - [4] -2021-03-21 23:47:37.121 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_2_] : [BIGINT]) - [1] -2021-03-21 23:47:37.121 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_ty9_0_0_] : [BIGINT]) - [4] -2021-03-21 23:47:37.122 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([content2_0_0_] : [CLOB]) - [문의 내용1] -2021-03-21 23:47:37.122 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_3_0_0_] : [DATE]) - [null] -2021-03-21 23:47:37.122 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_4_0_0_] : [DATE]) - [null] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date5_0_0_] : [TIMESTAMP]) - [2021-03-21T23:41:00.421146] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reply_co6_0_0_] : [CLOB]) - [답변입니다.] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_0_0_] : [VARCHAR]) - [문의제목1] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([top_yn8_0_0_] : [BOOLEAN]) - [false] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_id10_0_0_] : [BIGINT]) - [1] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_1_] : [VARCHAR]) - [문의게시판] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_1_] : [TIMESTAMP]) - [2021-03-21T23:41:00.419144] -2021-03-21 23:47:37.123 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_1_] : [TIMESTAMP]) - [null] -2021-03-21 23:47:37.124 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_1_] : [BOOLEAN]) - [true] -2021-03-21 23:47:37.124 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_2_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 23:47:37.124 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_2_] : [BOOLEAN]) - [false] -2021-03-21 23:47:37.124 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_2_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 23:47:37.124 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_2_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_2_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_2_] : [VARCHAR]) - [USING] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_2_] : [TIMESTAMP]) - [null] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_2_] : [VARCHAR]) - [kim] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardCommentList#8] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardHitsList#8] -2021-03-21 23:47:37.125 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardLikeList#8] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#4] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 23:47:37.126 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 23:47:37.127 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 23:47:37.127 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 23:47:37.127 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 23:47:37.127 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 23:47:37.127 TRACE 14712 --- [http-nio-8080-exec-4] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 23:47:37.129 DEBUG 14712 --- [http-nio-8080-exec-4] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ - from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 23:47:37.130 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_REPLY] -2021-03-21 23:47:37.130 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [3] -2021-03-21 23:47:37.130 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}

답변

{BOARD_REPLY_CONTENTS}
] -2021-03-21 23:47:37.131 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T23:41:00.429582] -2021-03-21 23:47:37.131 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 23:47:37.131 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 23:47:37.131 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_REPLY] -2021-03-21 23:47:37.131 TRACE 14712 --- [http-nio-8080-exec-4] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글에 답변이 작성되었습니다.] -2021-03-21 23:47:40.162 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:47:40.163 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:47:40.163 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:47:40.164 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:47:40.164 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 23:47:40.164 INFO 14712 --- [http-nio-8080-exec-4] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:48:18.870 INFO 12348 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 12348 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:48:18.875 INFO 12348 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:48:20.161 INFO 12348 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:48:20.445 INFO 12348 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 274 ms. Found 16 JPA repository interfaces. -2021-03-21 23:48:21.258 INFO 12348 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:48:21.268 INFO 12348 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:48:21.268 INFO 12348 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:48:21.435 INFO 12348 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:48:21.436 INFO 12348 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2477 ms -2021-03-21 23:48:21.490 INFO 12348 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:48:21.617 INFO 12348 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:48:21.623 INFO 12348 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:48:21.799 INFO 12348 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:48:21.850 INFO 12348 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:48:21.978 INFO 12348 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:48:22.014 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@52aa7742 -2021-03-21 23:48:22.014 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@52aa7742 -2021-03-21 23:48:22.015 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@52aa7742 -2021-03-21 23:48:22.015 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@35c8be21 -2021-03-21 23:48:22.016 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@615b5480 -2021-03-21 23:48:22.017 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@3b218c74 -2021-03-21 23:48:22.019 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@375084c9 -2021-03-21 23:48:22.019 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@375084c9 -2021-03-21 23:48:22.019 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@375084c9 -2021-03-21 23:48:22.020 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@4e67cfe1 -2021-03-21 23:48:22.020 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@4e67cfe1 -2021-03-21 23:48:22.020 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@4e67cfe1 -2021-03-21 23:48:22.021 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3dc39459 -2021-03-21 23:48:22.022 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3dc39459 -2021-03-21 23:48:22.022 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3dc39459 -2021-03-21 23:48:22.023 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@36551e97 -2021-03-21 23:48:22.023 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@36551e97 -2021-03-21 23:48:22.024 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@36551e97 -2021-03-21 23:48:22.025 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4ae280da -2021-03-21 23:48:22.026 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4ae280da -2021-03-21 23:48:22.026 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@4ae280da -2021-03-21 23:48:22.028 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@421ead7e -2021-03-21 23:48:22.028 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@421ead7e -2021-03-21 23:48:22.028 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@421ead7e -2021-03-21 23:48:22.029 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3a4e524 -2021-03-21 23:48:22.030 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@3a4e524 -2021-03-21 23:48:22.030 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@3a4e524 -2021-03-21 23:48:22.032 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@30159886 -2021-03-21 23:48:22.032 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@30159886 -2021-03-21 23:48:22.044 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@19eea77c -2021-03-21 23:48:22.044 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@19eea77c -2021-03-21 23:48:22.046 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@69feb4d9 -2021-03-21 23:48:22.046 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@69feb4d9 -2021-03-21 23:48:22.047 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@30036a18 -2021-03-21 23:48:22.048 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@28b458e6 -2021-03-21 23:48:22.050 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@401788d5 -2021-03-21 23:48:22.050 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@401788d5 -2021-03-21 23:48:22.052 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@2b01c689 -2021-03-21 23:48:22.052 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@2b01c689 -2021-03-21 23:48:22.054 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@439f2d87 -2021-03-21 23:48:22.054 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@439f2d87 -2021-03-21 23:48:22.056 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@60b616c8 -2021-03-21 23:48:22.056 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@60b616c8 -2021-03-21 23:48:22.059 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@4f64d9cb -2021-03-21 23:48:22.059 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@4f64d9cb -2021-03-21 23:48:22.061 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@ee96866 -2021-03-21 23:48:22.062 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@ee96866 -2021-03-21 23:48:22.063 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3855d9b2 -2021-03-21 23:48:22.063 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3855d9b2 -2021-03-21 23:48:22.066 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@532dacf5 -2021-03-21 23:48:22.066 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@532dacf5 -2021-03-21 23:48:22.068 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@beabd6b -2021-03-21 23:48:22.069 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@beabd6b -2021-03-21 23:48:22.071 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@27bcb4ad -2021-03-21 23:48:22.071 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@27bcb4ad -2021-03-21 23:48:22.073 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@5e68be2 -2021-03-21 23:48:22.073 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@5e68be2 -2021-03-21 23:48:22.077 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6bd92538 -2021-03-21 23:48:22.078 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6bd92538 -2021-03-21 23:48:22.079 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6bd92538 -2021-03-21 23:48:22.081 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@4567fb2b -2021-03-21 23:48:22.084 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@1ccc1026 -2021-03-21 23:48:22.084 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1ccc1026 -2021-03-21 23:48:22.084 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1ccc1026 -2021-03-21 23:48:22.085 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@722787b5 -2021-03-21 23:48:22.086 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2ccc9681 -2021-03-21 23:48:22.087 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@1b31af02 -2021-03-21 23:48:22.088 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1b31af02 -2021-03-21 23:48:22.089 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@6e807e2 -2021-03-21 23:48:22.090 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@6e807e2 -2021-03-21 23:48:22.092 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@19d53ab4 -2021-03-21 23:48:22.093 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@19d53ab4 -2021-03-21 23:48:22.094 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@652e345 -2021-03-21 23:48:22.095 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@652e345 -2021-03-21 23:48:22.097 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1af677f8 -2021-03-21 23:48:22.097 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1af677f8 -2021-03-21 23:48:22.099 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@34cd65ac -2021-03-21 23:48:22.100 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@3a45afd4 -2021-03-21 23:48:22.101 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@3a45afd4 -2021-03-21 23:48:22.101 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@3a45afd4 -2021-03-21 23:48:22.102 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@2035d65b -2021-03-21 23:48:22.103 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@2035d65b -2021-03-21 23:48:22.103 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@2035d65b -2021-03-21 23:48:22.105 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@394fb736 -2021-03-21 23:48:22.105 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@1689527c -2021-03-21 23:48:22.106 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@e01a26b -2021-03-21 23:48:22.107 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@e01a26b -2021-03-21 23:48:22.107 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@e01a26b -2021-03-21 23:48:22.110 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@2049e582 -2021-03-21 23:48:22.110 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@2049e582 -2021-03-21 23:48:22.110 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@2049e582 -2021-03-21 23:48:22.112 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@365cef67 -2021-03-21 23:48:22.112 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@52d7ab79 -2021-03-21 23:48:22.114 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@5d601832 -2021-03-21 23:48:22.115 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@5d601832 -2021-03-21 23:48:22.115 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@c0c8f96 -2021-03-21 23:48:22.117 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@1e120628 -2021-03-21 23:48:22.117 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@1e120628 -2021-03-21 23:48:22.119 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@78479f2b -2021-03-21 23:48:22.119 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@78479f2b -2021-03-21 23:48:22.120 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@49653791 -2021-03-21 23:48:22.121 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1b0e031b -2021-03-21 23:48:22.125 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@7e18ced7 -2021-03-21 23:48:22.130 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@6a5dd083 -2021-03-21 23:48:22.130 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@6a5dd083 -2021-03-21 23:48:22.131 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@582dcd35 -2021-03-21 23:48:22.131 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1e6bd263 -2021-03-21 23:48:22.131 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@394a6d2b -2021-03-21 23:48:22.131 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@635ff2a5 -2021-03-21 23:48:22.133 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@55adcf9e -2021-03-21 23:48:22.133 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1515f782 -2021-03-21 23:48:22.133 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@7f5ce33e -2021-03-21 23:48:22.133 DEBUG 12348 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@638afcaa -2021-03-21 23:48:22.208 INFO 12348 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:48:22.319 DEBUG 12348 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6f0c45f4] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@45571cfc] -2021-03-21 23:48:22.585 DEBUG 12348 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:48:22.587 DEBUG 12348 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:48:22.747 DEBUG 12348 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6f0c45f4] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@5cf2f5d6] -2021-03-21 23:48:23.326 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:48:23.330 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:48:23.330 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:48:23.330 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:48:23.331 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:48:23.332 DEBUG 12348 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:48:23.336 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content clob, - publish_end_date date, - publish_start_date date, - reg_date timestamp, - reply_contents clob, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.355 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.357 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.358 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.360 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.362 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:48:23.365 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.366 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 23:48:23.368 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 23:48:23.369 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 23:48:23.371 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.374 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.381 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 23:48:23.384 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.387 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:48:23.389 DEBUG 12348 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 23:48:23.391 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:48:23.397 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 23:48:23.408 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 23:48:23.421 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 23:48:23.423 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 23:48:23.425 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:48:23.427 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 23:48:23.430 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 23:48:23.432 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 23:48:23.433 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 23:48:23.435 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 23:48:23.437 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 23:48:23.439 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 23:48:23.441 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 23:48:23.443 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 23:48:23.445 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 23:48:23.448 DEBUG 12348 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:48:23.454 INFO 12348 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:48:23.464 TRACE 12348 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5cf2f5d6] for TypeConfiguration -2021-03-21 23:48:23.467 INFO 12348 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:48:24.701 WARN 12348 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:48:25.038 INFO 12348 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 2d433803-1a83-4b64-b2bf-5eb3c93fe7e2 - -2021-03-21 23:48:25.130 INFO 12348 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@31885b4b, org.springframework.security.web.context.SecurityContextPersistenceFilter@6889e714, org.springframework.security.web.header.HeaderWriterFilter@26caf4b6, org.springframework.security.web.authentication.logout.LogoutFilter@79735611, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3b7dd173, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@51b2b3e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@638e8194, org.springframework.security.web.session.SessionManagementFilter@3b39bee2, org.springframework.security.web.access.ExceptionTranslationFilter@28b16193, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3b62c51e] -2021-03-21 23:48:25.326 INFO 12348 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:48:25.764 INFO 12348 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:48:25.778 INFO 12348 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 7.74 seconds (JVM running for 9.739) -2021-03-21 23:48:34.087 INFO 12348 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 23:48:34.089 INFO 12348 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 23:48:34.092 INFO 12348 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms -2021-03-21 23:48:34.149 INFO 12348 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:48:34.149 INFO 12348 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:48:34.149 INFO 12348 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:48:34.149 INFO 12348 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:48:34.174 INFO 12348 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 23:48:41.680 INFO 12348 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:48:41.680 INFO 12348 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:48:41.680 INFO 12348 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:48:41.680 INFO 12348 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:48:41.681 INFO 12348 --- [http-nio-8080-exec-3] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 23:50:26.399 INFO 19184 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 19184 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:50:26.406 INFO 19184 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:50:27.822 INFO 19184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:50:28.182 INFO 19184 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 344 ms. Found 16 JPA repository interfaces. -2021-03-21 23:50:29.327 INFO 19184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:50:29.340 INFO 19184 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:50:29.341 INFO 19184 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:50:29.524 INFO 19184 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:50:29.525 INFO 19184 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3014 ms -2021-03-21 23:50:29.589 INFO 19184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:50:29.747 INFO 19184 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:50:29.757 INFO 19184 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:50:30.019 INFO 19184 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:50:30.075 INFO 19184 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:50:30.280 INFO 19184 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:50:30.329 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@56da96b3 -2021-03-21 23:50:30.329 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@56da96b3 -2021-03-21 23:50:30.329 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@56da96b3 -2021-03-21 23:50:30.330 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@5e37fb82 -2021-03-21 23:50:30.331 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@4aa3fc9a -2021-03-21 23:50:30.332 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@52d96367 -2021-03-21 23:50:30.335 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@19105a87 -2021-03-21 23:50:30.335 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@19105a87 -2021-03-21 23:50:30.335 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@19105a87 -2021-03-21 23:50:30.337 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@28bf82d9 -2021-03-21 23:50:30.337 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@28bf82d9 -2021-03-21 23:50:30.337 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@28bf82d9 -2021-03-21 23:50:30.340 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3f3c8b60 -2021-03-21 23:50:30.340 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3f3c8b60 -2021-03-21 23:50:30.340 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3f3c8b60 -2021-03-21 23:50:30.342 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@25a290ee -2021-03-21 23:50:30.342 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@25a290ee -2021-03-21 23:50:30.343 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@25a290ee -2021-03-21 23:50:30.344 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@36463b09 -2021-03-21 23:50:30.345 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@36463b09 -2021-03-21 23:50:30.345 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@36463b09 -2021-03-21 23:50:30.346 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@54f2df29 -2021-03-21 23:50:30.347 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@54f2df29 -2021-03-21 23:50:30.347 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@54f2df29 -2021-03-21 23:50:30.348 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4c56644f -2021-03-21 23:50:30.350 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4c56644f -2021-03-21 23:50:30.350 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@4c56644f -2021-03-21 23:50:30.351 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@7c5f29c6 -2021-03-21 23:50:30.351 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@7c5f29c6 -2021-03-21 23:50:30.353 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@68fc9167 -2021-03-21 23:50:30.353 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@68fc9167 -2021-03-21 23:50:30.355 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@3a5e2525 -2021-03-21 23:50:30.355 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@3a5e2525 -2021-03-21 23:50:30.355 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7103745 -2021-03-21 23:50:30.356 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@dd737ea -2021-03-21 23:50:30.357 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@64910b2d -2021-03-21 23:50:30.357 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@64910b2d -2021-03-21 23:50:30.359 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@5b7308aa -2021-03-21 23:50:30.360 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@5b7308aa -2021-03-21 23:50:30.362 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@50778bde -2021-03-21 23:50:30.362 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@50778bde -2021-03-21 23:50:30.365 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@68d6f48e -2021-03-21 23:50:30.365 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@68d6f48e -2021-03-21 23:50:30.366 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@3c17bd0b -2021-03-21 23:50:30.367 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@3c17bd0b -2021-03-21 23:50:30.368 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2ba024cb -2021-03-21 23:50:30.369 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2ba024cb -2021-03-21 23:50:30.371 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@505d2bac -2021-03-21 23:50:30.371 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@505d2bac -2021-03-21 23:50:30.373 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@45dde6ac -2021-03-21 23:50:30.374 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@45dde6ac -2021-03-21 23:50:30.377 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@710ae6a7 -2021-03-21 23:50:30.378 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@710ae6a7 -2021-03-21 23:50:30.381 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@639cb788 -2021-03-21 23:50:30.381 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@639cb788 -2021-03-21 23:50:30.383 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3b770d07 -2021-03-21 23:50:30.383 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3b770d07 -2021-03-21 23:50:30.386 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@5d7f1e59 -2021-03-21 23:50:30.386 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@5d7f1e59 -2021-03-21 23:50:30.386 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@5d7f1e59 -2021-03-21 23:50:30.389 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@68e47e7 -2021-03-21 23:50:30.391 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3a588b5f -2021-03-21 23:50:30.391 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3a588b5f -2021-03-21 23:50:30.391 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3a588b5f -2021-03-21 23:50:30.393 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@7185e611 -2021-03-21 23:50:30.395 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@56e5c8fb -2021-03-21 23:50:30.397 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@a3b858f -2021-03-21 23:50:30.397 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@a3b858f -2021-03-21 23:50:30.399 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@2347b7af -2021-03-21 23:50:30.399 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@2347b7af -2021-03-21 23:50:30.400 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@66f2ec1c -2021-03-21 23:50:30.401 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@66f2ec1c -2021-03-21 23:50:30.402 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@2026fbff -2021-03-21 23:50:30.402 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@2026fbff -2021-03-21 23:50:30.404 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@38bc5ac0 -2021-03-21 23:50:30.404 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@38bc5ac0 -2021-03-21 23:50:30.405 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@749baa0c -2021-03-21 23:50:30.407 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@7cc1f72c -2021-03-21 23:50:30.407 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@7cc1f72c -2021-03-21 23:50:30.407 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@7cc1f72c -2021-03-21 23:50:30.410 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@819fb19 -2021-03-21 23:50:30.410 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@819fb19 -2021-03-21 23:50:30.411 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@819fb19 -2021-03-21 23:50:30.413 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@12365bd8 -2021-03-21 23:50:30.414 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@30fbc23 -2021-03-21 23:50:30.416 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@5f883d90 -2021-03-21 23:50:30.416 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@5f883d90 -2021-03-21 23:50:30.416 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@5f883d90 -2021-03-21 23:50:30.417 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@3eac2e8a -2021-03-21 23:50:30.418 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@3eac2e8a -2021-03-21 23:50:30.418 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@3eac2e8a -2021-03-21 23:50:30.419 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@4fd80300 -2021-03-21 23:50:30.419 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@63f2e0b -2021-03-21 23:50:30.421 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@14b95942 -2021-03-21 23:50:30.422 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@14b95942 -2021-03-21 23:50:30.422 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@46ea78f0 -2021-03-21 23:50:30.424 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@64dfb31d -2021-03-21 23:50:30.424 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@64dfb31d -2021-03-21 23:50:30.427 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@738a815c -2021-03-21 23:50:30.427 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@738a815c -2021-03-21 23:50:30.429 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@762405bf -2021-03-21 23:50:30.430 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@9d99851 -2021-03-21 23:50:30.433 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@77ce88c4 -2021-03-21 23:50:30.437 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@108b121f -2021-03-21 23:50:30.438 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@108b121f -2021-03-21 23:50:30.439 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4300e240 -2021-03-21 23:50:30.439 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@5f409872 -2021-03-21 23:50:30.439 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@547aaa32 -2021-03-21 23:50:30.440 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@472c9f88 -2021-03-21 23:50:30.440 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@37a67cf -2021-03-21 23:50:30.440 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@5822ecda -2021-03-21 23:50:30.440 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5908e6d6 -2021-03-21 23:50:30.440 DEBUG 19184 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7afbf2a0 -2021-03-21 23:50:30.523 INFO 19184 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:50:30.627 DEBUG 19184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7f012923] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@601f264d] -2021-03-21 23:50:30.875 DEBUG 19184 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:50:30.877 DEBUG 19184 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:50:31.057 DEBUG 19184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7f012923] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@590dea35] -2021-03-21 23:50:31.736 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:50:31.740 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:50:31.741 DEBUG 19184 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:50:31.744 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content clob, - publish_end_date date, - publish_start_date date, - reg_date timestamp, - reply_contents clob, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.757 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.758 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.758 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.759 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.761 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:50:31.762 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.763 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 23:50:31.764 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 23:50:31.765 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 23:50:31.767 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.768 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.771 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 23:50:31.773 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.774 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:50:31.775 DEBUG 19184 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 23:50:31.776 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:50:31.780 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 23:50:31.789 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 23:50:31.791 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 23:50:31.792 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 23:50:31.794 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:50:31.795 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 23:50:31.797 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 23:50:31.798 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 23:50:31.800 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 23:50:31.801 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 23:50:31.802 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 23:50:31.804 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 23:50:31.805 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 23:50:31.806 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 23:50:31.808 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 23:50:31.809 DEBUG 19184 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:50:31.815 INFO 19184 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:50:31.825 TRACE 19184 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@590dea35] for TypeConfiguration -2021-03-21 23:50:31.828 INFO 19184 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:50:33.411 WARN 19184 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:50:33.919 INFO 19184 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: d140ff46-e343-4ca5-a35e-39646fc02f18 - -2021-03-21 23:50:34.086 INFO 19184 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f0f56f5, org.springframework.security.web.context.SecurityContextPersistenceFilter@60655642, org.springframework.security.web.header.HeaderWriterFilter@73d7e7aa, org.springframework.security.web.authentication.logout.LogoutFilter@4b74a4d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@772589ed, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@52df6d0f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6edb093f, org.springframework.security.web.session.SessionManagementFilter@48b744fd, org.springframework.security.web.access.ExceptionTranslationFilter@46f597f1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1a23136f] -2021-03-21 23:50:34.468 INFO 19184 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:50:36.792 INFO 19184 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:50:36.816 INFO 19184 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.271 seconds (JVM running for 14.41) -2021-03-21 23:51:45.402 INFO 19184 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 23:51:45.404 INFO 19184 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 23:51:45.405 INFO 19184 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-21 23:51:50.780 INFO 19184 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:51:51.327 INFO 19184 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:51:51.864 INFO 19184 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:51:53.475 INFO 19184 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:52:02.670 INFO 19184 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : null -2021-03-21 23:54:22.870 WARN 19184 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=46s729ms802µs800ns). -2021-03-21 23:54:24.180 INFO 19184 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' -2021-03-21 23:54:24.185 INFO 19184 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:54:24.185 INFO 19184 --- [SpringContextShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' -2021-03-21 23:54:24.186 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:54:24.194 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:54:24.194 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:54:24.195 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:54:24.196 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:54:24.197 DEBUG 19184 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:54:24.197 TRACE 19184 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@590dea35] for TypeConfiguration -2021-03-21 23:54:24.197 DEBUG 19184 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@3d89efea] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@590dea35] -2021-03-21 23:54:24.202 INFO 19184 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... -2021-03-21 23:54:24.208 INFO 19184 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. -2021-03-21 23:55:35.335 INFO 13816 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 13816 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:55:35.341 INFO 13816 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:55:36.690 INFO 13816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:55:36.984 INFO 13816 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 280 ms. Found 16 JPA repository interfaces. -2021-03-21 23:55:38.380 INFO 13816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:55:38.403 INFO 13816 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:55:38.404 INFO 13816 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:55:38.658 INFO 13816 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:55:38.658 INFO 13816 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3249 ms -2021-03-21 23:55:38.767 INFO 13816 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:55:39.025 INFO 13816 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:55:39.034 INFO 13816 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:55:39.406 INFO 13816 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:55:39.517 INFO 13816 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:55:39.754 INFO 13816 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:55:39.799 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4357524b -2021-03-21 23:55:39.800 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@4357524b -2021-03-21 23:55:39.800 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@4357524b -2021-03-21 23:55:39.801 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@5f3b84bd -2021-03-21 23:55:39.802 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@166b11e -2021-03-21 23:55:39.804 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@3bc20984 -2021-03-21 23:55:39.807 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6735f210 -2021-03-21 23:55:39.807 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6735f210 -2021-03-21 23:55:39.807 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6735f210 -2021-03-21 23:55:39.810 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@9281d19 -2021-03-21 23:55:39.810 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@9281d19 -2021-03-21 23:55:39.810 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@9281d19 -2021-03-21 23:55:39.812 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@216f01 -2021-03-21 23:55:39.813 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@216f01 -2021-03-21 23:55:39.813 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@216f01 -2021-03-21 23:55:39.815 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@541d4d9f -2021-03-21 23:55:39.815 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@541d4d9f -2021-03-21 23:55:39.816 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@541d4d9f -2021-03-21 23:55:39.818 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4217bce6 -2021-03-21 23:55:39.818 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4217bce6 -2021-03-21 23:55:39.818 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@4217bce6 -2021-03-21 23:55:39.820 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@2e45a357 -2021-03-21 23:55:39.820 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@2e45a357 -2021-03-21 23:55:39.820 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@2e45a357 -2021-03-21 23:55:39.822 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@730bea0 -2021-03-21 23:55:39.823 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@730bea0 -2021-03-21 23:55:39.823 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@730bea0 -2021-03-21 23:55:39.825 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@5873f3f0 -2021-03-21 23:55:39.825 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@5873f3f0 -2021-03-21 23:55:39.827 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@713999c2 -2021-03-21 23:55:39.827 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@713999c2 -2021-03-21 23:55:39.828 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@1d2d8846 -2021-03-21 23:55:39.829 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@1d2d8846 -2021-03-21 23:55:39.830 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@2dcd0e41 -2021-03-21 23:55:39.830 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@1cba0321 -2021-03-21 23:55:39.832 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@1883871b -2021-03-21 23:55:39.832 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@1883871b -2021-03-21 23:55:39.833 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@5d1a859c -2021-03-21 23:55:39.833 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@5d1a859c -2021-03-21 23:55:39.835 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@1689527c -2021-03-21 23:55:39.836 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@1689527c -2021-03-21 23:55:39.838 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@e01a26b -2021-03-21 23:55:39.838 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@e01a26b -2021-03-21 23:55:39.840 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@2049e582 -2021-03-21 23:55:39.841 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@2049e582 -2021-03-21 23:55:39.843 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@3214bad -2021-03-21 23:55:39.843 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@3214bad -2021-03-21 23:55:39.845 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4c5406b -2021-03-21 23:55:39.845 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@4c5406b -2021-03-21 23:55:39.847 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@5170bc02 -2021-03-21 23:55:39.847 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@5170bc02 -2021-03-21 23:55:39.850 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@2d4fb0d8 -2021-03-21 23:55:39.851 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@2d4fb0d8 -2021-03-21 23:55:39.853 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@7b377a53 -2021-03-21 23:55:39.853 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@7b377a53 -2021-03-21 23:55:39.855 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@563317c1 -2021-03-21 23:55:39.856 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@563317c1 -2021-03-21 23:55:39.858 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@221b77d7 -2021-03-21 23:55:39.858 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@221b77d7 -2021-03-21 23:55:39.859 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@221b77d7 -2021-03-21 23:55:39.860 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1753475d -2021-03-21 23:55:39.863 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@1e6bd263 -2021-03-21 23:55:39.863 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@1e6bd263 -2021-03-21 23:55:39.863 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@1e6bd263 -2021-03-21 23:55:39.864 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@58601e7a -2021-03-21 23:55:39.866 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@43e8f1c -2021-03-21 23:55:39.868 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@a457c2b -2021-03-21 23:55:39.868 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@a457c2b -2021-03-21 23:55:39.869 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@6a7a1a0d -2021-03-21 23:55:39.870 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@6a7a1a0d -2021-03-21 23:55:39.871 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@40dd552c -2021-03-21 23:55:39.871 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@40dd552c -2021-03-21 23:55:39.873 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@4e50ae56 -2021-03-21 23:55:39.873 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@4e50ae56 -2021-03-21 23:55:39.874 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3af36922 -2021-03-21 23:55:39.874 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3af36922 -2021-03-21 23:55:39.876 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5fb7ab9c -2021-03-21 23:55:39.878 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@74500e4f -2021-03-21 23:55:39.878 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@74500e4f -2021-03-21 23:55:39.878 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@74500e4f -2021-03-21 23:55:39.879 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@54a056e4 -2021-03-21 23:55:39.880 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@54a056e4 -2021-03-21 23:55:39.880 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@54a056e4 -2021-03-21 23:55:39.881 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@78065fcd -2021-03-21 23:55:39.883 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@19b9f903 -2021-03-21 23:55:39.884 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@6d4a05f7 -2021-03-21 23:55:39.884 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@6d4a05f7 -2021-03-21 23:55:39.884 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@6d4a05f7 -2021-03-21 23:55:39.886 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@7cdb7fc -2021-03-21 23:55:39.886 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@7cdb7fc -2021-03-21 23:55:39.886 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@7cdb7fc -2021-03-21 23:55:39.887 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@7d8b66d9 -2021-03-21 23:55:39.888 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@647fb583 -2021-03-21 23:55:39.891 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@1a785fd5 -2021-03-21 23:55:39.891 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1a785fd5 -2021-03-21 23:55:39.892 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@75ad30c1 -2021-03-21 23:55:39.895 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@8f39224 -2021-03-21 23:55:39.896 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@8f39224 -2021-03-21 23:55:39.897 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@49ced9c7 -2021-03-21 23:55:39.899 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@49ced9c7 -2021-03-21 23:55:39.899 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@5a85b4e6 -2021-03-21 23:55:39.899 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@2b9aeedb -2021-03-21 23:55:39.902 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@3d512652 -2021-03-21 23:55:39.908 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@7c2b6acb -2021-03-21 23:55:39.908 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7c2b6acb -2021-03-21 23:55:39.908 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@1b3a9ef4 -2021-03-21 23:55:39.908 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@7a1371 -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@6c6928c -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3c28181b -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@73aaec54 -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@239b98cb -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@117b2cc6 -2021-03-21 23:55:39.909 DEBUG 13816 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6def0632 -2021-03-21 23:55:40.004 INFO 13816 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:55:40.115 DEBUG 13816 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@55053f81] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1fee4278] -2021-03-21 23:55:40.461 DEBUG 13816 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:55:40.464 DEBUG 13816 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:55:40.758 DEBUG 13816 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@55053f81] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4ef31221] -2021-03-21 23:55:41.566 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:55:41.569 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:55:41.569 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:55:41.569 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:55:41.570 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:55:41.570 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:55:41.570 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:55:41.570 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:55:41.570 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:55:41.571 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:55:41.571 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:55:41.571 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:55:41.571 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:55:41.572 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:55:41.572 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:55:41.572 DEBUG 13816 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:55:41.576 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content clob, - publish_end_date date, - publish_start_date date, - reg_date timestamp, - reply_contents clob, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.592 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.593 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.594 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.596 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.597 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:55:41.599 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.600 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 23:55:41.602 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 23:55:41.603 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 23:55:41.605 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.606 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.610 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 23:55:41.611 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.613 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:55:41.614 DEBUG 13816 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 23:55:41.616 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:55:41.621 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 23:55:41.634 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 23:55:41.636 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 23:55:41.638 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 23:55:41.640 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:55:41.642 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 23:55:41.644 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 23:55:41.646 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 23:55:41.648 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 23:55:41.649 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 23:55:41.650 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 23:55:41.652 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 23:55:41.654 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 23:55:41.656 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 23:55:41.658 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 23:55:41.660 DEBUG 13816 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:55:41.668 INFO 13816 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:55:41.681 TRACE 13816 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4ef31221] for TypeConfiguration -2021-03-21 23:55:41.687 INFO 13816 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:55:43.273 WARN 13816 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:55:43.692 INFO 13816 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: de773c6c-12f1-4396-b5e5-7d84c7cfc71c - -2021-03-21 23:55:43.808 INFO 13816 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e161cea, org.springframework.security.web.context.SecurityContextPersistenceFilter@3203a4ae, org.springframework.security.web.header.HeaderWriterFilter@35599228, org.springframework.security.web.authentication.logout.LogoutFilter@511ad0dd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@25fc2b8f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3c130cb2, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@673e1cf2, org.springframework.security.web.session.SessionManagementFilter@69f55ea, org.springframework.security.web.access.ExceptionTranslationFilter@267309f7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1a5c0b8] -2021-03-21 23:55:44.021 INFO 13816 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:55:45.864 INFO 13816 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:55:45.891 INFO 13816 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.382 seconds (JVM running for 13.288) -2021-03-21 23:58:22.402 INFO 13816 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' -2021-03-21 23:58:22.410 INFO 13816 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:58:22.411 INFO 13816 --- [SpringContextShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down' -2021-03-21 23:58:22.412 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:58:22.423 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:58:22.423 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:58:22.423 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:58:22.423 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:58:22.424 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:58:22.424 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:58:22.424 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:58:22.425 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:58:22.425 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:58:22.426 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:58:22.426 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:58:22.426 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:58:22.427 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:58:22.427 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:58:22.427 DEBUG 13816 --- [SpringContextShutdownHook] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:58:22.428 TRACE 13816 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryClosed from [org.hibernate.internal.SessionFactoryImpl@4ef31221] for TypeConfiguration -2021-03-21 23:58:22.428 DEBUG 13816 --- [SpringContextShutdownHook] o.h.type.spi.TypeConfiguration$Scope : Un-scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration$Scope@5afd6ef2] from SessionFactory [org.hibernate.internal.SessionFactoryImpl@4ef31221] -2021-03-21 23:58:22.434 INFO 13816 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... -2021-03-21 23:58:22.442 INFO 13816 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. -2021-03-21 23:58:31.889 INFO 3600 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 3600 (C:\Users\Woojin\Desktop\study\Study\rest-controller-practice\build\classes\java\main started by 김우진 in C:\Users\Woojin\Desktop\study\Study\rest-controller-practice) -2021-03-21 23:58:31.894 INFO 3600 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-21 23:58:32.982 INFO 3600 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-21 23:58:33.204 INFO 3600 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 211 ms. Found 16 JPA repository interfaces. -2021-03-21 23:58:33.929 INFO 3600 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-21 23:58:33.940 INFO 3600 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-21 23:58:33.941 INFO 3600 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-21 23:58:34.117 INFO 3600 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-21 23:58:34.117 INFO 3600 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2167 ms -2021-03-21 23:58:34.175 INFO 3600 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-21 23:58:34.294 INFO 3600 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-21 23:58:34.299 INFO 3600 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-21 23:58:34.493 INFO 3600 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-21 23:58:34.547 INFO 3600 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-21 23:58:34.682 INFO 3600 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-21 23:58:34.728 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@34d9df9f -2021-03-21 23:58:34.728 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@34d9df9f -2021-03-21 23:58:34.729 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@34d9df9f -2021-03-21 23:58:34.730 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@1192c925 -2021-03-21 23:58:34.730 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6537ac -2021-03-21 23:58:34.732 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@6bb4cc0e -2021-03-21 23:58:34.734 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@b01cb8d -2021-03-21 23:58:34.734 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@b01cb8d -2021-03-21 23:58:34.734 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@b01cb8d -2021-03-21 23:58:34.736 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@179ee36b -2021-03-21 23:58:34.736 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@179ee36b -2021-03-21 23:58:34.736 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@179ee36b -2021-03-21 23:58:34.738 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@197ce367 -2021-03-21 23:58:34.738 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@197ce367 -2021-03-21 23:58:34.738 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@197ce367 -2021-03-21 23:58:34.739 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@3b6c2be6 -2021-03-21 23:58:34.740 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@3b6c2be6 -2021-03-21 23:58:34.740 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@3b6c2be6 -2021-03-21 23:58:34.742 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@1ad1c363 -2021-03-21 23:58:34.743 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@1ad1c363 -2021-03-21 23:58:34.743 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@1ad1c363 -2021-03-21 23:58:34.745 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5f6494c0 -2021-03-21 23:58:34.747 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5f6494c0 -2021-03-21 23:58:34.747 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5f6494c0 -2021-03-21 23:58:34.748 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@38c761e9 -2021-03-21 23:58:34.749 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@38c761e9 -2021-03-21 23:58:34.749 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@38c761e9 -2021-03-21 23:58:34.751 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@10131289 -2021-03-21 23:58:34.753 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@10131289 -2021-03-21 23:58:34.754 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@10fb4575 -2021-03-21 23:58:34.754 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@10fb4575 -2021-03-21 23:58:34.756 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@2cc75b25 -2021-03-21 23:58:34.756 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@2cc75b25 -2021-03-21 23:58:34.757 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@3ccb12d -2021-03-21 23:58:34.759 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@773eca84 -2021-03-21 23:58:34.761 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@5f56424d -2021-03-21 23:58:34.761 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@5f56424d -2021-03-21 23:58:34.763 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@701c223a -2021-03-21 23:58:34.763 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@701c223a -2021-03-21 23:58:34.765 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@44dd0d38 -2021-03-21 23:58:34.766 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@44dd0d38 -2021-03-21 23:58:34.768 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@2bdab835 -2021-03-21 23:58:34.768 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@2bdab835 -2021-03-21 23:58:34.770 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@1815577b -2021-03-21 23:58:34.770 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@1815577b -2021-03-21 23:58:34.771 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@1f949ab9 -2021-03-21 23:58:34.771 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@1f949ab9 -2021-03-21 23:58:34.773 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3a209918 -2021-03-21 23:58:34.773 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@3a209918 -2021-03-21 23:58:34.775 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@587f4f63 -2021-03-21 23:58:34.775 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@587f4f63 -2021-03-21 23:58:34.778 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@7523d5a1 -2021-03-21 23:58:34.778 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@7523d5a1 -2021-03-21 23:58:34.779 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@64dc86c6 -2021-03-21 23:58:34.779 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@64dc86c6 -2021-03-21 23:58:34.781 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3bc20984 -2021-03-21 23:58:34.781 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3bc20984 -2021-03-21 23:58:34.782 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6735f210 -2021-03-21 23:58:34.782 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6735f210 -2021-03-21 23:58:34.783 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6735f210 -2021-03-21 23:58:34.784 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@173511ff -2021-03-21 23:58:34.785 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@216f01 -2021-03-21 23:58:34.785 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@216f01 -2021-03-21 23:58:34.785 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@216f01 -2021-03-21 23:58:34.786 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@541d4d9f -2021-03-21 23:58:34.787 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@4217bce6 -2021-03-21 23:58:34.788 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@2e45a357 -2021-03-21 23:58:34.788 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@2e45a357 -2021-03-21 23:58:34.789 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@730bea0 -2021-03-21 23:58:34.789 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@730bea0 -2021-03-21 23:58:34.790 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@5873f3f0 -2021-03-21 23:58:34.790 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@5873f3f0 -2021-03-21 23:58:34.791 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@713999c2 -2021-03-21 23:58:34.791 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@713999c2 -2021-03-21 23:58:34.792 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@1d2d8846 -2021-03-21 23:58:34.792 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@1d2d8846 -2021-03-21 23:58:34.793 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@2dcd0e41 -2021-03-21 23:58:34.794 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@f2fb225 -2021-03-21 23:58:34.794 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@f2fb225 -2021-03-21 23:58:34.794 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@f2fb225 -2021-03-21 23:58:34.795 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@539316bb -2021-03-21 23:58:34.796 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@539316bb -2021-03-21 23:58:34.796 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@539316bb -2021-03-21 23:58:34.797 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@52bba91a -2021-03-21 23:58:34.798 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@13004dd8 -2021-03-21 23:58:34.799 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@314b7945 -2021-03-21 23:58:34.799 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@314b7945 -2021-03-21 23:58:34.799 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@314b7945 -2021-03-21 23:58:34.801 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@59d6642a -2021-03-21 23:58:34.801 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@59d6642a -2021-03-21 23:58:34.801 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@59d6642a -2021-03-21 23:58:34.801 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@3214bad -2021-03-21 23:58:34.802 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@b7d2d51 -2021-03-21 23:58:34.804 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@5170bc02 -2021-03-21 23:58:34.804 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@5170bc02 -2021-03-21 23:58:34.805 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6a96d639 -2021-03-21 23:58:34.806 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@23e2c1ca -2021-03-21 23:58:34.807 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@23e2c1ca -2021-03-21 23:58:34.808 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@d9f5fce -2021-03-21 23:58:34.808 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@d9f5fce -2021-03-21 23:58:34.810 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@7b377a53 -2021-03-21 23:58:34.810 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@25214797 -2021-03-21 23:58:34.811 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@25e8e59 -2021-03-21 23:58:34.814 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@5c70d7f0 -2021-03-21 23:58:34.814 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@5c70d7f0 -2021-03-21 23:58:34.815 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@635ff2a5 -2021-03-21 23:58:34.815 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@55adcf9e -2021-03-21 23:58:34.815 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1515f782 -2021-03-21 23:58:34.816 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@7f5ce33e -2021-03-21 23:58:34.816 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@638afcaa -2021-03-21 23:58:34.816 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@58601e7a -2021-03-21 23:58:34.816 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@62735b13 -2021-03-21 23:58:34.816 DEBUG 3600 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@7aae1170 -2021-03-21 23:58:34.885 INFO 3600 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-21 23:58:34.979 DEBUG 3600 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1b475663] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@1669931a] -2021-03-21 23:58:35.207 DEBUG 3600 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-21 23:58:35.209 DEBUG 3600 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-21 23:58:35.372 DEBUG 3600 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@1b475663] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@60a4e619] -2021-03-21 23:58:35.915 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-21 23:58:35.918 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-21 23:58:35.918 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-21 23:58:35.919 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists mail_template CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-21 23:58:35.920 DEBUG 3600 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-21 23:58:35.923 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board ( - id bigint generated by default as identity, - content clob, - publish_end_date date, - publish_start_date date, - reg_date timestamp, - reply_contents clob, - title varchar(255), - top_yn boolean not null, - board_type_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.947 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_bookmark ( - id bigint generated by default as identity, - board_id bigint, - board_title varchar(255), - board_type_id bigint, - board_url varchar(255), - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.948 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_comment ( - id bigint generated by default as identity, - comments varchar(255), - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.949 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_hits ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.950 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_like ( - id bigint generated by default as identity, - reg_date timestamp, - board_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.951 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_report ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_user_id bigint, - comments varchar(255), - reg_date timestamp, - user_email varchar(255), - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:58:35.952 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_scrap ( - id bigint generated by default as identity, - board_contents varchar(255), - board_id bigint, - board_reg_date timestamp, - board_title varchar(255), - board_type_id bigint, - board_user_id bigint, - reg_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.954 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table board_type ( - id bigint generated by default as identity, - board_name varchar(255), - reg_date timestamp, - update_date timestamp, - using_yn boolean not null, - primary key (id) - ) -2021-03-21 23:58:35.955 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-21 23:58:35.956 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table mail_template ( - id bigint generated by default as identity, - contents varchar(255), - reg_date timestamp, - send_email varchar(255), - send_user_name varchar(255), - template_id varchar(255), - title varchar(255), - primary key (id) - ) -2021-03-21 23:58:35.957 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table notice ( - id bigint generated by default as identity, - contents varchar(255), - delete_date timestamp, - deleted boolean default false not null, - hits integer default 0, - likes integer default 0, - reg_date timestamp, - title varchar(255), - update_date timestamp, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.958 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table notice_like ( - id bigint generated by default as identity, - notice_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.960 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table user ( - id bigint generated by default as identity, - email varchar(255) not null, - lock_yn boolean, - password varchar(255) not null, - phone varchar(255) not null, - reg_date timestamp, - status varchar(255), - update_date timestamp, - user_name varchar(255) not null, - primary key (id) - ) -2021-03-21 23:58:35.961 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table user_interest ( - id bigint generated by default as identity, - reg_date timestamp, - interest_user_id bigint, - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.962 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table user_login_history ( - id bigint generated by default as identity, - email varchar(255), - ip_addr varchar(255), - login_date timestamp, - user_id bigint, - user_name varchar(255), - primary key (id) - ) -2021-03-21 23:58:35.963 DEBUG 3600 --- [main] org.hibernate.SQL : - - create table user_point ( - id bigint generated by default as identity, - point integer not null, - reg_date timestamp, - user_point_type varchar(255), - user_id bigint, - primary key (id) - ) -2021-03-21 23:58:35.964 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-21 23:58:35.968 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-21 23:58:35.975 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-21 23:58:35.976 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-21 23:58:35.978 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-21 23:58:35.979 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:58:35.980 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-21 23:58:35.982 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-21 23:58:35.983 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-21 23:58:35.984 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-21 23:58:35.986 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-21 23:58:35.987 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-21 23:58:35.989 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-21 23:58:35.990 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-21 23:58:35.992 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_INTEREST_USER_ID - foreign key (interest_user_id) - references user -2021-03-21 23:58:35.994 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-21 23:58:35.995 DEBUG 3600 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-21 23:58:36.000 INFO 3600 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-21 23:58:36.009 TRACE 3600 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@60a4e619] for TypeConfiguration -2021-03-21 23:58:36.011 INFO 3600 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-21 23:58:37.195 WARN 3600 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2021-03-21 23:58:37.614 INFO 3600 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: a0a9310e-c248-4cca-b049-ec1510d177dc - -2021-03-21 23:58:37.744 INFO 3600 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@445f6aa7, org.springframework.security.web.context.SecurityContextPersistenceFilter@77185a2, org.springframework.security.web.header.HeaderWriterFilter@14af57c3, org.springframework.security.web.authentication.logout.LogoutFilter@7db679, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7d381eae, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6ae5e1cf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6a4238ff, org.springframework.security.web.session.SessionManagementFilter@11a29c0, org.springframework.security.web.access.ExceptionTranslationFilter@30d944d8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@a2ca681] -2021-03-21 23:58:37.948 INFO 3600 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-21 23:58:38.287 INFO 3600 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-21 23:58:38.301 INFO 3600 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 7.006 seconds (JVM running for 8.696) -2021-03-21 23:58:46.710 INFO 3600 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-21 23:58:46.711 INFO 3600 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-21 23:58:46.715 INFO 3600 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 4 ms -2021-03-21 23:58:46.778 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:58:46.778 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:58:46.779 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:58:46.779 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:58:46.798 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : null -2021-03-21 23:58:46.804 INFO 3600 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.AuthFailException인증정보가 정확하지 않습니다 -2021-03-21 23:58:53.937 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:58:53.938 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:58:53.938 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:58:53.938 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:58:53.938 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.c.interceptor.CommonInterceptor : null -2021-03-21 23:58:53.939 INFO 3600 --- [http-nio-8080-exec-2] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.AuthFailException인증정보가 정확하지 않습니다 -2021-03-21 23:59:14.980 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:59:14.980 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:59:14.980 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:59:14.980 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.c.interceptor.CommonInterceptor : POST /api/login -2021-03-21 23:59:15.129 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:15.129 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:59:15.129 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:15.149 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.149 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:59:15.149 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.197 DEBUG 3600 --- [http-nio-8080-exec-3] org.hibernate.SQL : - select - user0_.id as id1_12_, - user0_.email as email2_12_, - user0_.lock_yn as lock_yn3_12_, - user0_.password as password4_12_, - user0_.phone as phone5_12_, - user0_.reg_date as reg_date6_12_, - user0_.status as status7_12_, - user0_.update_date as update_d8_12_, - user0_.user_name as user_nam9_12_ - from - user user0_ - where - user0_.email=? -2021-03-21 23:59:15.204 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com] -2021-03-21 23:59:15.208 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [1] -2021-03-21 23:59:15.214 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 23:59:15.215 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false] -2021-03-21 23:59:15.215 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 23:59:15.215 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 23:59:15.216 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 23:59:15.217 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_] : [VARCHAR]) - [USING] -2021-03-21 23:59:15.217 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_] : [TIMESTAMP]) - [null] -2021-03-21 23:59:15.217 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_] : [VARCHAR]) - [kim] -2021-03-21 23:59:15.235 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 23:59:15.235 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 23:59:15.235 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 23:59:15.236 TRACE 3600 --- [http-nio-8080-exec-3] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 23:59:15.387 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.387 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:59:15.388 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.423 DEBUG 3600 --- [http-nio-8080-exec-3] org.hibernate.SQL : - insert - into - logs - (id, reg_date, text) - values - (null, ?, ?) -2021-03-21 23:59:15.424 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [TIMESTAMP] - [2021-03-21T23:59:15.391488] -2021-03-21 23:59:15.424 TRACE 3600 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [ -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=1, email='haerong22@gmail.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null}] -2021-03-21 23:59:15.434 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : -함수명 : class com.example.restcontroller.user.service.UserServiceImpl.login -매개변수 : UserLogin(email=haerong22@gmail.com, password=1234) -리턴값 : User{id=1, email='haerong22@gmail.com', userName='kim', password='$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6', phone='010-1234-1234', status=USING, lockYn=false, regDate=2021-02-20T00:50:11, updateDate=null} -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:59:15.435 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:15.512 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:15.512 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 23:59:15.512 INFO 3600 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:26.973 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:59:26.973 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start -2021-03-21 23:59:26.973 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : ######################################### -2021-03-21 23:59:26.973 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.c.interceptor.CommonInterceptor : POST /api/admin/board/8/reply -2021-03-21 23:59:27.002 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:27.002 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-21 23:59:27.002 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:27.006 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:27.006 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : 서비스 호출 전! -2021-03-21 23:59:27.006 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:27.026 DEBUG 3600 --- [http-nio-8080-exec-5] org.hibernate.SQL : - select - board0_.id as id1_0_0_, - board0_.board_type_id as board_ty9_0_0_, - board0_.content as content2_0_0_, - board0_.publish_end_date as publish_3_0_0_, - board0_.publish_start_date as publish_4_0_0_, - board0_.reg_date as reg_date5_0_0_, - board0_.reply_contents as reply_co6_0_0_, - board0_.title as title7_0_0_, - board0_.top_yn as top_yn8_0_0_, - board0_.user_id as user_id10_0_0_, - boardtype1_.id as id1_7_1_, - boardtype1_.board_name as board_na2_7_1_, - boardtype1_.reg_date as reg_date3_7_1_, - boardtype1_.update_date as update_d4_7_1_, - boardtype1_.using_yn as using_yn5_7_1_, - user2_.id as id1_12_2_, - user2_.email as email2_12_2_, - user2_.lock_yn as lock_yn3_12_2_, - user2_.password as password4_12_2_, - user2_.phone as phone5_12_2_, - user2_.reg_date as reg_date6_12_2_, - user2_.status as status7_12_2_, - user2_.update_date as update_d8_12_2_, - user2_.user_name as user_nam9_12_2_ - from - board board0_ - left outer join - board_type boardtype1_ - on board0_.board_type_id=boardtype1_.id - left outer join - user user2_ - on board0_.user_id=user2_.id - where - board0_.id=? -2021-03-21 23:59:27.029 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [8] -2021-03-21 23:59:27.035 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_7_1_] : [BIGINT]) - [4] -2021-03-21 23:59:27.035 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_2_] : [BIGINT]) - [1] -2021-03-21 23:59:27.035 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_ty9_0_0_] : [BIGINT]) - [4] -2021-03-21 23:59:27.039 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([content2_0_0_] : [CLOB]) - [문의 내용1] -2021-03-21 23:59:27.040 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_3_0_0_] : [DATE]) - [null] -2021-03-21 23:59:27.040 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([publish_4_0_0_] : [DATE]) - [null] -2021-03-21 23:59:27.041 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date5_0_0_] : [TIMESTAMP]) - [2021-03-21T23:58:36.085508] -2021-03-21 23:59:27.041 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reply_co6_0_0_] : [CLOB]) - [null] -2021-03-21 23:59:27.041 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_0_0_] : [VARCHAR]) - [문의제목1] -2021-03-21 23:59:27.041 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([top_yn8_0_0_] : [BOOLEAN]) - [false] -2021-03-21 23:59:27.041 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_id10_0_0_] : [BIGINT]) - [1] -2021-03-21 23:59:27.042 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([board_na2_7_1_] : [VARCHAR]) - [문의게시판] -2021-03-21 23:59:27.042 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_7_1_] : [TIMESTAMP]) - [2021-03-21T23:58:36.084625] -2021-03-21 23:59:27.042 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d4_7_1_] : [TIMESTAMP]) - [null] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([using_yn5_7_1_] : [BOOLEAN]) - [true] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_2_] : [VARCHAR]) - [haerong22@gmail.com] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_2_] : [BOOLEAN]) - [false] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_2_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone5_12_2_] : [VARCHAR]) - [010-1234-1234] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date6_12_2_] : [TIMESTAMP]) - [2021-02-20T00:50:11] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status7_12_2_] : [VARCHAR]) - [USING] -2021-03-21 23:59:27.043 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_d8_12_2_] : [TIMESTAMP]) - [null] -2021-03-21 23:59:27.044 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_nam9_12_2_] : [VARCHAR]) - [kim] -2021-03-21 23:59:27.044 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardCommentList#8] -2021-03-21 23:59:27.044 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardHitsList#8] -2021-03-21 23:59:27.044 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.Board.boardLikeList#8] -2021-03-21 23:59:27.045 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.board.entity.BoardType.boardList#4] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1] -2021-03-21 23:59:27.046 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1] -2021-03-21 23:59:27.047 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1] -2021-03-21 23:59:27.047 TRACE 3600 --- [http-nio-8080-exec-5] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1] -2021-03-21 23:59:27.068 DEBUG 3600 --- [http-nio-8080-exec-5] org.hibernate.SQL : - select - mailtempla0_.id as id1_9_, - mailtempla0_.contents as contents2_9_, - mailtempla0_.reg_date as reg_date3_9_, - mailtempla0_.send_email as send_ema4_9_, - mailtempla0_.send_user_name as send_use5_9_, - mailtempla0_.template_id as template6_9_, - mailtempla0_.title as title7_9_ - from - mail_template mailtempla0_ - where - mailtempla0_.template_id=? -2021-03-21 23:59:27.068 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [BOARD_REPLY] -2021-03-21 23:59:27.068 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [3] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}

답변

{BOARD_REPLY_CONTENTS}
] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-21T23:58:36.090530] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [BOARD_REPLY] -2021-03-21 23:59:27.069 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님이 글에 답변이 작성되었습니다.] -2021-03-21 23:59:31.129 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:31.130 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : 서비스 호출 후! -2021-03-21 23:59:31.130 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.LoginLogger : ############################################################ -2021-03-21 23:59:31.135 DEBUG 3600 --- [http-nio-8080-exec-5] org.hibernate.SQL : - update - board - set - board_type_id=?, - content=?, - publish_end_date=?, - publish_start_date=?, - reg_date=?, - reply_contents=?, - title=?, - top_yn=?, - user_id=? + logs where id=? -2021-03-21 23:59:31.141 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [4] -2021-03-21 23:59:31.141 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [CLOB] - [문의 내용1] -2021-03-21 23:59:31.141 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [DATE] - [null] -2021-03-21 23:59:31.142 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [DATE] - [null] -2021-03-21 23:59:31.142 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [TIMESTAMP] - [2021-03-21T23:58:36.085508] -2021-03-21 23:59:31.142 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [CLOB] - [답변입니다.] -2021-03-21 23:59:31.142 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [VARCHAR] - [문의제목1] -2021-03-21 23:59:31.142 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [BOOLEAN] - [false] -2021-03-21 23:59:31.143 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [9] as [BIGINT] - [1] -2021-03-21 23:59:31.143 TRACE 3600 --- [http-nio-8080-exec-5] o.h.type.descriptor.sql.BasicBinder : binding parameter [10] as [BIGINT] - [8] -2021-03-21 23:59:31.148 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-21 23:59:31.148 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-21 23:59:31.148 INFO 3600 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-22 01:04:57.193 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [3] +2021-03-22 01:04:57.193 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + delete + from + logs + where + id=? +2021-03-22 01:04:57.194 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [4] +2021-03-22 01:04:57.194 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + delete + from + logs + where + id=? +2021-03-22 01:04:57.194 TRACE 21192 --- [scheduling-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [BIGINT] - [5] +2021-03-22 01:05:57.202 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:05:57.202 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : 스케줄 실행!!!! +2021-03-22 01:05:57.202 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:05:57.202 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:05:57.202 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! +2021-03-22 01:05:57.203 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:05:57.203 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + select + logs0_.id as id1_8_, + logs0_.reg_date as reg_date2_8_, + logs0_.text as text3_8_ + from + logs logs0_ +2021-03-22 01:05:57.204 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:05:57.204 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! +2021-03-22 01:05:57.204 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:06:57.206 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:06:57.207 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : 스케줄 실행!!!! +2021-03-22 01:06:57.208 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:06:57.209 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:06:57.209 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! +2021-03-22 01:06:57.209 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:06:57.210 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + select + logs0_.id as id1_8_, + logs0_.reg_date as reg_date2_8_, + logs0_.text as text3_8_ + from + logs logs0_ +2021-03-22 01:06:57.211 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:06:57.211 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! +2021-03-22 01:06:57.211 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:07:57.213 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:07:57.214 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : 스케줄 실행!!!! +2021-03-22 01:07:57.214 INFO 21192 --- [scheduling-1] c.e.r.common.schedule.Scheduler : ################################ +2021-03-22 01:07:57.217 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:07:57.217 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전! +2021-03-22 01:07:57.217 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:07:57.218 DEBUG 21192 --- [scheduling-1] org.hibernate.SQL : + select + logs0_.id as id1_8_, + logs0_.reg_date as reg_date2_8_, + logs0_.text as text3_8_ + from + logs logs0_ +2021-03-22 01:07:57.218 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ +2021-03-22 01:07:57.218 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후! +2021-03-22 01:07:57.219 INFO 21192 --- [scheduling-1] c.e.r.common.aop.LoginLogger : ############################################################ diff --git a/rest-controller-practice/logs/spring-jpa.log.2021-03-21.0.gz b/rest-controller-practice/logs/spring-jpa.log.2021-03-21.0.gz new file mode 100644 index 0000000000000000000000000000000000000000..ab50348efa3578a35682503e5897b0bf06274365 GIT binary patch literal 157602 zcmbr`V{qheqwf3IwrzW2+nm_y*tTs?X zze%dPy82D-&-J~3#4#`+|N1%Wv2)myOlNx96#fH^v@WaxN||-ZjQ13;MmtWanO3qK zWAm#j7=P>F9d0#&J5NlEKuc^NR~KC|oFq~ZrVeIUoIlWNC83xhY7m90XPyQ@FA>s-BK6No*dPLhHcBq++4?TV zw*bhxK$6KK3LUT)XP48f`}wVptd`mbuA2I=QxbfbSH5hXjKlZ)$5C4Og~vsGEl==%X`am{Y!&BIr)_dtM^OEHuk7#n!L&3&K7gwD1P#VQ(#O>hG-~G}6$3 zkHQcP(&ux~4B zA_->CHK8D#f{>102}>ceA}OD-OY=D$3-*w(SEbDj-QahzvF{HZ|o?nF`6um&UfO` zoh*i$G&P#&mdPP3jTFuL#loh})=U=>O&S#F=qFi`5`|rqhY@Xla_yTs%q7%H5)yN? z(EcC!Y&&a~;O30XUQ}q>yMcG^r7p8htI!iKC`ha96c1l=E$@vKmW@IPA&}(BDE5YK zQBk4*(ZV$GO(Yn$%hj666tu~$OlQ=rXa?ecF38`pN^oQKJY(A}sc%eo zD8R(D=wjAe%wxWS(=<<&fA1X;P`}sI`20{=HQQcO`6v%aTX0$oFq+TBofT2i=p?vE z19%)&6ce(8viT+=Y=Sdm5JmS`$PrHJK@lW(K3!dCAJm%HcQVuJM+*5^{*^I}70S|m zCPs~%CBM1i`}D*MZP|i>P}1O!Fn+v&mH^SjtU`jwZ@`zv@2HvP@;?WjQx&w-(p0vs@kS}tC2+iM7dxCj>5UyBwm7YjNXOVMW{Mib5g z))L8{MKj5){1WbTXyNyP3Cdx1dWzpqdQH9RhK8!HhIoUHtuWXf{lOPEGmJR&W`lTL zwQ-*7>SRWW_MqsB&@TX4q{s4sF9~=?<~trB%X_fPgdp8r;wRli=6y8fzO<8daG+)) z`*gW1OQQ+SypQjSGB&pmxkzŽ$q-%umViorFPr}9advR($6`X|_wzW=NeGQBxK zVl2%$rs2IaPxl2P-8P8jD84FMa_n1&hO)kN67Axvi-TB4pXm0h2Y~(L-*?~*oNz-2 zMz9(&7TW1a#+k@11_B#mO){$yZy-n%seQZ9zw6y6Vka~RRS@k`(Uyc$tNThg*W?Q` zZ`0{{3@AFfpNM?H2~KP|hMD2Af;_RiqEM1_B!*xly+APwfvd7Na!Gs77@HnJ z7v(EHHQ$`)l=DVuW*4__Rl0!D-M2os+)INQ45kX}AlwJk(Kom&z-da!3~vR%ITmAy zZ@%MEc;+k2@pgjhhnN@B>FLv`*o+R@_YIw{RqZxTF@#lTaw=*yo^lt8%B>O_E*H)O zkN)6>pEoO|BPU%_GbC5(Nw<5y_aYfDGX#Z3{BPingN-TtJ=s z&%DcW7Txa$7WDh_#yB8Vv6_Q9B1*K=@Pe9|BG(KMdcm9sazRjPg-7(jlR9G;^CZI| z)H|%JVR^z678NsW#^Hz{{!$L&D?K~!gjxkzi6ZXgGraV75)fFo#Ytt`IiK1j=jBCQ zpM}Ye6^_{y{lMP`$^%8qe5Lgher+ti!*i2^K1-l+eCU@CzYI3 z2K|E7I})jjhK;AbUrZ}FA{@>o*3ro7gR9ZgRtQM$LTmpLq*>kN$C$A!7W6ioHI=a1 zGKra@kY;2W$*f|(^K$pD({?S72n5#u!*UucPa4mf7(i!8sB!t9zw=Ai;hmb9dIjo1 zE^!JnAf_Cc|B3%vW#X={nU1k5!s5U&{YF0MePi(uJNnxlD!bZI0eHFy1ThoX4te4g z>XAm&l3-47<1Z#(Y(^MAy(DzG@0?2(&T-@{t|9 zeg(DEG&*ZlM%^6lY_09$T_o9qW3d))=L-X5jhS(3Wn*Vom+pr)3^ukXqiU#jR(jzX z%_lPV-%t)nLQ8jaf`uQ=Q_Q|NuM4lXrFm02YjDnu%$iwgXE#X&!nPVFe`Uplar+7& zGz_FfzvC00_yW@&l-@-tzSgKdX~tXsEXokou^~MDpw)r5#BNg+)V$28L8i$8OA|hI zgH(^=g|4Yys8kuxMb`7@1LX)ZW#bNJAFH%$Uq#ic!w)m!w)G}mz3rz7*_v_Wo{^Db`eRH^woA?F*l+gQ}Sl6?9E=;ubh8 z{8!eH_?LLlK7ds3jOrh0UaQL01FYlV-&PGQIc{Xfvn!#^IrffFp#U&9D$lk&Pfv2UtJUlEElJ| zVj~>4hI4ml-UbqVSMNAmn3##k!t8$Sr%it4AOecO44l2q$*i6CY_97KR)P!U0KQ*A zy*iO?L(8O#dxASwiJ?*#r%gYRK{@5%F6qnI} z6feTKbVU6mFFm9lLoKh47Kic&ibDkRwzwyeCo@21lM%!dYoixT%LJ>OYdv{UMz(nO+ zYFnR@YKb2j>?@u)e1>EiRdI?zhm-d-s(`+(i3nOG zYv(Pude<*mtucqvA?P^C_xqvpYE;Bw6MRWOinhD-ig7sH&g|| zGmC`~N&VQzsgxXOkw4RS*sc0miJT4T|Jq^?z4~HaMyF~W(dfGWt3L`+)sMq(Bmo^K zN5YlLf=h+DEDh~QEJq3StKl*$RE>MjbjM`idld8Q1&K4&2+0jpAu!#d_DHe=zC6C%W0e6Ejgtw%L7ZTio2UXs?WDUZoI5;w)k^; zdP(n+SMBrlLGQzcJVQM*@0vJjO{W?h%PL>KfrYXrPTIa?d9isjT1Nn zniQm0=pH{sv`W%4=Vz4z1BM5XO?pFoq&ti%NfgR2NnYqk7}VGGokWyMuN5ba#>j3J zdK8&la{?Y5*920N1J&6wMH#V4=`-0c4GShK053e*b4mQT0aE!ou-&tfE2i0&Y86+j zJgE`wQS=S2+`}FZTD3#*LAFvkmq);<(diZ7rO<15%U$}H-x)vTlECPUlyu9qpVyzH zh1};NoRg4=FEDFKVUqO0U>6W;*@;^4Ww%MtKG zUyUR0I3uKhG(4fmLqG$aj2?uMy-l6#F|Cjp!I6{eLTj^CaN0$%6t85-0VL>BSnvjk z$@^J|C>1t|;uR)@G8`(Lj4QEGv@gi{>}#QbiGe$mQyT2gbEa=Lh0yDsW&Ru|huc-@ zoJ7bt)xJ%T+mA;I2{w7V>2H{p3X2+E)2$jl(=PHdB5w!UPeUdG%KBDXw>Za~u0sm4 zcZ1!h=O8h4A0W#U*yCL!2()Z8fq-B@Y#G@2*(Zn04U1HsP#eLZ9>F)@Kw14RjmRB( zV?`}V8N)~}NghRq;XzXTjRW}CepH`y0g;~tE! zPU9e~g=H;2(!NN#g4-*VC}5;+()K3I6CBqaJ{!Cn3n?^HlzL5*xtCY^v0noM?^4@7 zDF9WPxz%3TL0nsN2{fHqLWC(c)Y2$ag1qNj&5cnl)LfKdGiVaIL5$;(@N7t4#<18@ zou{~eA!mG7C@zFXb%V|mpf%#6SoQbfI~Cc4UE zx{qFY#Z4i#84ovhv=a;R8jt7&PyEg>g_SetsOZlN5Vmv$`a0BXglLHN<83Vh?P2PT z2yF&~D+B`-K?Z_t9$-hl?EhNrrE@@HqX^O@T&D3%I`cRI^32V0Z)#ft#6^a4-RF=S zaQrZ%8CJFAUo|c4K2($t$%(93G$zmp1sT4%ZT<5V_M}AhFyuQ`EShwUS#$LG`ujXO zAmH)}koN8uu6}2^C*bK?08F;edaDTA~*-a%wes2zanF>z@)N{d-CLM4^ zSSR#*F zos(1paWX%%Q9D??wc!Vs9;~*4aSRi*Sn8J90j3GjLAHBn<>TAl^tulYo}OsrzJIZk+>m4A%cwW6}g#B zGVMQOwo1*CD2PbwbF=G-X?C1KJe0i+_JN5|V!7I+*F z63~zWozH*o#P9Y-kz}?@a!2{gz54Fv>W3G!M}`4*<`oRAISr@fPhRH;NK{~D%^P`) zrD96yVqYHg*5pFRU2@J(rr@f`LcLnqcoo=yh!4x|1NPL1(;E20X;(GY&2nRLDK&%d zX4*|S^w#E%m~d@>EF3~e-uEK@d^iyQnGJaR2zVo|5bQZ|N$Qq9wz0|TP4gf5@s-Sr z`eytw;OX7)M$bsde z75P{fA&kHBe_l&9*ek4gqA{00Z`b%F&E_pq3)8#lH%iD@N2uwm=pjfcdms_KG@w>+ zIYycWP&ih6R8XF4SheYD5PKuio^!Q$46gAyMv_AzHM3b4Md$+clInINn{vzdqEM@H z%f;Vm9gjwFxYci@@h#(DNP@(8hTK2OBvAMe2y|%c_Q4{)!rdDLiD4A3G5H#6hteYw z=$wyT5OX)H=4?VB)neTEfkik6-pGP%u{#1I31715zIuk=TdN`)c$!D zSF4c{gxQBh07fAfusR;m#+o>7&#B=JFA|Dm_ZOD4#h1tTu{zQahdyw0^IJ@7KU{1Y zw_K`mgL&$O>QoY^!_TZ-j^%y6p+Yn9+L}{*!Nqm_*{DPTbK8kQlGEu0JFy<5^mODA zbg^M|E|fOod96FW59QQ24vP%%+14LV(Vtui+|NyWK3&E?#P98F z-85?-Sr1esT|%bW@gQ%yc5qe7=hbGVb$#P|Z<&nGg9n!j%k1mvWkXVWZvgh_p~#&- zdKtDhzjwZcsl&}j;@c3^*80+bF21oQ`Z_`P-$jBN)#5(}iLVw&&Qt@2A8)4#eeb)Y zLcS4AtqhB6zAVh8b&MXuo10qwJ$fR|$tFTDg^2@al)W2~B?PXYC-s||{V%+GX$$wj zY+l=Nz$6-cc1ARjaUD2!^kN_dTMbq2Mkp!&V12_%*yjr2cr!jxQY9ydX;k&23C z+XWbm4U5K^WZZ`6V|2&XAID_Vx4#PNKm*^XJ|JgkXdHkZ{ZoJ>m$9gK7)1nKxqRQg%dEYyUK!HqmcV>ks~ zZmsJD&&7+dHu1m?ufJN?@zfzbxe;fVNRIp_IrlvvQ`9{Nl5|U`FL)<18a>NMQ$zvo zRVFqC&P1|quaRH!R}=bkgJWhpSF5c`KGk@&?tz+?;Vx0tOLf)wO-)~8@F8n} z=ubXRdZPvsz5Rp}GR5x{WS`T3H%Hlso~{NODK7CM!GKi*b?$%|%1h6tKJ1^AYR?MH zG`ODQ#R29dCTvVNE5X<-lg0^n=qy_CH=R93Tz4zNes&I0>1k!Sdww)}kvaug0P21} z&|DPQBUcK0w4D&C~+a&MthDCX8|;Ywy~<#ev}*7;v$X3_8U}L7weCTr@VTa z-tmD7r%!>3l^93-#Q3bTO3!Fxe(k`QXe@tdWraND>ohNJYck`4GwglW^Y%P&whid@X8f}xW(bA*+~ zv={3U?L?csD{5kJdIAwm@7x52zEniAmC+ zdL&M#i_-m7t-mg!RgIy8#0ArGH>a08vpNGk(OCu@MOHV^%u`8kXjqWB@0nDk5M{6^7#bE){{Jxp z=u6af4~-|pqW}&JzN22%>)aqF2F!v35t)B5p&PiwfHJ^RBoLE6~2s`j3O)*%vNsa-(|lyWdX z>6vp3H=$gq_j~mouO*tl+(7zduWbG}pgZ$Nm73G-$7XkfG1Crjv|2j}5zbT1LiX$> z;%Mcf#f+-ULRueV#|`d#L?B*vnDenqs?xic9?82qUQeD=*Cn#KoWVAdnSgq*jY~b1 zL{CA(Js4C0msM3n^pJ7Klz{x)FZ@g)Rr1j+(8AWfS6qaDJGGy2!D1aMV~5vNvopMA z7^zl~+pqFYN`i43p}pU`+tkHmM?mHEApcWpNfg)}Kt>a1~B}8%>YLe&IJd;Dfe`7 z%hNz;;!3Zbmdm}8iw-#d*#LyUa!9xkW)ElkvVN`rum4&BLjSG+r$h`<^-3|j3HO1> zz|*%gvdy^D@MFH3V%78+jbSJ;$B{-2cSl@}nmp#oISbmaxz&5j#p)SQAXRg6Xu{Nn zDI5xIw&~2_LSGMFyv4bdUJ{5+Ney+Ug(_JfkpxCn{Z_)2536*movTAf&MGm0{75fe?-c z_nS_$8v5?bg~sg%Ik#y29RZ#`M}XyjMgT_%RYF}&ZIK`-%|Bt2P#er3cvXj>x~39= z*N|E_!hPT+dgpx=e`f&nqs~h$hL~vPq2!D%#3f$}Ez1>kaI0z?>j{`f#>v(Z?|E}a zw}vSa2VgYa9qqEYREn)pqX7nvo?Sf$G{jG8XC!(JIM6bm@R{||481i9_nE@Ug(jbp zMCZ_pwK;VyEJnjbwJyhc^7fp^@WHZgP6EiWY)9t^5xX^JV4H4*R9-chqr{GbU7sUB zRSi#BZNrvV9hBqZI>+Q*I+d@+x*{&ife-RY2abL=-T_sBS1wtH0r{eZ9vGZd;vWLv(@<8{m}k zfkpRcBFCmeV<%%TaMGrp9nY(DZ+aoA)Slk<}L{ze6n@Hz-2eMhmZ=k&)oM8 zYDPoHOTQTjP)UFO%kL}hIj{{TNX5_X<>cZ4i8GLYY(M6z8IjaJ zZj=(+bw9GA@VdJ@j`zy36AR%KK@vq<^Nu$h2nFtJ!`*^Jk8Nsti%Jiq&w|_SC^}`P z8!m1@hdSQIu=74n$Np16OT8+zv?3i%-zUc`QHl~I0&aYlJ525?*r-#< zn$}sqzwMy^qOZ#$8%(-|VAvmZ#eZcmm)r>ta>a0>Prvr8owE**Q>3=5wV&dt&4TF- z%xT84{4nDG&AqIzAi3(?VZjEs>v~)&ktK5}!So>RE-_YTZjMMACDTKJNt`ZgXIRcG zMrjhyZ%0=vEPAk!ptxsRcb7r$l7wL=a*h?8F7s9j0d0jzcEUc)(exYm;YfAC=R6EY zfw1{`4V4PFJ;f^W+kBDqVEy=g3f>DFc zXt1zjck59*SiooWR;3UxD3+>$%bITY;9ob&Y7g0r0)Ugf ze33a(tdZR!MBcxJ0ukH1LD1??UHN?#tlp|g(;w@%x7LRQO1 zBXpt5`LgvBTK2snDMxhL{|D9A@%3QQQe2!+tN2Rr^UPSM`0V73?13r5iGu^toM1!q zYwVr$W7B#I^ZAUaKwtaVoff`Q9Z-vPM*VprRcdv0-EH;rw^95;s*S{E33mhX_TeiU zGzpE9lRsKK>Pij=9bMhlo@*w4aZVRC#QQ3+)tMlNO2W);vQPK5yU(IiUU+`pI4CzX zDOtkoR;D6+K=yvkp-|o6KX}A5zZf<_p6j`3*%4MMw1!Y|M$i1RBkY9sr|MMYCRIY? z8=_Bz*gn~KbI?UcanvEV4wk{DJle2XY_sduQbHP5ljO$D9LMOqWU(VmN_9VX7i;&V z%egg%e%4`<)5`S_9lzax_Wz{%`h0l2IDEvU%Uo_R?^3cJ2QlFteQkr&9O~Kjjo5`5 zQHMZjgrR!2@5I3f_dLI%K9ex*oK(}PS8qnKV_=-jmwx3d;6$?c@QTKi`Q@5?nv9k!~^>{RG`3X(hL}+q22zs zAfmgGJstW5A{}TV3Vm4JFU2g5Aq+X&rIK^PRPhX0-6WK!ocJWlt0Ym%!@S8AMJC!c zxaewk#DaiE*!k43W74mxOlNUTPh2wo5970fg)xAW9l637s1${XN3hf2os(XA8zTki zvZk_*e*Gp8mKA=@N7uz>S8VExTIeb(G@p6XlGQoXFSPT>w{>mc3|%ka>hy+`m%%J0 zV+9~Zutls{a1_n;A-2Mr(4|%Rfu!OE%tIzPC4S%X+|h1F#S<0DG{yNB28o@KD6wZ% z7L-8@kE$*JdAofWI*-Z-q(X)*Li=|`3WjcsgO0k*Jb@sr$)Cqw?}%Q>>PW64uc}=U zIfr=|982)C61VaGAr`@yQCywHC(W&_%F15*4(pf|RY%C4;ArSO58`(4pJKms5awNN zM?pI0%LIn9Nlnx!s2o%-Gzf}RQY>!$Z&oz$rK?U`Nw;eo9*elM5O$r`v!8nlD(kZw z>3@8!i2BJm#Jo>j<91VqVV2j)mbxzNnlvLnT#Jt#KZdEV#Tmvf55Ui}ebIRxiS+J2 zk7|wzZsZ$&WVP0Sj%Lp!V14?^BNosK~#EjD+ubhA=q-LS={MR7zJX&fGTW7yrP8wyt9s&(J&WsQ(nA`W< z>%~O>JB1ut9&)4YU2t@ouM9a)jcWE zaNEIx8Df$F#&{0)guR068-`7-%Uj|1oRpV>Y|ONOTUIT@(#zk&*Ip<+zeA5DuoAY) z*M4Sq3sDF)#PxCsXmoH5$h4vm_jp`Itvpg_Gt2+pML@f}?w{b1Pg%98UjowU?qJfx%og{2cjv!L>Obogmdq{H3uy6n0WCYmEkhcY_ zdHy?ICHZQ(Ed28yF>*NhD@Ip}#^N(+L};WGwq#9_INmbXzQSOJbG{Cb@xKXRpGxYq zkmZ(Zkc{l0RT7crC^S*i092wUV4cD!G!kv0#&mES*W5P{+W8WKh0L>lffS$N2%*SV zt;9>Fpy23Q`E;>d0+Vf{`h6`3@|rk_zhWe5!giT8FrMbJ!$o^4=ce{k8-29 z79wR`*|5Rbc$#&5mw4hAWIr}1SSy7$R(YElM-f5AUU1|+$X`%5AMiIm6;*vf24Vz! zoQZX;Tezyt2oB%D{$$HxTKGj~TsW@xGhYVXZg({8Zx`H`q(LGp2m-^9sAg> z)o5Hc@{I%O5IF@M5N^#rtjdqk2l?g8ST_L#HVN#I<{q|zaKtsYld%kqPT=zEznjxo zbCY#j<95Bz=#;&)mEu5e4ij!Dh^$u?#cGkeW({?|4iktif(cO~ADnnLHka)8uqLcM zDVG-|zLKc0WBcEeQ?E(TAWm@^%{8NPAHQw|hR4_EQsjT7rlHyG&PoH zH_8gk%NQYGIIa8S5?P-2By$q4l>`{j4QU_BVEPE8D;%y#vT_fkHrOR;w{)57ys=6gPpc-_dN>j^Tk&`&b) zET)E$qyRA`jX{lW#}rIh8EfirjV}sk_4Wk z_?(SY;LI8S{^>=OpI%f!!{&zD&S@3o5~&vlv?sBy&b&JRtnD~cyFI67;yPvEXbr7} z7ckzb6B*0=n#kMr?3Adv`R)tw5k$tiv(9Z(z7|-Ispv!F-KxY_3(H0FL97)7SKiFE^g;Fiw^kUvJ%;|c->R{&KXs$5GDvAKkO|H2P-}3tTF9!fDWh! zGyBhIG%L@O0$@I!u0Na6cTFWVxjYoD<3r^>X(K_n+2of=ip3FCog2npz-lk3P_eXt zFn%X*^YIa<(NEru_d}jv(6fm`v95LdZ#rsqYtorTA@$&w2AkR^5jl$zqc3`JlKx8s z4TR&YT!xm@&<)#gW8zB4C7h?!)+4Y3kBvgq3tb>!sCUDx49Of)pA%HA^`@;GCd^Ct z(AqD}2rIa>XzHF((?n}GYv}h~R;e>~fqC7{H(~7|1WNMHpp%!=!@36SnDNFvEVCN0 zar=&80l%_gOKBaI$rW1lLlxgwL<#n@8C@0N{|AdOYV0~;7+jvOJ-F2Yn}oJ?s?XR? z5IvB-tZET(ywi>d(<;OeH>nGH{q%Zm&WMllY1ZN`dW(tLq_{bt>0h+C06ik_N83zf@Ed3+UocK?n2t?!7RTEhAr2SyE7@!X@0k zbnAJH#nhAha<$l*=q&S^Gj(QORhSRXhJN*8P1Bld@hd~Dy!!nWh3iO&XUMSVa+d;R zUM*GP?EKYv0nG*=pXPV_VwN$thd*}`>tvpIaFR1pp)Wpb+@toH)pI0<10 z5{}CkJ9-O;RNkqHiN1{d^&ySd)u%`f`7F&hKAlQ1?KZ}7XsSu0{TQ!et1V*Om6R_{ zQhXn+>_7G5YAAXI8RG?3zy%}gZ`os(pp@OzG&!iyT_o@ke&9~3uKh4iE$BVb${Jj6 zJgVm598~{PA<8TRlIv^ON}$$4gh1!wB|wxx{mw+<+@b)#vu=GO6Gm%a@{S29d~kCJ z*G<&1TqIjC&7`0W zG2n_*Yw)LWrcOm9$WXR=6z26Hw!!m@k*QUV-uW`AH^=yGcMjLwon5Ix)P_37A{*fd zF6H$0X}?LxIW`EV1Q#JT+sv#Jlvd+k9@_m<1f_G4j^ZY@sGeD>{Y=JS^;wBdttfY_ z)3Vc71$|$})ByXU0eg;=DH`C`pRH9C?JMiD_TY-i&EU}bRDf znlk&w^qg^xi;)=~S8Y1?1Ps+g;l-fKhKdR7y(OAor!Y*1c01pX8TDqtixIr}26wpW zGlg3jmf6f#1k;7K!@oJU1ZvQLZX{`UtuKSvdz%}^=xF-l>&y%$c{x>xFxpF~y3NiJ zBRvLZgm}+oL12hkNXXS9-Q{W)Lum}F`jtr^#COj#>ddZH)lNWVH+5u5;5frCYa;(j z2`X*cN<5LA510-*N|IC`Ygd#GFG+PCW{R?&U1>(KQYgqFvG)izKu0FXo1g6vb5Utc9U| z)ZZrlDL`323(&hco_`mhnPB67@L~8kDfL*1toKzD(*)gv5d*=C@s@RlJS@O{Ih>GogI}=^CX#D zWA~mU(*}|so{sbMJy_dT_(@KE*@KmZ4SS_KdsT>cFsEgA|B{?@@8i6`lA|g3DLGk8 zgi=PL2O7KD{JgpH=tQe}06~`y&RwD>^9#E2CV=a-#%&XK%Y1sy4De+6nf0*Qn(PV8 zdBG&-EacjESKWgXm(fFKQeM(HhpDGon*F$EY&dT$9>%KGceWSd-(Hg;tM7noQz1T; zRIWhz;a&IB-<6EmrF2v;Go}OpZ{3E{EDvO+jEof6^Snh-qfFx%gV>v(fqXKbcL^cl}ogi~l5>!M|if<$e)-WKlkpicB&( zKG~CO6TNkGPRPkGUQpIb)YvvClwf~F-}@G|)*FMHF07d()S-31Olj}z~Qo+pF5wAV3;KOdwuV}h$q zDy~`Fd&R5N@pHju<+O$|#x^PKM=g9dy5!SIc--=sWUSYv3*Rs3h|9Pu#=Ta17B&Iv z4_NUl9FR}$$5jC4BvK^uZ!{LL{dYY6et3KTx8p_GGtI1T>03LpK50Jo@JUe=+7N`lK4cG%qz?I<0(Y-x0JZs6(rw3+Oo*!Gvgv38B=pDtZ zVs=Ln!whr`SVCaxKQhQP>#1%H4~o=3`jrLN#ITRB45_$@MD(44L^ddz2teZkspn-?#>4ps`f=VL{+;iX=9FU%81NXb(4@O4OF7uFvQ`4ZDkX@+X*ei|=& zJS)>BO9U++TO?r6EQZ^6D;Or{2gRi)cptYm_K{waY3G3Et3Y8Loe1YZIrRdr4r`D|61`6wkP>5pMNEgW!)tvlap-q{X2AjOs zG!&E8qVKA%OJH4%Oc|2hViN|eWl9Bf6^{H$H0*-SQDk=NQH0m(257qeJ7`r}eX@rL zj;fh5$UMY6jshgw`l<+5L3N1gvQj?^*&MbBE5bsroDyHuvniQ0brL-p(eVy4PegL{ z0gV++ATx*I7jsQfg1OEJ6PV}cs(0G*L%Rv6)Ij7MEIT9;;aG~#YmHll_49N^aZjDa z9sPiLsDI3+*loQ1-)6J$q{%9)v~0KfUAH+snEnV;oWG#&wV$w`$YjMN6e`smx1Wn# zT;3a#j7dWE25ZM)m=ur0itDmm{1njX@tE|VTqEeP%&9-BvCfe#cPx6Ry7dFE9H+-# zOh$F%3c)d{_upFMr>DgjrlD1ZgaP9^*UMUj=jcObS448EcA=p>r0f1#9SOd{zDA@;jbNn4@@QBBGp z7*r%DE8)G!RWbtJx!VG2i))k?`p+w@fUsRAQW5b!G--K`WEW`=;9Sc;cUM6<>0oD} zwYj`SBxHMYk`TlL_)UK_a$+%HYqP`ZkOI6?p+S8XSvBoi2MLh7*ph==D+=@(vabFs z*ervqR5UVFWobNC39m}XRr2V>{2ww*ioyR~h8YF^nPD1}4}WHuIyz*D)`*J@pBd)P z-we~sLmm!V{vBtd!gC}9OrK{unx%#hC%PfSS(hR8@mD2HBs!`aZ)|ZiN`aRD*28Z) zkzDl?UzC+l6|ktJ*srYGT|(Yq=a+;;4KFs+4IW3A>?Qd^raba)A?>J_EA+=w5ZBVb z`lrcUAo>{cHYZ!D{3h47!)|v2J~oj1o);hgyu4oidHx+n{Bf;B{Abr=U^L+Q!Xb~V z)~s~I)*7g z6o;CmWd3}&ug8iwA;LKZUD~UP+6uKm7OYTPuO-<~m^Ew}r;;|*u;cv{VqjQ_peAx3 zJuB(A%wK`1QIbFPV!eFCrQY_mXtKmK7$K}Pg0|LfujqP)ljTPjz`@)%@)6@*6!77J zKqTV+kR$a^i%Ik!E#`s}F!i4nGw{E*n7RLBi)oz9soKT!1La(i#D3EZ_F5V>GVue_ z3BfE<%t6t)?mh54DK3}U!#zQ;yPw4zi)m61w(eMmbPf)#w;di<6QZTlfR^y_VaxX3 zomLCYa9SKt3$YWMlTm(H4)>&N@Z#2NAG_dlY4YIXsX1y z%yk3P^+hD>J!iO1$(Y0sPo>p} zV5FFMw3_HL;9{=wgb2RVYIc9>{Ey)RR zn%he$GUrD~zEfdFx$3f;DWoEHYo zI1~H8N6r(bfyy;jX0M2e2a{lSR7TNx6yBr&}9r!H``23 zk1GAqnW^t1ZyNpsvtNZh8L%T<@ZX9)R^k8kkb$3C^1u6Hc5g|%`(PJi7>Ih5ni{@% z1xWjwIJI!4Y1)u8M9x#~_k^g`^-(`c58es%?(PW?Y2ilh$%pp6J+Bf6ypARWJRv~` z{S)-Tpp@2?x&KGdXPi3Zk0NT;X~FDNhJn_92J#pT(Qt4$cq@DCeXW4Vr65_QXJL%4 zHcu`B2knSa4hkDnC;8o;Z1NdFx8!s{lE9KX)sLfUgggi#QF^b$Q;;N6`#)@!JFWZE zW;rtuyr8uS;6wHE`aiH}m3e+s~UpZe>(%zgk0uq>nO7=*fe4sw79~hE;9@7H9MS9qX z(dUBtBgaH=DH-+vUlMR7fqLIl_dDLyg&x#CxQIqaUl~8lg8iEy7sOwHy~6+B0IaF< zs+rk5*5|GNSo0#8sblTN)#EvB{mCiN#s3PhuxsV|^n2S#Re$gN?~Q@zG|md*)7W^8 zvnP$=Ia?dIE_58WpMsnF!9<)s#a)-N6MsnepQH~!@o_#}^Mv0BPjJJF+QRq#P5Hd_ zq>`H5jD@0{V%aSAWcA+uMX>Ysuy*Bg=0CJ_!zY%^ntT%9ZUBV`hF;;)U$6KNlwf?I z9UvL7LV?c6`b*-&7)c1w#sYXQ-u7it;?g6dcjBr#KQ+}nVMP1dy6ATToH3E(M&!b_ z?yPpcb<)JZh27CZQB@<{S(VMb*MZR8l(7Ckti5$i9&EaAU97mfySqEZDaGC0-K9uz zcXy|_yBBx&;_eQ`L>yhp8Ik)@$VEi^8vY61i51sQnli?8a?V~ga^q+yuZ`UwQxf@ctNdWPF1 zY#@Q56_;1g5R@YGdfd=LS)qO220S}9>@$ciNoVI6aewjGK}kmThA z>M2Z2+G!kj_n!HeJa{05YP?uM;OQz&rE8pB0e`2p*8CO>? zwI%uKM3WdYi2fIM?Q7b9q8vplYyA0T7KzykLdma~?LMv9f3j`Eft7?ZGr+r0*J?&Y zS8YUQ*QP+}H+X%W{5#jDI$-HxWD)a37*zOj4Ky()e6`q;uSi_7n;JL@HM9W}EsLI| zZ#L-$==Gg0jZVa~{wA+K;F02Le0Vj8cg>X(Rlc!ilk9?)Y&GFASe^=Gk0bn|)FUHI zh7CKic5TKo&8!V3WXn)%s;Mx;yGdRdnHv>gBkH}}qH$5smLx@Uw8}CQy6WRJ@_UUF zdM173lLkg`g2*VnRAuNh^XsSWOnj6~Vii#!LBqDtq#Z=E^V6pu(kOyeh{0V4rNOdD zU%xdNm2z)fk*tCRYeADpz69gk-DJn@+C9q1$81}L3iAG1gqresESR|?; zH`)7j8=M;td@U7O_Z_C;OMTA$3bHa4QiAx}V##E2JHEZY<;M)oT7G zcdR~xjH(JY)%1)&o<+WBi4FTsQ5=2J|63Ea%_q1ZF95zVzz(7t~0v3q5loL zx-g1+c&g*Lmw|gA=w%@q(JrNEm@9$@xB(7?{CXjO1Rg8lqN{ zOa6+Yx`_py9J(_aVN^Qq%4SMh$k4T4)ya5I^qorOAr_S5WT+(Vh)*jiKGYphv4 zRWHEV1%n0Kg8dJi;~yl@4qUwBj|)i6vv;i_iqVyeQxccCA4e@xftQ*KB&<_^NHQk|XeC*Mi(P+v97sb4B4(zd0X7aIAD=``_^Q7_Wgr(m!2P%~X zZXm98t}g{zxf$+2tFO3ct4j|ezTT4cQ(pvUZ^?fuTG?A&v8n-0- zybX)Bh$``jS%k@DC&GHlZCu$(iES}`4EHba3N$?&&YpjJgLGiL@$cxhNXbW=IqM%y zzMgl@qK!o;&d)6OdQG>Yn*j*pAKAyOrnt9izj>v-3fEy&Hx=6dapl zg4(?4bE<18D|uwCSuRh%5XacoxGl;zz2Oc+@j!*Nk20h#P4)Yw<)%En1_=H?4|5!9 zmfc(Hn**7_w(?ixHb3^?ec1*N5NV{`ASoeimh@T4^XAs~=?H@z1c+={oc ziYoZSW%1m~8j^;B7PA0^f+G*Nx&D|@&;AfhGYWE=fFBM!J5|3rqR(Wc#8$D!qI{rFCSyaD2Gtq zTx}z&M4Av}M%Z!6FPnBkQ*aPjSu&Gc#K7>RCw=uYx*&*-L$$kPSJe3{mUHLzcGamZ z`Se9RMB;RKR2*MKzPqwGcN5^I=W5ZfUT@*E?(Pf+En$h<5vm*(6rm6?m=c6{)Vlhg zFH#|0<@Ql;SOi(G4~gWTnQ`80phqsCg~#d!yY!&j67j&dq1WZJ9ezp`$ulBZMf!tx zrI*xKlO5Dq5j}u7%^0O`yIec$N?KFHE3EEQhbY2lz9*rXk+q{YFCza$CDb^pO(G;= zEKbVb0#PX54J$VK19!hyG!n8Z4maXw3=U`>GOFwmQ7-u|(Sp*(-Ah2iO;ZWanuMAe z|L9xYm0WSzhN?Y&5rI{iq}|X#RG^veC~MXTIAd*PtF!=!n>pMm6J(;+1*n@-jVZ`=I~x*)&8Tgab?euJhG zXF4A=ps~-E_aE>suGvz( zCx~D=ZWGaxgkf;cAZe%?FoS2LPF8=UlO1Ps8xOYNr+9DdQmm#6CYA#`6wR&HS;z&Z zYM1h)|7~F}^rx_2xn;tq1Gy#dIBE48Ou_IQ#P;WdX!}5B-;H5Ap8ZRxFQ81o`E)TA zduO(A4Da-?U;A7a`DMlZrNQOm@#fz4c*D`8cDZ^#-u|2x)gmudNbVBMDnt8e*+p9b*`15#FC%1dSO zjFOW4EY3B>CxSK)j%uC&5k8;{b=t9rwL^6$U=egZ%QSoKt9Q?&up6kQy2ht;0;7)? z4|?%i<0B85y;To(k6^mfuLeKReps^2E|g{UrDzTrO|#AB2=SV`q(IHYD)^spUGo&@ zya>@v1TqyLJ7)ver2VBiiWZg$;_b5IkX=eQlMH0ok$AeX)x2^)Kv#Jfw1?`xOlWsk zeZ8`~;&9^OuedyWbB9m4nnI7Y_qqnhJ|nAyWnKCIr;E2-Li;~)@eC-i8~`rf$N#&F z7y18k@meS-QwiFRaZkp3p3Fhn_}#)f4n|xiQ+OY$=<d=HORDjyh zd=VS`2-rx{)exQLIBf__ zCsa8xLxHdlc0+2LgTfka4eED6%hzbv0s%Y0#zH8Sk%yF|{I95PsawZ)?#EQK5nCw- znkr+=NmU2h5oJq!*Fc-if+KJ9k}mC=e+%qKeh2m{{~p*wp1ue6bN?l3yRIj}%B5$))GQ-&B(Gi#%FUt3dmhp<4c$hebc z1Ma^+`_)Se$PPHeWMf+qw0t%x*qV=k7Tb}gD@*OB0Pfu9*$ zPaF?|Q;KtTyyeP`hq;6nW2I=9++zo6Az~o;C2cPpa8dkj)lPnH#E&hx2vz=+Q1*5t zJRrn0IEPY(3E-Gqor%B5gd<&PyK_Kz;obDn;N@Dk5FY}RInR)ggm0*QdPRuUg8T{K zblfvLRMBZ5>mNO$jq=bH%XTENh6HW~n9*ngDAzO%r$|g=vQg#nKAuPoXx1;oIq;ke ze@4Q}%`w2l5YwjOc{@686l9953MAl~Lz*f{_EOWWlnA6aX07WX)(Z1=g@yNkB|54c zN>1c=1lVDh{?kW(u7cBgfB9jMZpO~=kUCIl0-=KeJ3uMMbu}^OKVIf|NFAbC;|+Zz zOQ(g>&l7;I&XQ^1k{=lx34j3l$_vG-R-_#^cexA~|q38*9f;UZ)sB6T}R$r(j-%W_wX~Y^%1v=nK(L zTi$1Z%1XtLCE0F$CV3s^c=Lf&(=x`M_2wSfB^u9WjOIx|!UVK=A(oo#HH;6-_-KD}{&j8eU7lX+*meE(p(NdLXFU-w=84{Z1OcW1Bv-r2Jb5gz?}XHPMR z0KWd8I(ujKd<}n#7G;P!Utjt&K|u{Q$k`*e?~W_W?zMBv-*v_PS&?&Eko=kL^)oZG zs5TVT9uAGtUc@{q^5iRD!(72ch3C*AH_Q-JCMT8nHahDfXLDzSE&tO z=5skoOijA{Tt%X$9*3$#{3)5EKH>kB+P4F%fc%Hlp75WkeU*O_T_d_SE2M3;NkH2} z@t&KY`_;2km_{P{&pE^zZW0%yAv!bSsA_lQ{GStQCyyu}rwbX4WWM24`qFq_`MDx% zcK+}c;JF0C+43$ZOK9p2`M_vngBW9wd9IP61nwFa=={Gp5L)`SA#lAVv*<^;lW%U z+2S`uj1e#3D|eI{*M;&@dHO_b%HL?wjg7DBSOFEwbe{40>h-1rK(lX9faj67*AaZL zmmaUTfgjI@Q84j=B;_B!f047kjcnkfiDsql$zKJV30-47K$%fwS~!T;TsbU>cr+?T z6*>|vrxCUsyh%V|Af_H(f^X44^p}Rou50OEX_u1Ve3Kj+HSgoulHZB z!3v~y18DW@(L1fqI{J57Ee1|E^D{j~MRwuLyQQ_-+r8Phn{{Oy^U7o5WbFVf@9W_-v9Qdfa$oncjw% zFjtUL&)XpA1@+NZaS>Wi`84Xfr>hkD;fb9?}>R9--3^Z;{dZi{SDODK)2=jh2 zDbVx@T>{c`5ac?AAOEsa8v-pMI0fv%q9-NltjidXJE%&Q*k1~O)hSx^syX~P6kF6_ zF>Db%sWX~&76Ivp!hc-hbTT1{+kei}3c=NlDRbT7xOirl!Ef5)1|eB-IoMs+RMUy) z<})hUYuaUP5L@r6_1U5MFQR#X^&p~>-;fj%nH_h3L)y-xPL81#D~LqAI}!dC-Vig` zK%da}yhN03n85k9Ry(8edL+&KHDN%)2yDXO)xXN+Lb+34fa1(^`dt}D9I{22&r1n> zV2gzqx=+SamV$mVhk_S4xN~+PeFmg9IeJUQlWBak&+_O-ayil8`Z^U0%yjs3o>t*h z@+S>f_@pGRTQ}Z)VY<{dZ?jj>T6@f+{+SQ|J}_GVZZziaa3_XVM4MSuefJbk=3Wl& z;s3WTyu2Zh{V%F88G;e&V*&i$nac!Y;=_*znhMD4kK^xMIaO>qCtsX|*Uks(;|`D_ zCYd4*R^o39y)Cp2I`MyKwc%S=Hs81Sncu>2z`HPPZ={Hl(gLG7@eH|@3%Pyxl^N!eHs{GrvhYNpNVb8;3FfPL8yCkL6Q zBQ({z4)q8Zr{%x+qmZfUS%jE)XYBDn@iylmjJGbk(n#&>=bHW#t3LmP*y=y3wE16I z^+T4`D^-~6?VHKDmOHV^xWm->$7g(u#m>+b8;jG@ zThNB9YxQj@*t9pg9besoCzs+9G?t!a@5=x(cEc*=pc>zbRPXN^55N@^qaa)=wX(iy z5Q!yB3yqo~yAjs`OZ>Zd{1!+HgCGBejR%Gmi9ge-i>!4pIAo;YKfV|2S8N&~Zu$kV zIpz$bA5A7vbG~-%n-{&qaq6muL!v6l%U1HrT$@Er-mt8H4B3|aA>&2@9pv(M*k+!PtAij&^$z9$%V6 zQ7h2!U&%P59+?J%hQB#yn`VUX`-Uy930g&&MJhNi*_}Nr#GshJ>kkg<6+pNi0j9NV z@)+%5rwl-)2MAsv9Z_)~gn0$`xfJMn7267edg=b zqN1B08&s>lh0^02Yv}T5W!HkLOr!kNJvrKjsmrzUDFz>eTDU;w6dT(5pqUuZGH@o6W_4n5b#GXVOI8BJ3Y0GfdVZDC()St4i2PoN&RsSTDt;{j?j9f z!Vsoj^N*N3zm;Eb!8E;W$XNy`*XtvmQuSUgjBiZ`bZ!CrwZzfA3x$2v1IC?Vmrmb|V;(=0SRaM< z8|qh>`XO={e5G=43P+k%!If}ORX|IqOp`z1)l2nK)QcwZhU=i$h%8p8DO!;kW9YN+ z)cv-2212BAmoHn9@i9xW$d>r{osais(O+Hg)o#_U`4i5`mI3K{#e2GbNus2Ga=!^vsmZsfZj(+7 z0Oae}_Dg~@FY5mQR z=g2*@Y2b|=E^1Y33j!a`d~g~e8V6|C-v@N#)vi@vy*1D_vHrs3#`Sj~O;$r4i2uao zSi;nJ(u&n0v zE-ZVDZLOK&{6)xnnm$g{B-w$v^u6Tj8~!|VJ7$j?IybSY}kqItq+xyyFBM-^NlRc@}r3PUSCm7=ao zpNK^2u*R#HbyzQa4wZ~BO3qdOeC1ueCROW~fR0DJiTatSsvtb9&}iSH@2h(CgRdP@ z_=V*?u(X|atx28X>$DeFsMeiQIYVedRKu3-^nB`L`b4KG&q-J`F8Z1>A&FhFO8!k3Nm6RGLXSjY73SD{0a#u)Q?B7TA!-g z%?Bv(62^-0D9TDtadnj20tifGw0q*h52QxQZ^0jWVejyKC2f1?PJ?WvP zg)b|-Cj81OH(GZ{Yo6hy7>tebeX-n~`aAtQkoh#}{q@Lg;{SemSG!;%snR@j|Li7_qNM^ZI z$`}l^G^J~6XGUb>f9Z@+g4J}zJh~x)q9Y$s)KVPPstDeDNgMJ=aXu;JyPD&~H zT#P$Bo!|gc$oBb{-LG(bat4mDgU_RqxtU7ubF&^nz-9Dvj9g`RxaV30J+HG#o-P=i z3I-TodnUns&^v{tF>uE*>zYfOqUXfV^3?n4ezx{(~GYXD5EMX>yJCc5?XJ+ zUkfWQ*_8%5ap9$lAUTNL4tJ8*^cAbu z!XfT>a~0y`DhHIXVDz)%1IuE5jp;1%3pb%IM@D#k`Y!KX`jqTHyL8$2F8y5lYF6Y| zG;C`r@q3q^bJo0F{8yKb+-G=G2eZa<2k6q>mhY(gui7K}HzEFog>(F2;paZ5+#O!- ziSl6N>b>!ydtF0kQ)idrzjCznZNNzq&)wI32Js%p#ltvglG8b{K zj)kkYJC@xmt!i3&k)xdL|8Sg>Ks{~+K*x1sf4D-^r&~ffmJKp$ZI(8IC~?_K)7>p4!R*eCxHNJ-${ZDIygoZu&)2N2!^sn0}!EsTPfEbC_?#p)E2M7mm0Ny#a%`|Ke&VIj1FfyK|wwhTjC%Onr4 zcO7rMRKiOB^Z|57l5DgKU~FKh>Ya@qW5X7W4#SyGy51*MnZA@!*S02(dfhN57JvE0`H_W z1*>p8i>E(^U`II}+X!(-1t(W1Ui;vFH4lrwR70yVa_5QAH|2;TGu`!$!V|%1#hAE# z$i6hncEr0^jZq#_Y831`0UZ$erG&P!)8WMVYcA3SI4KU&Mr+kV*X~#$&UmLGn?ZxA z-G!bTu<*wo3N5H$pQh4LnO3Y*RR=E|T6LtjG6@?GyJHV*LVl)qwwYWGF0a4@Dbot| z)kKAq>BOKGO${i!)y;cd5K*XELU_;8#s0d}BX}B0zJnfX`~2m1mR>`Sb;z0j;c~vd z@UT|u_kkX+(V9!<5_x+&Q7(j+OMfs4In^r7oiUQng3+!3$r)TJ>zHrZ?mbF36VPB$ z!lv$gcbpGZbk3oNNV@lYFcj6$P)97)siH}zSg^vm&yGb=da;|1u@R=cg!*SebHiSj z(LTwVdm?>`9;pff9P0UTuh^Z5xo*&%(k&fLgE<#QXqD=heS!S8edQ7YY2lk`Ih?t8z}T!` z#U~nBE^t|Vb0~0R9UU5-*Ny9t7>M~NFH9Wj52>R$LkFHRCB2R)+SUCOT(xDMy zgs48+6`Cu=3#hXb&{}3*u2_ie6BP&T&#!4-4`b|aH|O1rKOSH9-yZ8P z9Vb_;8;M7fexg*$OXAPJF?t5e#&# zB??8rjegjcJ5Ex}`}Qn0`;LMdpC_M+q|5L-6ra{CUX=Jat*?=?q*=Y99%zo1#VV>) z(+soFgMYL4Wp@oxvGU%MMPh1Px^SEp3wzLbep$(sDC+;1Kr`{rBnx!%#1S``cxY*SA`-eaXe}40IHP8>f>+u+D zzD0IMYPjuK;pTX_f$51?YjWJywpFV6JwMw31L<_FojniO0=T@m7(3hW_9acr#K+hS z&jc9H@TeC;YL7WJ*d0zxMvk~Jn(pTVm9sl1rCFh$UWc@A*1KIY&5Pnj(>mg$*Pakr zzLjaWpM2XD=p%j-H%mo}G+_Yqn~8Yz~(RuX(HgVpS@xJx2kDtd`in5s=_ zb({;^F#nqbY=ts!fc9*+$tl>->nTB$LTa_UytW2vb_+t*%I6ztIb)?A)q(%c#cwj+ zx%ej^X`U-MoNZpwsAhD>9&vEvBR*8uPHmnwybb!>D_Fv)cKj&ZPt7aU^~mN5SM1VL z$hjuA`zC@Ed&P=TNVC*)(%gP^JWpkHywfPFvdeh7p!9X~CZPt?B)$Tlj(2?e5kyb# zUCI;oO#5jfR4-wa4o&3OSTke5p_aBlOWZywEUVEa-&MWczrEZ|c-jjxGp<*D(oRhL^OcN-qyA7nu`l7nf~KvKtR8q!ts{6-w^fR7d+a z8?V>T-|F`JF#Gi5NH8DkZq4m!_A#7^miCoYv4ujQF@-#@;Tovff_bQ2E{# z-mVAMUrv^FUXP-Fyx}4neS-Q%_$48C1vCBRn|i**8FXAjV6tOq@$_f}TR;(a9|MV2 zY;y3^)FLz@_Vx1};MWoG_54?Uue zRMcb5@_b|+uGR54!r;uWdKOOinQvr~7CBCnL3heKnBDUSsKDILzSr~1zSqmZ#M|?T z&Fl83m>0CkLYub%`WVc&XN{Wydaug|^ta=*A5Y6RuV?Jcyn?G!J5o|e5%x)Sxx+0r z!+ScG)IaOVZ=#W#fL+rnNz`5Uug1?VkK=k8vF9b6s*F6P*lB;PE)R9_tgbx=gP0u- z+}U~H3FEuyy7`ci;m=rZNqxeL^J45{ql&c(za(L`-4p}g4}LfZB#_d3L?kzQ3g%Wm zOLs2l#(%r0o$z{Vo%r#>xmMpYJd(*+q+#8z70?1+?Y(Xf7BkxqFvbZ3O!b3!i0rq9 zfzH4Mq z=)&dYTrp*cWTJnm?I^h6CctYZvkA@%r$`O$-u(ivpD_`}Np-$s-ngc9HN!x*h2-!GB$kI#cwC+-==rUUg}$SaJEM!!aVnGf{AN1K&JVnGtk+l z-!IAK)<^VwAqNiKM7~ff{qp%*h)*J~xxY}Rx2=>Ed6YeTa${6^%x1N%{c^4RbP!#! zr_TDkn?C0-u~$)I5bXtJWrbjw8HSD@DY$Zwo`!$mlH|`=2mF}j;9wp_pezcezWxwe zVWYB^NxQlc6)F{gzf=9i-vgNgZ|0yl&BCc529rSvIk$s_Z->HiYGRUj5JM^m2WU*F zGu$IvIThK&Z0kZ?W==U|Qag`w%a$ywlt2;j+h}AarE3U!XL3{+a1@*bC(x;512xk~ z`h!Xsh!^0l+J#nX(I2WWfGW@8`*Y zg5?Z~7KD8+PbQk)B(N0CE0wJLE=`obZQ$n5MaxqRh38wv%fS(S5v4gGgxjl#p(q3G z6%i<+NRj_TPq!va=oOm6u`xZMudgCJ{h%)1kix&Sk)_WthvhB2=F4R39J+QG`I;${ zFJREMLE+AOzQiw4DY$uAH>criZhz^g!kgDk<4*FTZVAmya>hAD4VSbWtk_=UBb0(d zxl!*2gJis3(A;8<&{CnO0J&W%bp>PjMF6DwfEBn$7`!nBJbNa7;_f}Hw7k76c&ScJ z?Q`iYCoLittMn5T37Sg9C^YBRH?|b2y#HIP%yeSNN|U#A5C^3=^QeKQC;`>rP%TbW z&Q1iA)lU~xeb$?ScJJMiyin|*G=Z}z`Qen3(xnojPbi~KL8`D%+BPh^C7*jRJXgan zVX1OOhwOMKyqB_o8sHz&@Urde-`RU2M0>9hXzu<4AA>62r3k9o-=dcsgP9HK3 zgn3|-5EP^+E=LEDWg3wDCKs$53PGvd`XMBp3jR3cxHRv|6K!C&w||#6Uvf%fJP=g?60x4aFC^R8&3@TM)wB zrJ%^SmPnKU(JIFaHNDU+u2oD^^U;)Z}xjL1GYG<#c%H79=(KEZ(Hw&j) z1FosyiIDA|%|RHoNN!jW)4`h$%s*n88jqA*awIULq81uTKN?!|0BBMWS`VTUCDVr??&KIn@|)BQUb;rg{rgx-IDvh>)NgpYC^byR92u? zv2PkK;ySKtGtF`&LZ&l_`u)LspDGq_IW<18H(seH zkjcU z=wL!lrYg0_$SyB96@*^^IPU%z9Oq@3Q0qnD9;eY%Q`YQLR@>C_J4ZuC5Ny*+M|Bzw zEAF30otpu&fJ_4T-0%(f_bCr#=_k+6abBM%koMMN2I|n%zEhQ;}t01^npd7T6sc(l8KP zH9GZ*eV{DP=Vudk$E15P01PQnvDUu4{F4Z^2>qj!$ULpGe>nY8s2*d9 z*oWlkMk9Boe)S3k^++<1M0RVtdhK!?S>gh-#|q0u~D1M>17gf{iC&u#+mXgnBz#sgB1J5qm7cJQ%n^M+PlJA|<~>ZVp0 zV3&PH(y8l$NU!Ee;MEizD>)IGNm5%@q&Xv(AEZMmco0MVC=P5Nu)z;+9*w$PcP|Zr zh*IEKjyMj#+^)OBr9>NVQFuv?O0~fytF_LghSj-u^kMdwa!ADYws}~OkivwB1xUtb zbsxqBK@pVfFyoJ*!}7Xp3#Oj4z8BfPrWUcp7BtMA57{mNeO%{#+#}RRXv7W=RJS?2 zY7RucqQuD`PwI+VM_S{cMWUwrU4Bt;8I_`m-XltE`KbGXHY? z{V~H97TzsL(s{}+T^4hVNNiW#bO9S1mQ+Jh$Jv;TTeBKzF{U;1StU63kXQdiO?m5N>9A zijrFFhS!_Xjs2q7gxD?Lmm_a&uNJ$mSb^^>b?&tKVJc3iTT*U$Z>;m5{-Wb572?wc z7m=DkNegR+zmK|^eKf+h)JIb(E!^hsT}^8iJP#VMPA@!KM7b~tH>yay$nkNEIQ7i= zTyi)PdJVbm*#gh(je%>q$*m(d(gzmWnCh^_QA#&vz~f)3xq=JtvFI4?)<_zc@Jhw-yd)BVaTMm!)5I^LX_b!w748kE&E~{5 zDY*rXFbqzE#6oYsVqIwv#{LYu0*_pOg==7bQ0zU@;^3BM6cCB|nuGk{| zn~g)r45*3Y{{xV_1GZgz&k*H89o#FB3AP5y0EgW8G?0x8Qa&v}N{|m7xgB`1@-G@z z!Xw$Qf;&^q12$b}rU+KkV=cB9z!xxD0jJs=VPKv6w_`OuIEju-d1$Zu!SFh2!Fss- z5QWcB#|C8c83?|L7rU#DyrmS@Ay*uDV#uIsc_~wOWE@1|^qEssPOq(2#Gs@|jBtpQ zM+4rM+tZ9ks4G8-c2h_9x=LYwmKhme2)$-;zXsbT!Pq>!088KE@tQCdH~9F0CDd)* zdi$9|nQtkyM_j|=2ymK>?ayhp1uuq78{DIgk9ph1D@q^pY^7DuXs0FJ$nC4aYv=)c z_okJCpSR>IKlgzb$PYx!mCA-R5l5wd(V9@J5d7}(I2HD7Gy+e73EgZ8ZuTtOG^JNZ z+%8&~Fqcn3ig{fE>a)6iB6}5%$_?*Vn++%~uxDibP?7m0R_8lC_ts2y4I};`l$NAR zOM@L}^IfyJrZUz0ew=N#&LHFO<7}?MGS-0OY{M&* zYR~E+t@|*8N1+|ZjIpgzcBnnu#g}18RWC7_{<+6M;iwR7*m@^g!bghOS$_?KTwyhu zG`1gqjYa(|?N>k@1AYyy8_C0u2BA?u}IQ-?Jc?sI{QFk8SRM zWTpeZ!t>M< z)3~EjWYASlr4jz_&IMlj>PNB`tuHJs&FGQkI-V1J#x6@4u8UUrqyiI|fy)e*iON2D zwF_rxUW^$<++s(KzMD=*^GFr{FW*4d}#ru^`d?q0_o81c@&==0W z=JxVNm5h5Sno+psNOP_6VYTh%$GGVzl-@B#=~r{VtK+6c|5V3|-qmpz`lrmeu{(Rj z<;eIjl9|Ak{m8=1ZBsQ@CuS*>xTzT?*O?U+_0a>X1qnLNTQ;m9;$%&*{+|(>TA3Cq z+XvG;QQ@_j;0?!pzAl;H6}v*v7{BL!wXJclbN7(3o+to$~NEG8dJg`s+U1e?;aA0AxP=8=1qsBXh0)4`g0#w;JuZxno+@-a2jkqC#*b zxDtV%&#bZEDDK*i{7izkYSzfhna*%$EvjO;_mJk`mO#SC;QJalL&<{moE$)G>^SII+hWF8Ggl3tGg0L`O*L-WGq{|PiV z`H#@t`hN_~IlMRwdV5h`f@D%p_*o3~+`=Q`p~2&5I;3I&y28_Xo}i-0z5GG$xZ#Yw zmac+#;5k=|jTOJr6?^o7ICdhr8FpkYRY74(@FXSwvVwg?!>~ouXlj9c4=%Au$9%9|dVz1eRP5?Z_FuBtZ{Z z>_vKsL7oZsWn(=fV*`OZA=^>br%(3<_t{aj2H{oP%Q@OjXP9{aCkf%K;0XVk1<9+7 zL75U&)QXX!a54pvtRak?YRT8p$H?l7g9%}IO<*q=45bs2I-OL9s>oJBxD0+>`*?-` zhfs^gJL|Nt0NZyk{hyinfQwV#+4N(12RvZPHF8UwEBT?rbitALr*gY=QOG=P9la60 zrQ=nBrO*rwL@R+~OrK=mDqzV~Jd(~bxf>I$4h5Q{Wu=`_ALq|D$cZ*!8{~cAkLd7i6+z$NZ=}&$Q=exDQG?kld8M+f zpb`zmyJz$gBeLYa$3nAA18%gD)2Jqn`|c8XkqI#Qg68u;a}+&l-YrG`R>tNK z&HLExeD9vA>{vsO75AqFtuC$!oiG}!M59QnA;gl}x3Du|&m~yv^j!Bg{lI1@DNWFF z@Wbj7gmi)Y5~LZ!9i#C6I!uQ2ECq;ymlrk4%8p1F?#*%pX{Y0BS9XwO{F}&St zIZX73fjp<~Qe<^nXb=y@q|!D`_#S+aJdLOcP5i^k7xdncU~R6@yi_#6D#+xoeLext zqPYhWONebyq)(V3jEHOJJU$&OyolNawGY6>MWAiL(OS~lhRwf{qf%r^jQz;xL;c${ zo|(dN5fa%-FoM&QE|08xo=}u#BR*!VUhwU%1^QtZabFxiA{C{fX~WGo<);8aI32Sb)pE&s7bECK!+6T8T2UyZvXQBpnblPaD zf8-?ez~O13tZOngE!kOP1G@!^uqLRm}sY zmb8Y2(-K}U@V6mUVPMoJ0f?y^Cilq3j=11DkQHd8gi-cq0Q(->N+UB3rC`j-!HgB- zc!Y@DW+Bi!a}&0Ir)D;=D<}Z(R856>CLpOh$ z#~^W0z+MOm3m9LjZc#2tu_T6WxSto18;ChK@Mk>|Sz)9w8-wdm*@L*6XWGkXCMih*Rz(Su~jL*_oQ`X`_`0TsQ>@LqJ# zdsyJRy={4(?s8vi2kZd#Bbe>hr=n7wr}r4Seq z>)UXEu3DF0@+U$Zyi;gZe26|&tCpgWP)edPSgchPB^KIR5T9uMsKXL_^?MOiE`MEj zTU&xn{AReI7K>trqD-_`^>}X^ANUj2+@WGvkS0pyIkzfZ!sr8{XQ>{HF5F{KD*WsSmw}2Qj`u_ag&s; z@a7kcczydroeHO781XFSpK*l&2HxPq_PGK`UJB-7vul(x%IieUbn(zFW)etM@1fjv zBahmUMrGlW&p0uOKYh@QN^?H5YB;CWfUP4>Yx57^F+n ztuw*sWc_gA5i9a2L{#4XwgRo3Ks>*-K}u|aOZ(kr3_Flo$bk>J>m^&$!GA9K{FkU) z1o0Y!s7|fCkC+Kc7O=OOxun94R=-NbT^e5WReJk_9*pYrHBypX8u4t(2?&eT7K_O3(nRJg^CP^@aoMI-LNz4T zi4Z1$uWEJ3NSQxB3ld0ND#_WJHS~N*%#ZCvaM-nQGmc{3WH}R1(iO^F%(H(Zw|~*o zZlcX>$lOTLctE=nI!A<9jHh(mObl=Q*40u9-&Lp!{x>}LhlSkLKEgV6@C9! zDX^1yzfoZoo%0e_SU)THt0>`Z^o3vIS7yrZf}ku#fN#6|49HMqer@9_eK#&Ig8SeB z*;%EW|2&{w5FZ-XtvraVk{$^yZ07fQKw$!nuCJCPLq!}@p0__~JzmrSKYGuZ&_%oJw z%;0MhmWvmLNt;czQ-;sg4THv&N)m|Gwq?P%hx)p^x5{*N0CVfs&Y>9H7a33a_!*#u z4^`=bWxIFYj)A#R5KKRXe-cTJbnPCV(n%|KY>(!$@+jRJg|LQAy1GR{%g5X7_s!zp zNv--~S&(C>q@yBRe&YIT(^f8P^6O)ZmV76=t^{)dM@Q*Bn!?+aCNm{a<6>=WOF(-x zP#x-+2^D0f_s~?}{8y~LqNm@30@IzS27R42?>|9H{5G<7g=JF{VUW`Ad#*<1Tebme zGY0KI^Iuz*RCB+DGAmV`(q&@H3hi-+0%t!Wa8P%nMbG0ha$XK%d1@w(#G8E0?6QZu zpNY4gIsv1epjbTL*z^Dk2g`7A=hnyv1}klC**PxTwXe{nHtx%w$ESbSM)d*O zsFR{$Pm-##(mtn_CGIO0r4eBJ6tYGWwF9FN^ZCN8o$=eEIxhYM<|ZrO5KNr2-EVCa zI~7U`zedx%BD!%Y(6c@Jn=7+B**3kq(3rzg#=AC3*=OALu8sCbA1Swy;E?+Xc z5D$QAq%3W)V!p$(@6%dPA!SLNR%bpTO;<+KMq*g#$-7?y>Fip~m=iC#@Oz!lv!7>kpdGdxY%3$3>Q2=6X9G6Mu7n%AJz-~--|d2=h8 zC$4Po4Pzw2gp%lGba7M3u$Cy&AlimCOQT^>4z&us(y)7PjO7lXYsX!tZLa77#Fiof zq13IC%6qWxUCzG7qj=+)8@w3Bt!2*az;~KI!PopQoh)u@5v!m)=h%~%^_z&#bkDHt zxIZk?8LIMV=xLvD%(Mk*N3e7>33)-+XI@U=ET+po^LV{*{w2!4KM8Kg=e6Y2V{cHO9vB ztEQ=4PS14+{6rrz@YVOn`;daX)>nNEJ$KtS-o>A&s-IiREpEK?zp!^e$g{(@!haUY zJ^3Xd9LrM)j}v?E=(({W5f|r#MVC6`>Un{%ZiKtxfBDnx!Y(u6D`LELVh23Ms^Jme zg)VhF8-K}7tA$@Mi7Y=BCuw6{B`i&9y9;8vwY9DZ2OZ$h!o)ru53R%NN4ySUu)LDk zAZ18Ju;^T@S!@q&KB1YT9I=W6Qq(`p3r{AU;d4--shb3O<9$}3eXLnd^~coisq+z2 z;c~zQBV4^U?y!NvnWHs5l17q7k#f=R|A(`849hg&`)()Owwr8C=48xdbFyvQw(ZHT z$+jljO*PrIubR2_y!ZR;eeBO2=h3Imx>oD|TNZ!tSKZ(r{1rk!7IMOqM;38=k|$8t zLMu?g5S$?2uw@JoL|fA1N+Z@_iUERX0WLrg6>TZ1u4=7Nt6)M8U~j3>i7}k!`Vz(y z=`mHk%sEMAPs)20D(tR9e9g^gPKbOih|eC=QejyknD5>(6=pelf+tUdVKNEddzx*K zQl~9$_J@9nywNY~LdZgrDqQ(1+zDeHXwLmdl&uhvz$8}tTRlg&OcJ*6k15QzOz9Tp zD>CJbbfzSRh#9oj;z{{t6Eg`|EwMvmz?FW|66Z-JaQqjr7U49&l zNNHkqE7UH9&N$LpQ=J06R#cYVG^UdE&sTPF8%8weRR775%ix!VlP z4z5ay64?mnyAV|!qyq<51Mc=3567||i%vl?%&dVi?64k)&OlN-{!{DeTxo8hFsdFq zJcWvoX{(Df6+K;3@DI1YuU|F}t`A$cSMz4tGdfzA?3z3~%0&E~b!Gnry?AK1U}&F4 z4$KB{b#51xdHqVSaKC4sQKUFlyO~7PmR*J|wBq(n4YI_Gn`^5wG7&yUnM|BcOl$rr z7^O*l|3|@S;H_Y^u0K2_JfC~~EAqcnuSbHJ%xxn{Cx>7EWiSEo@N(jw&3eGmf%BvB z@5Cggqfe%aX9oCndbbn*)e)7kWy!mSgljGOKOIrwr@hF;>eRi;X}!-zTzl0U3ya3M zkvg_$m`3b@PA-+25qXlA+)U%H`16tCxToCoC3;A-#1efM8wR(=w|DsulXMl0+Xy30 z8F{+x`akaviXx#9PS?J0B5BW#GzPh?JP9PEeAmJal^gA~v!MasQpR$|@r7--t-}CQ z{ZPX}*_xcSP&I;rQ@+TM^V3%RmGdN_kfYs6Jf?8)DLMr#>|b6=La%r`$J#+nw@H0^_cp1)7LJ7 zCp@!%=+;R3ay=3P8!-&6w+8$aWdq~3fkApK==ynd%+~*42VJhh?huJMsS6*y@qa@Cm7o3>bvkplZ=O3d9=rOK@ zlBhC)!D);md;>V!A9x3dG-Py;319GiN;ddc;6`x)qX~jF;xRYTu+GtK5)18EK|VMJ zo2X$}{~W^|G-VUct`tDd36(}=6z((3a7TU%7_roVOnCIUkeFMc&!x|m!k2qEsVjd*l5OX*+{i7SyUCxi-A@YP-N!jlP@BD zw1h-ga!C2c*Poa=)y&+2O?Qzmcp-(LVWA0AiJ|j+_?I3y2LlzDD5Rf3!wI|HiO|~# zPg<`QVw3sEeeJQEiMOJGUZQJ1ieG=G6asS3Sx!8oj(pHKcnZvgxfdvDL`zGuIEt-U z(p_4Fx&9y*3W-ysx}`2ig;`i5RAGm9xII*8)@<7RC9}<8F`gD7RdaIf=#elq z?~o!h-!J7X%#lp|oEBglr53LUUVnY*0{>_w(f2c#qHqx`H>~^{)#+N3wbWOA-7?g9 z8?pEC!@g5ESFGw;R(vxf`*8?6kEw%H=S1E?OQJ-#9#{x>6xm4^v5JY%l>$9)fOX1YJl%eSIf;! zkq!fHAvFzTgg|z(CxPCATRDRZHvU1R{}p&j%im zAQkk_(h%H8fUp_+^_U#Ra&rPSU=O$54po$Ovqr>deJ?7Ye z0C}x0;8tBJG2$*idQJR`dz3!IbP1-jy==7*D3Ovbo0CoR+>U^gPFAb%^}kc|4q- zVvO*tZ^48-Q^GC{%g{ zyma}DVSldxL4fgPgUc21y7O=>d9reJ-`ofVy347)5DU(56B9|#fcRST9yvhxx3a4W z>Is4p<$DRVtupj-Y4YxHKSH^ItGj8R;-$O027VcqQn~TyECmf9q&~PcrvzSunQkfn zN`;T#v51E&S8jlF*#n&Z1?h73DF@h-LXuCxv8Pd{Fuc;w$L#F+?tL*q{(OLMG3-VC zZd@MDA=YKaX?n!-2#ZV#vS^l*|EVo`^r~AGyD+^N)^%urL~*xuM8H{f!)&Sfk3M#%Xy zkH-~x+AOA;Zy%Dp<|e_nZ6QspdUdzP{^NO!;LRa@*)}Rxw4I^) z8rbBGAO0|P@?rFn3HF|Zd)4!%-Rk9f{m1jY*UP!ntJBMGZHVHXPZ6Fk2SX8{|5^c2=(_4lwD-X&m_ z8p+zvk@^~We`}?ZKIy`9r>h8#kZhNFz3io9I)BEH@`yZNqX-HM9OU5(W(ZfAT{v`F$}ESG#;oiu zMeNUz2M`R6RyN*rOT|(6vnhnUb!O$tIcE&umr5ZKvmJFxPi`| z*B5y_J#6nBdt6K48_K^QHoP{vaiNaPoQy>|7p8c+6AbJNT-iVrVyJSzBpaewJ)9>$ zg?;SCnUiwX4_98A8okZ)yCm}=lRN+wx2hMMy9CJ;3+$>vH||^wP>J^49YW zVMBhCQMdai!d_yz@k4~B9L?N@K^$@s0i@h^X4O1z<+UhRX*x{23rBLlE}bn;_9|Qj z3v&5xbHEJ}4L-!w<6(9)x7k_AFNAKx5~$-v9g8CJgAaD~yv+sQ(&qkyW1D368Y;9< zRYV?rLj*fSjIhR&gEFMbr^_y4LnQB$^Z!BxO}{O^169Kd<1S%kap?my^SL*)*n|z_ z{31xtcWFqP7)n}HACmz#5p{qVb9+YjFUgL2C)x6+E`6%mSd`-+;(|7y0oO7K*W&;K zw4!zA>1>oM%ntj?nBnWY0h)%v_7zL5M-WXwukPA2VVk9I0qQPYk1X^4o&y~dUA6MO zgqHElc<96B2{8jltNNuRyA^@DjoH2`XkT4KAu|nV%1}HVuIkhOm1j?+S_}^MQ1{EC zVgdV}L2O@4mu{D{Q%k*&=0f%6y!F~NXE@9`QYF{RqigSreZ6VK5M$%I#FVnyFsX1{ zhEQS-Fl{+p-sghTgudB5#p}<jYLB$oTpGSD9oU^JPN$|(?zB|FzX`m z!+%h15l-Gelfir7y3ClG)0~KqlsCy*pQ6!EzXre)E#TwgirtA;_T;R&Qo)uM1^k#7 zF(9SPz4vAa$VY=IJ-KRDZyDd}-rl3hP_K(Gw5tCm51cwAXyUd1MG32<@u9m+68HRb z9Fi39ZCyqSMBO~B@mvg06#=kaqSOXudqOMLDOBli{-FnH(+0q;C}D!&+O zFG|-HQ9hVyyx_2eCKy|`IhBc-$SQ}}cfuQ=A4QZL>c_~PDe^kVS3i=k?jdw*IGGIm zmKeM7AK`=oQ$J;e+-F8t@(h}8G`f+|$X>?7+jwRg#t$@w6SGM7$-{0>KrRnFHzAY< zjv|=>E@hefdDJA(;*LMb1)YNA`~o79<v?ifSI@`ti&&qWA@Ou8TpS?jhUtW9{zd{~p= z!p%W+n7n(u0TsA=8Cm1z&%A%;7a;x14@ImSgs68C2f(Q=mn8GO#-PX(@fP+(ojEON%5kspYL`qVU*EfFJ>IAteua0BRoHeFtf6p{NGqyvAeZ z}6eb&ZTo1dOl&g+LwBzFL*zNv{)o#o3==IdP|CXd66#b zfZW9H1V-vo;*sMs_a8fT#sq0kYbgZZ!1ip>&YGD!+cv0x;rP9&1EkKo13NDPsoaa^ zLqKqYJSJF&Spr3)D*r7cAl@z8DRH=6XV1hEDpsUT?!sr!nExEe%&`aUkoM>%Fr~=O z`rvIcIQT8q#%M3jn%!sH*`!x_FbdT^Hp5(GjlM-&O%?c20Ha1jv{J=NzJ+g=yGMsF zgyeu$Cp3jqVL%liug2Bej-lCz81XK+NaPK$5f?l&un>;a0O11@eb%r16ORkoWAz3yYCiMP7jk&0*ZTB8uKey(l{era-ow)CWV)7jf977k*jfa- z?(!yHWHZb88Qsja>R$tv&x>fs+Og9>*#CQ*$ycsXO8XM7UpS1udx>t0w~C4z?(`4r z_VFkCdiG}{VfKT{q&;pzbwdw^d0#oE0-v)>WisMcgE>vV+(?3Gn}{-_Ds@3%_Y9ix zH*ai42MAMmgA)=q)J(PyR>QBqO&r3x>tBK@=FZP&rS3gSPk>)Dl}ZKJSSIRWlaNSQ z6f&89%(4AC2D|P_TlB;7TEsEUyi9x(LS?A_3Za4VJ~_I8ooe0Pk|JNgR>CI=z*fQs zP&zryFjkQ-E-kOSktl_8@6`LkrqRc=lvi@!E@&9F{MzSUw-qCpn^rzYkqeHuM6T!L zz6RDJ(Jj}uUdal39HlybK2?`~v##bhHW0Zo0Yjluaj>b<+%@+`ZJ{F7M2OBT@b7G4 zV^_I3vbgFWos&(L$#D8XyIO!Zlx!{cI(zasnzH*YRhJS1zl)6I=YuKIAECQ-0i}=i zu4vXeT%{GY8fXz_y|EDvt)2TE=%DzL{w$~Jc?=-t-y`FS#3R%WoaKOphX-SDlhBfO zLaXw31Yjszg?3GzjQmRisvLBwd~m3yZyWj*in!sXVSlqF0+di=OU_9@Yy;YQ>-Gqu zvGWf%pHcxk3BJnb8nV9FBR4qQ=kFo6{_AMeudC2+fwe@-U01>eTQCFyprtn<)ac)Y zP>AHvT;rNv4v_%@s}Ux360Ny;_W=ch@QyI0oiqWG{Yhoj<)Kp_N_0z7&R&cZ|B-u*M`vGY z!sZBq%@(pjl)<`U_L8$e207J;xxwn25c;1$+>crDvV=$@s%lbMMo)gm&P z`yHl|ob+4eUaykOpNqUiJ{9Ts*L5PqPNTkit1fOkskmcNvbtrXg6*QaB8x~8ndVO% zWQ9Ds@A##h<^91i@2Q*Z<3H~3+t0--8vz)9EnjgFDB4$)!5!W;;)`!ep( za_i@4jZ|MJq})iH(+7SQ*vWxw9~5v5>xhkwv^OeViTbfZlZ3n1MHPaBgMM4>Lk^Y& zhTtI^^$~~!drAue_kzTCI7C|%2uG562&5siAQoGRN>gnd75!g8bpA87L7TC&ou3Gg zRJm#6N&sA35-jgs2St_klFNtvKv^o#-nFj?tn`acZ`n=ctkk*m;GtIS+no_m)pDzrmt4X|pGQ1H80wsbTeY<108)>*@>X_VZ2iZh=jw_1xJZw(sX- zPR(eVU=$7`Drr>mQ?6uY^`i8(?SD0()6ia6 zXk5HdYkqt5HWoOY&i4?KrVmxEk^eW9l)%2bmmqib;P0BiQ{GX_ffM4ge`Dh`u|zEq z$pZEbon)G^mE5aXO!xaH>S6~3R>@6nuP!Y_E~7bFP{{J1oDq#a>Y;=rx{*zwTIGqe zU~>fDN%sXLi&&H>0X@Q=u%7bntI+^IAE0DrD)MyJZfyXDgzd99PZ3&h$o^L@KKVbm zc;yb4VRQ2%qOt&2=2C|<)H2GUB&jne4jfV68d$ze-8tp&Hh)DaADZtLZjL|i<{8GV4ni(0X zMYi z2Olf8D_We+C^CZSk9L=Pc(h&!nGAn%pA(}ppKIWT`P?ajuLTkceaAf!5kU8*kr}4j z`^fg|qW5z}1L6kU^};1t>omKS6<5%dDq_yo(a6wvw_RAao2P4VBpaMtgu1`Ft-s=IBL;gsWERj`(q=3tdH9OeRdg~PK6ihbhn zx*YjnR&hd9njks&NC->GK;aEg%)-HeO^yMJ!e587S*}qSd?7CbRIYsM&ZhMx^V9Bxu1e&fWY4!`L7R zVNc1R;*fx7tJr$>k9=CuUnax!UAnRTpd72=j;Yjl7Ds3g1I*x^trG=N~$bAbvtH?HH~p&%Gi5REevviaC~bCM;)<6YOFDDJc&@Mkb z0dBmXzQ5i9uD0*Tyq@*}gpnD@Ei7I{L*TQ;Kx(nzV_31z@fC&kNehj7JIQN zFyX2@83ws?>et48hM;R=R=Aci6MgzRDe4 zjrSf((a&hbYH8|tzO29AoX~r|j{SJrOY?eg+FaIte!28|#tvDVc-_J$x{{{UWP!cp zf~hs(|M48O2jqbp|CJSh5f`OT)@Cv2rJN>D*U2vG%x*EZN%4C~(`pbMwj55nTs%C# zwla;9&2rO2KFdp-6}G*Q>eA)xLHS=3$VnsDTh5R?uU%nw%~FC_;}&uiyJ)>pNGIh> z&@V+P*)JPy<3M}JrkVT)EN3pp5{E~5m~wOsNphFRvXtBbEAePw5@0fPiwmnIym5o9 z0r%ndFdv$LIZ)|B(BV(de&PS%{RH^ivRwf}ef}p)<*TDrke*9R`#lnUOd-Mgz_|;e z$BNIP2znG>;bL!^CpY=)*24T}w3Q{yZ39>z7(UKB&fX}}FdQkqEwi9EMrZ~zu5h4D$Tv{Es;G4nE~2jgPeK?-`42*P8DYTX3y@rEC^8662B{0u`q-r>6{f0G z-tnLX$2%Ux4|)i_f`{G2;svdtH1D$sbSelRxF!RS2CDf^NSTQ+Xd}V0Ko4=YmJWHB zC|Zq`P+?M*=ZYmPz$r|k0iocV0$l=gPy^eYpN$duuhZ}ic~^=N2s$YoB(vOtMcCev z@2+6=5m>^=sq-EGq=UQKNbNxNctH8a$P~mOeNIQNeR}Kfo@*a6%5etOamJA9qq@`3 z&70?X%wWHda4`&??~~3(Z=TP@(u@>BCjsq-sH8?m-7nL*j7W7piqV+_W*3q4t?!?z z>xg<9Ky`If9j>TQhJu#iv2}|mJIWOAS11H~NX!^6xT6KUs5Z4<(mSPN~ zCAAhEQ>zi4MZpFgOh?tyw_l(*plZdYvRd%(ba25%2tWrboc_|m2)_TIgEhCt|4s+7 zzTR++#~GHV_9d>H@?ouoE1Xh}#Jy&=`)($eBDHMF#MDV|S|D#nfF}o;Evv5)jW32h zsoZ%_uqC4V5-GNHeeJJpUAaiN5bTj{hLThIO$aE71&KZa&qD~>EYlHt7X!}2R|w6) z^|5K(6h9(<{l&QYB^mui;Xk+_O4i@=@Ls@qc#uZqjHNOD4@t_YGWGK!O-&b^Y z@P*K{07iy(8)aIc9oKg|FvU$s2k4m@3d7DPMkxfn)ay=r^SK%ibm53173q`^cOD^YG;!!y;?r$2QJFbWG$3rdz@~%AeOV1uiMW&D({bTUm9cg_5@5&liDqqw90v%l z!&!-CSjYxr&S;tV`;%m_e@s(3*qAG`N%jCiw!639(xhAe`u#n~F7_u*y_7{^u z-X;=J;=1GD9J+0LJfQulX6p!Q2}SbQe+*YcZqBE~(-e3emwfjw$4FjWa|~y+p15o` zt~1ksq@tiuJAD>_NnyEQ-nMn{s!000@q{v`lgJU7+{0?e&2c?cEm| z2_;&7ZRYa6%M`Dc?d4wWGaFuEe#f7BIJEM4bNA3B#*Eexa1H*e zZl2kpSZ&UmW(3?BvKKAjUT6Q%KEW70w@-{m(oP|p8*~z!_!cOo=%bJ~&6a;GjQyPb zWPW1FP}8FZn$2T(`8msvppL9=bDyd)rQDXW8L5dN8ud{$I}szT0~a-8Xd|LEy^& zq{YmLoH?T-z;J~PH28%?5203Xzgmk|sA9uzl^ji5zKB-bW#_A`>$0|DL^{nV`uvUjoUfkq?ZF29UAjRjBxi$MzrD+Ck94Qys$Ip~Vsl*EzJ zjMEz)BXcB|&G;P2RyRIpn=9C3OE^+!6QFW_mgd=cq0n*#&f_$U{n(aVsxCdHF<>a& zCv`f5Q`+w;JSrcd8}dLYBi7&0>g>pGZMu-)fVxj)trSm7cQk9@X>6<&p_&XyGLx(!u67rWd!%B~Rf08r zK1cp1|2z1UcvRa!tfCRsTo>ULk@z9GWvePblfKskoX=eii+I9#Kd2&M^Sti*=N&Gy z)Kb7RPlbX|xfIBU;s9vIWs^=`eLQ#fH!25LhMLiq?yb{pomEdH7FftX_^VH@gDL= zVJ|QGM*jl;(myh5xKilUf+}Axwh6-Mk^UCV4S54iHjOaWu&vPVJKiUNN3I@n(IxQX zAr<>T8V;FV;vdO*rH1{`)f|I{XQ(rfiU32YeI=lkSlHf?y$Z#*;B66PM}yR<)P?)U ziM_L+8d0eG&L18z#{dW6^)ICc&57L{$Yzq<7DE3pUv(=rSxJ>)+4f+nFTfBUfktNh z!ScQ=V=s4tY{R;`oD5cTQc#>yY5j2zKz~WuSha7b;VDbMIvD6_0}BgM8Ya{}Z6UO=J}d^SFgmP8 zk3k5nbSny`Y=&?d}?VO#x#4-acf!lMu^3<3EH* zcGDkw>LPXi$9ml<09dbbWa_sp;xGR6@78Mxd*g49H|rJoul1VrX1)HzkNs5~nxEQH z&Jm$JgGE}VZdCbStXC%j@fvkuH=AL$CmnTsvUEP>-o}(b(zt!~^m>dR!2vE%RtfZm zVoV*#e@xd~5$xRYjes1OJT2l+vo?8IwKcd%9UFMw!37A?D48*x|ypX0^>=VtcFtND5YBdq87eo<`R z&M--#`H)`>ehr?LG%?vbd=NwJD%&S7@-u5LbO7Ze?DQsO>c;dT?MqQkI;om*xzC>U z)gu%Bm;WGrP5{z}DBWG9lsDb*K9w4ug9F_!&d|-g4#R<#3BJaxHtoFHL3xCyAMxK& zAN@a2pKIb-U^PYCR07!hQmWc7n_pp(tLU#vIV9&f%A{K$C?(6Jo@m5K^gA{vCHtzX zATbyBpXpl|8=a)8HSz_x5L^9XzfF6RRS2jB1V2cjjk(iPc7_lqM|OUdnmUhsRZR9B zzkl&}){EKv2Dj>wteNtonb2-eE3h^qVmXAhU&NvpHn$dx?l9JV*F<-4C#%SUD95W! zb?fx`tbuv!KO9*4e{*27|2VL8J^!ZzdxeW*j(Mx4QPxHoc`82;mT>kN3Rz7p2K4ep z7-i-y95xf~VEd17*ftTbH6R>DZB}I9V@9@?$&6n{eIJ=LwdN6AmW?NC@wS&5az%#B zoggG6R_z2-f@0wg%}uY1CQmqGww$?o9qCk1$!~*As~Iy5*h~FQTZRkROZ}Esh{TCpVr4oGN4-F4RGHBehfkNP@PMx2(N%eA zJU_wK2!f7>c;wW2Mw3r4OTbr2bORz|DG6KiFbr*(Ybpg@(lxciJMKB(n-s(Se@4 zE~1aRv*)Kf?VKrG6${UH-`y>k=H-jA1>#qP_oO+L(tCd#HO2+@euZ*^iz4Mh33v-6q1XXion`Yo$&-zBNEg-1{e zW^7*#9*rO03|wAyt4D&I0~hDrz(ttVA4y6F7`Pt4{-=SPz89rDFnzlXFmU}20t=x4 z2JYq!r_q_VA7HAL-ZPah-Jbwi`yDej|J-!3ozpp7EzevCxA|1`1^;{%;fh_VA;iuI zL3jg}{NAnc_sd`*zi6mNHChKR?mK0q?0Bb)RYm~Hxcic41b2Wc9C4koYwo$6Qo@I8PKO~=1TY&C`q`lEjDSn{s+ zmY>as^=(8tBL*l$FWF8FYr<1-L-?y~b`q!pF*jrQcLld2CGbtb#g%3D1!uA`sNMjh zOetH$^l1SX_orf$@8w^rb7_0KJExBbC&aE|;OQS83h+}!UoRY#?YJAlum@J`XhUr& zreAEcf3<=Rg@KiK>I{T4a1vssbpRQRt<|Nj+!4~eahU6oX5H+)w^F^t0|DHfbL74$ zxNRspC9Jr4YWJ`%1pY)|;9!VjNC8v)geD$%2Kt=LZwju|zZBf1KMF4XKNZ}en>Ph_ zBYZpcOl(i`4`swCfTw1oUz#;gzHo08O4El##0mL6^!@h0j3vOBB=z{9!Bia&8>rSi zyuF(4Fd4Jo=$u9f1+dksKI4H^TsfapjjAE=op1~3nFsU~6CSY)aCc5N6IA)#(FDQ9 zFgO`id{Eur4KJv8CV%mXN94HW_*g7xrTrMd8TaCx6XDT2=*3Kj6N{+6ew-EFLXSow!tfmI$LHRQM?HX9a{2nS{hjZ*=Zx?9_%=E6xGh{TtPsFE>*XF~U%ZewG(49^Ve3U{=)_g&vs_D?DsO7ei`1LruhNOTZtvAqOopk8{_tOLvHRKNb zTBQuyq48gj%^HVH%{B`L6pmr+i2~=1-lqqZ*<#rh#pJ>nuO%QfGFb#Ny8XfzGbyz zQv;l|w}gESzDBwI>8H~@mBsYVA;ZAlmqC*nTtpQ`qiM=Y+KY4OYK?>aA@=8Ybq$jovbkm1{tPeQ zuo=xlgpa%d1qAGg!GT@VijxNgMR?3U>x-G^$oKdfxJ%*jEYM^~MQdtx2_XjhJ$pdC z4mxlPePu=ipPT7kKOnAgr_BHHO@}HfusnN`M_*`fUkd9Bh6!avTApfyB}@MYGKOmc z-FZPD3lDtnyhTuQAGal$bq}?&$R#BQ+3Pf5KBP%-*-2Fh@k7Q>W7tOmGbDIL2E4Ld_ZD%_}yKwBoM^`G2XKyq;} z?e3oD&DzWQ`P@UM zDDu=AzM0jG`wl9ydVnLA$9(^3Vwn!+#gEJ1qeQjv?E zA#HR!om_!N=HxE6u(-MpgHe&A1NBQnE1BGXcEMqo)&H7m~01+|! zEG-5rWgEk(D$f>jQ$BSeFUjz;Rr(x(u`1U>#Wk(k3+f!FYOzTl2;AFD(oHt4ayFBg z1B3~{o%P%iBcKb!y2wt8$F?g+LRbM&bHfMG^aUdK)Jw>UbuU(GDu=$6rcMK{ytr0d z?}yZ5$wMp*SrnNoTqPX=?qYaMDof5+$vLw1q@6;Ft*1>S!w4Pn4ldVLa+ylU`Qim= zeTt>FWMBu>5yp(d!RIF*WZ$i@ZoMqP*j+%Y7^rvRE(>J=gY=l9MO;1SE=+B%xtDh{ zcF2zL1tgDG_qbGzTu`X;8^P1JNckP0F_nzqTsc0BJTB36A0J2i(;$?&QV!=}1;)5C z@RLtXD4v9pwLM4+_=vz_n))qf z|8rdGqU z-}`RM6?~dR8WXN)S%OMR1J6`x$joi#Y<4n*k1ry8>+HcE(2uXkwZqX6ew;wiD({1| z6CBojwFi73&UTjG%EDn=4wa{*bA{Av$dt1beHNpR9wehhD$MT~2TWb@+?q@(GTI&d z)PRuvgZJp1F`*NsDy}!6nzhX2vr`o*c>(yPw!H|URLNyhtGZ!Pw|C@mYw1)cLWNkB z3Z)>+t|F>@ms_!bmUjeJHRiOA5ZAbC0N5lvmBY?F6pJ0z15GPKni&RRwN33P#MILF zbOMeoTlI~)@w&SS@q4PO=jE?-9A@pHgp0c|c~jAJm1q%;@O2iw-lIKFC_N9GCtGk) zS+{^_k3jO<_4Uc$Xpcios!A!0L62_kt|=NgigiDelA{flPw{dl{A6hWSj=&Qn2T6| z32-*FA1P3CA9PGJG|>p(1Oc_3Cl66NK_Fn2(DW7UqJHKs4jRpR&IWC$L1hHJqx0Ce zthYZ_OZLww;aPBU8LMP2HAA9$aWGvyi-;Xw8fE7leyy26leQp>d3Gw5WPd8Mb}ef- zUSe}V=m8;4=Zr@{HSh*()r#oC5fG(vtAj6KnXs6?h}M3!Y>qm{EVl44aZGr8Zo_s_ zCkTum%ebMW>ZY9ogeFC20px3k@{_u8v$lY}0@hvZ1qGs{-f5#;EtgW|OMSqnIl-le zbgGy#W8TBq3()9B8xcHL5r>|7i`BUl37;~`=(klunYUF!G@TkN9Bk^(0hD%%$nUd+ zg*=1-vliLO(EjDeLg@lZ4Vwb8*3G50I!q?Z(EtZ6Rlv%LDdig(N^-*~&gcOZ!iT1B ze3eL5y3VEgJWLx6a8I9SsV40=++fR=WML1 zmj|MM-)4?}4d22tzQx9%59x{ECPF`v`?(*f7;zgA$8=8c_N0=ou}JzCfnEVcA>`#} z#C@Ai`nQ-pa~i#IDr{^vFS)8#8c`W-*EN3BcH#{63K@zYIIi^1oNgW3*5gn4|&m~hZX*t8_pb<7BDmvc*+Sp{3XcnyhKtW4Q-0ioOCdc-oml%JVe~2 z2-7ItejpqlWlejH18YBm1}`wm0?T4%@gNzFU)EK0Put{GAkeHD&ij2Jh6>GsjisXh zIpb58?DKTEk(<)4v~lPX3c}MZ5yfi zak`YFfZn!0DG^B(KNF$5;lB|UYu;9!a)1<!e{{aeHqWzP>n!8AE;SQBiYEsN$+G3viC2ahYM6grWb55!sBlF*!k z{hp;akpGZX+QbfoTG=lKD9sxc^u{CL_d>-jDCF*H4YBqu8*@g1;}g%zBYD>r)6P-p z^yIYnKVxW@eH5T47TGlYH2chB774hU7A29`ETs!6GLgonQAd+De?Ob%oIi{y;?P>` zwGXGas(c>}TzpguYfVBOeDKxUq&mRxaONiSJV$QenV!j)Yj&N)<_>R{jp3Xt{ChNQ z>lCtFyST=Byo60!G(N*BE{#K3x30Mh7z|8JchaO@jVZ*NfUqy5>})PP&TSVCm#1Uzg4iWM5QF-cAeNCS(zOd)^0~X7=9lKB=qe1?wQg#^o6lEla|oWu(Ef$%qQ@*q@R&nG`NCp3&2 z&c$0b%aXVR*|gQ=nF_zIDadEH--cG!S9^fLz?-SV)8hRO#|ZZJ&)P6a=fjoo2sbwk zx3cepf$9Gk3>?Ad95GR8o{&H4G<2FtHT<&{7?KxaLQ(s+7MTCO7C7S|qWuRJ8D9Pq z79GC9qTAvd3u5})_;QFvo;Nov1mK3v0NgP5cQ=eQT}$(Zw^TFl>&5Z$>`&5dsvCY| z|KBS-Gf!b=x7=U0GDYWh_>@bioeQKm@$uo{KZ)m8B7vXHjjV+Aoo2i3n#EOT3eG|1 z?vOKCbyshZz9>$#|H9_BiqNXmTMn^}F<4T$T{&E_!=;7!Zn+nt$K!nQiK!cn+Bn+Q;)Od$9bXkd&rW?^X}7i z`4%SaxiJ8=u`J9P>)0lW6rnKOYUV%#IX{NQ1;}A%>Aybzk;8cRoVb5oM2f!2VIX%4 z(Bwf2fFm0D|0#zR0pu{oo9Cu^)9o$?`FJvUj!)RIjXycdUa^I>f?LmL>^BddqMMAk zyJWY9+GUpGTA?J*4DCe{RY~k*{KU5&i4Uxj%~66T@Pj+Cq%JV5HY4JseIn7C3#i>a zI1p1ykrm|K-H68+e&`s9l5>xENKB+|sOAz;`~LQ{uKNLdc1*bdd`SC{OTR8;biUV9 z7%gKHNO|rKEiC+EOcKmi3G7S@TJnK}Tl#2?_6r9VNo2qID{@u_$lXzp^(Q}ZZ)bPl zJzo$TJ_fIBh;}S-3y~$E%TB)?#qOIi7T6U+n0@C`B$nt9k}xoOu_5=d{=bc#5Yh&U z5;n8IVi31VOhRTU;lhOHG%a zSU4{sMsvlVxT`bSk!hyDRL4|q)B5>8Cy_+s4+ieboPcRs1N9ZCv;NuG`SjMofmF6Kp{f(z)!-5c^ARCYBWyG?nb}>;C$6KHC0#xV5EZSnWzgF+Zl85-vDi1+ubO4zhY^aG&)RE7rDQ}q_=qeF;=0BO8kAE{e0`Hlf z)SbJ8Xu@1=s2vp+WCtP2TD*CnM}H0km1b`d%0$J6J!dj3MG_KR1zLhN@|1|mF`1UEb(z~ zs>S(&XtmK{#n18qhl%_nqUP1Q+!Oy0ASdqQ-;e)?CLrH-e;_~^NBt}iN)bp3jAg>o z7-I{l&NDIEMZ@(1s`JMeLK>dbAUhe1L)Z{fJ($ZS&Vz5Eo$*u#)ec;Vs*S-$ylT0< z9(-NWLVj+v#wuoTagR32#wNqNLu@|S^oCxb{i4@vE3bz!0?)go_2=KRuXIm`XRp5x z`8=uJANJ2)w}=?8WU1v3M=vEg*0(YaA$nZA*7UcZuAZ&D?zV5UJTF`4Kuk+-2_}O` z@KTH=gl-EE(#k-WjG>Lp z2o@WjtLiI|?FYOSI%b*7DCSRoZBE0 zfvVn%qSMEIe>is8XwNr)tkD@sBKz5%?|xllke2jGyRDpn)J+wym-0zbnNavRWJ!Gx z3T+c3;*}j+A(=a?2hkM4?@JD5BRu??CBhBVXIuB1YMYXgy2lh?PjX2LudIn-;4oRxtf)YdpBEj9Qt(0!jr5Qw_1}hAbTx+Ub-CAOJ)`M^X|pE z7jvwckFwNwo3mn_9HH`wGzJ$Ho1NXczM5{IZ;v|B5Dir0g<;&*KQ9kh$-u+2m*c$^ zPlWKSf?D%%M=v+`M9mNL{~B$$U01|mMS$SR-q>64VXt-z^(*ZFqx%APyvd8ZZks zYZuCYNbcAi(k;Us#w{?95i@aE0Zq`vVBs&7WCuIwbSn)}FRcK;j@+}bxVxD;An*)* z%PhpMV5Z!_Vr!(v6^TH&Y%|p97ch2jxs#R7@FY{F%K~G~g@+}J8oVFBr@Iv;oQ~K7 z5dLt-!C55MW+dp?=7NduC9lUE^F(Qod)CZbJ+SJB z7i!i1&N&-Dr}nNgqseQ~dc2gzbaChFv3Su`*_y9WExK&qY1cS{y6S%ejCdb_5l4uK zSHh?t(b|t0eAMwu7>{dnn9)NGL_8~rW{T_(@iAeM)Gf5`&-V<|`Opdq@%3OZr} z_9>jcXw^@#uYmak?~YMjmFTEb2{W?A$ijGqrCRsNm(SnI^4X+k z<#N9`MqdlanGC~c&tzOik_ngeAkr195-gqNj2F~Q{2OBg>YSxenjcFvby->_syLb3 zIVZqU#bR&B_TBelKvbk3-{vgy5%T;|J_Y=PhLIUp-2y;gsxDSTGzfI z_pH+I9bzr+_1e1W$ow0am)`3@Q%R^gQE(wYI1M@Noh1k^67#MNU|*TXJnzM>DVjp0 zBSlu8P15>294$+jd&SV(F$?gS>kzETMNS7%V98O5Mr@Y0IT8F&EOs=X?-06bVE*3r zPxlofumVHOmMssXq+9@)i}|IhA4ab(xC%2gz^e4SYww6iNZ7h56M4BcPX%AX8Nq^* zU?(6)i^#ss&R%R$lYnbqsB5lluprjn-~1umq!x3+Q{Y?V@9a%`*3vvg;kD;rsGdA+ z7*h*5WgxLUVanY`ejNg-JI{u`Pgl%O58}|EXKVOqTyTm?)d)ZDEaSuJwH44sI)?i? z=;$nysfkc2UyCsy*WkvO^|7jevTo}Gtel`6zQ)I6lsdZe!1f4X5K}dogc(nYyYy`d z8XG>HR1BjB@Ui)LV)g~Gmrcisl^4VZO@=4`OCDK;Y|lTdTtYEVEew-1$*5o1G6^Q> ztBz^hn3peGb2=-;2$l7F&ThZ1^TLFhtPDK&_XA@^Cz3+6 zkV*v%ERB#wd_))Xy|)xE?h^pmnWDsACjiw+|mahJcKPxjF z+H%%J6|Ai9Mt_ngfUwhRo9KgOB~om;WXAw|q23JN&y870r?KD@!42I^Svm5m^~cJ_ zI3Io05A9m*o97qnx(@RiFUhx6Z%ZgoAo-?(1*1NAi5_EQu*H$iGwCJUg)^$Y)NkZy zX3Bx8L`K0&xOWIY3&HuWP);Ex-Du(Lpn;q$M5gwZtCyK+sj(9PI3y#;ZCP#H)>CA!IeihztsYBwS z5Uf)F24fInWSUDNDX_+50o=Ycz>!6RCAV$r*1nN|p$yRg&r% ziq*w6J}Z*j&o*j}&Z%YlLJO}CU^wk#%*)I&DD62pDSsa!HbZ<;*R_ zsQ=>8Qo#=Kt!H8$g57-U&WZZ89r_Y|GwNe49ZODq?YpWEXP7}1HuXguW?vxt45%iX zuYGhJvObl1j|VGvWn;HH%bN^qXFesRs6SH6b}I%Kc}Ihal{quF|&0u=V3mG_mKAB`5NGdbAVZ4 z_$C)rBinJz#}+&SE6IH45vn<-`W0u82olcX{`aW`R;K@=M_S@rayZcIB zvN!Ov)`qlceF;BVB(og4-6eR&6}zE2L2P0lM-+45db`hU8J00s<+$jkJ$(HQRKO?`5r+9$b>dwtbc*m+=n&Eq(2qt`-is9ONpYW|0 zZNP*&?M^Rts^C->MyfdNiosWWxm;PCOB-I5P$H@R_W?hw9SI^?h9WBS696LBHdM9_ znr}}d2g#R49faqmT(v1yVR`T?AbZQ|KB}ZOnbC2Z6MUO#h;ys}Qg66#c3Sd|=*|0Q z)6k#}ZqaGo58_jHpVaBz4HM#8kcp7A&Pe?$^+x$I3;3rhlAuC_(_e<0G{;NJ?L&>B zWzfw6L*dHk3HpNrYZ*>`2K|XJMt>ny$|6$VD8G_36X>_{{iru5y@j=((Z|0DIQKk~ zyJ5jr->`4d`wxgIGSq2g1Wp_#(LsShm?lZkfpR1lmP-1WJ?UOsm0gZf$NQ3m(4lZJ zGp)S96x!Scxn6p^nw&$toQ0is$8OJ~JhPI;Yrwu`kdeDsk24RX*M}Zd9T3^yf^3jyrQr`~IW{i)V4(I`!XK!~ zi#*SWJ|^`Qq0-(+R#C2tUbwQHA=hSyPi4GzT=5Wrj_cQ3bzYcz6iUs7Pfk9Q>96vW z(8JbqrwKb) z8^WEDkU_<5VE1u_)Jq1oip?+}r1pjqu!CRzwS%9~*?F+7I01xp+^vfsH>4m2(*XC%EL?4tqOA@7!%Xj@!R2wz`Bsh9lXWDzJbMMB2D+=T7A*d{GG_L z*2isAecTb6#_9^}gSd6E1`Auuv%s4AK+bbE_q;)O&bn_)Z6In5+xA<12%6dXAXF`@Arr3Y*(h+ip;O zW>2n8kzOCF8b&ypt*L`;?OCv`tDQbQvxc@KyX+Jn^i1Co+fBOqf9^~0$ZCA&f|k5K zei%NEo92Kkfx3Yu;L~fE!Qpw$|5p)i^G6X*tF?91`!f8PlfJ!zW)^%0$<58QrFNp| z{tZHwoY*_?CLsT}k*khuH>SAFG?v%hTdoLpLbf2sa0jWdABsdIzr^qa>g_PPEQrM+ zvA4_=Ze9%G*e{0gl-pzcE)_s_g7absM`OUk|7!>z7gqpeC+W~{$*NHsZHn|Zq0~4A z6{B+er18~gTm>ZeEZ9W<3_p&OF)rN{zGlw;zt|;y&V9IzKY~<42ZD_MUhsESU7%t@ zpT?g=?g`h1Q({zpED;k2tUlt)=Mny>UWchU#*LP*^h|C?>WL)@01Mp<9WZ?#JJpF; z$CyQsSmq5zf$Z0b9AO=Mt>wNVF-C|cz!js3ay|s&GsKx#kd`;CU~!K-7N_$KZ2&yb62ec z%a2ONRMs2Kwvu%YdgJJHn=_6gDcp?G>)6wX&Af4J@^a2iw|t@oWFGN55AONqv%*W} zf8nLy|ALn*{~KN=yu!;V;WcCP_mTe|JbTfdOpy&%2ST6#!Lz}mw5j;~M z|2!=Y4+PH`b#dx?0N+Ufg+KztckIj+RBE#Oy$Z>*fkvW6g{ zN>k{!kX|dd-i!DTcuD^PFW)sa8@|9xn#`=UpNJeEepmZE%-TGi^?rRk33;i8%KAKq z$UdKIY|Vb~dB#F|@qAxC#2jd}GyYclH*ARrexHV1HoY{2jP0VeP#haf^}chE+Uh_F zo~IRq{`1JMgV92L_iNC3BErNy$^HYPSWM`kxxMi3dc;a!ZYvne;&%j_-#+EAt5C^; z=eYNq$kO~Hot zo8G5;8^vPDu1kTcg|s`MGy`JMIX~{nb~m~bgq{WNt=*K4>Yxm0BVz684{&pktHWOQ zfczK1cN3U5g0BRA7Uf8a2{uVKg$!Gcb%ecQNpUs@XDD*o%gmrQneNrXMVE&J&W%xb zD!o*vhXm)5(J%+S!-T8a2Z`%Ct}sQ8iYorlPv{Lzv7}Tz^tjJ9ET!+=_(BBc2%!oE z<*f%E07L$>(v)@25JLS?|_zvIf8=4{eiT+Jk&vjg;v;gj|2^I_f7SfUE# zti(_|?KOpbheYsPuJKd8eiWWPF zvir}~-q^Wl>ycG^GyWc3dvlP}#Z3|6c8H5LfzFvV6t90+Mk6~ZBwvecH#sB0rgdGp zw`*k^&O@7@N;*+E-wTk{-ovd6lEkG=7Z3H(PthD1$+xry_kCtYHj=Q;DBCn1S+i3aJvma6Q3$tjiKK5!WYTlQkRpt&qyKYUdl-PA|XQb?peuF58b4(4e2j zvHdHFb|TuQQGWEeBR5~ANrk07C}`JYQX(PR2^i9#HHZz4^tx0g+K>J=zo_Bin1W=K zs`*6ckM(mMlj1V^WZx-w0pgh{E+dl;DcV+GjRmEt8}#Cg=*ZnVEmmqG6*b2mx_>^F z2a4NhC~eq1aaSgnqhvq%yNESY;4z|JoQS=SF7?-}Yc}yOpPAle*h6FdQsu>&Ia2-X zBc=_lc7J!XZDkAkOntfSaN5n-iBzA5=Tf6dn2UGmEDr5`&(nI2;{xhao3XKRd(8c7 z$;H>u!1Of8T~=jI<#qG1lGuf!tk3~&>haEAR(utGUoXrd6$_9WV#VKO9x@I2@L0=gNq*r)`pq-*2CcDu!(-@Uop4>m1@o{e#R zJ|;a;bu<2!2KRh7sN-`Vvf*>TaC+|6@1%Y0FR*rawvIcu76bX1O#NOuVG&92eF1|< z*p7SL5gVc{{ZLW_PrAgPdB+~(h;XaAny}J+y=0NIB0JnzDW0nbOj2On@pxewJvJ$0 zD?(+~?Dsy+5J(Gq0{SF0Su{58X;ybz(>t(_o+NC&Gv#RwP!(B3urrLfyIgsw#d=l9}Q6Mx`NEm47E^|h4chEAHq&@oUcNqLy8>M;PELE zR`gM%&woOpbbztG1tpV3eV^wRks#yNFMl1>lDVgYSzN3}Kc7l3vfXyou(FG~(jygt zHgM^U7r*vDL$-P4(rS%+YG?Yl5T4UT=>>NPNSL@8L3_9x+{hPI$dvW)2(YSv#SWL#t>d+LByj=omQdVO{Xj)A~He^-1Wyxubb44 zN{VXVO%pdnXfbF~1&;NrS7;xTIr3u}B({l5&PlhC3*L6qe zrNnr5X%=EZQ7;|tCW6;AZEVlCMRd)Yna<%03D(C%c5Nfb z7=x!kU@7OFZY>ddX^Epe8it}U6Mo>hDSCs*_9xZY$e4rQOZ7FMsa)Um*w%cd2aHA0 zCgSErJvr{`w|H8@HifZI$$rD{ZJL@C_q}0`!b`Fv3l{4W3yKv9dX@1_Yjo8=^i&j@ ztljf~h<$;1-F57IsQ*OJ0F|RJ@%B~mJrR$?Q+RHY0s1)ymb*Dqe;$5t3O~tjKG9V_ ztM`&69EZaPX7+cg?i}wzinOAhUg9g`rrgJ*%5ziEdV}#^ipF>3Gi%p!-zjL>2pSb4 zR@jY{DvV`_2&doS;Z%*^ld1RvNGb2w5Yhu##RQrI*8n9Yw#1Shj(}-v)%IcQBWa&9 zsn05$YQVcil66bwAuV;upC}Rv2t*n&kQb#wK*+U;J>9Q=IT$NW+ zLB0}0WYNoa2t&7Fr14tePW6p#*nTr1S})j%d=1R_shJOLe-%#mwbT^4!s!|iwr0-; zpmvoCJ`zXrNZm1Ql~fTVNz=+Zm%wo+lpsC`>3(-<*n^&>c&9a%EHO~EFE<|kqfTz9 zPDF=K>?~do0&uxjs!*dyW_GM)`4ie?#J!8mR^~513DJ}8uVU% z7is&yh&Jt!d@b6*RJ|J`s5y2#DR_pN;kgdjW+2T=Y8JP)O&rWO`RXM#>-FBOv!`DF zc4axRt^>5OMLmpc^$3W~`tvhm1vGHYDa^fStVbUV92(H6ae>_GJQ(#>MW9rah)@D= zuNQg=g5wD!i%Lcuzgj;cIraNsqrB1^4mq1wm-o*B@C{kLM*RuePkGl-WhISP4>VJc zSu24v?VAn_?W|}w|-dE#JH&jWZu-b`niZkaBK7AIwn?* z7eSix>Cmpq+ed;1773DZs@bP_6umcNI7GR0orMc|HvrWxD`p0C-dw$QN@}w>qf!%p zblxTfn#%TR1$B_*l*RdU;7h(0`5c+KbjVi@J<`#7e|h$?>nqQWuyvYuA{#W~7*+}^ z&+?5F4xNnr(*DtnQOi*>n9O2e2jqWcXUV7mo43dTVDnBYGOse(_pKf2TG${2vx~5% zKF}~lTypX)po(QeVm=@W!p+6SWeFLVlXYN0piFT6ts`GBo zh6kc{wbVK}tZvsW`~xpM`yveB+2MXnetJu-`b>VmZmv=OCTG{l7yc$^-w*TanL~8G zvG~CQNa^QIGsnSfdSOU1_p@s6E?%>37~G22Ivha?T4EV69M3ANQ_Bbq7<-4L0z zG)Y>(wMtMe4nAn>*C(T@a=%}Ru!_(5FQHk-GXfAxVB9nFF_)ZPfdgo3eDGQ( zaK1ym1GTxTrOxs&@}ZPNnnFbd1nsy6#1v%hf-GV<|8Wx3;4SvGZ{jJ+CZ_sH3bG7g zrJOPbA8cQI>I3cEadgrVm9E~$hS)~FVyaybewNZyheJS;{UC1Aff%_s=>C6du|?HDv9Y}^uXY|;(UT9KbmZDAKc63`3uCd_E(<( zskKlo!E8MCAQ~aaO?W<_^H$z053a0%IPdlAyf9=TTZv;yYiKL5Z&+sh^=ZNM!jpxy z#9X=<+-Hb@MTgWDjjBqo&NCX9TXJI?j_1;z?6Du^H|?DFNUTMCJ!Ly7@#e4Pj7U*! zYBy$hIa(FAa3zof7G%3;Ou_x%$BR)Hz8x80Pm#4W^Qe3*Q&qJc^fD?Jh6|3J{k5_; zx=_f)0krrR7!8^ba_#e(XoG4PEHUTEh%L?BX~9DrwaN>Lcm^P(3aKvY9hShy(n%l@ zO*9fg;_vSDYg2GBgg)ZP{2r|1!7yJ!OE`FGU`g7yj2K2&S|4i%tCoMG-}^gUE2i^Z zD%qTAuw_%`rl)W+_W&`5-MviarhYWep0gBrKCQ}cg@CH>OVKk!8sQ~Q9n@>YT3Ejq zq_#`>g=3I!!P*5-X)wg`J@hy@-Xe;wfWb))IvF9!*}8Jav+Pjn*_+)*6hoNd=fudq zk;T^RDh`Aev-y}k7h1@n)+fnNVB|pP8%lmbb_R%z%#FQ~$ynn06nkc@jCtP>#oM0^ z6A|a~)ySU*5(RN|zl$HIgu#1uw3VrqXhxMCT-%v&)r^lL6%$5?`eEcf($#ye&QQUO zEnuiU?Flae3mz|)m>$xgl(y*I7k(Q)(BoRQe;=WK?zjgmIP!@cX}2EsKeHqzJR(K0 z#*@I99+Z?|kT8^xM!J}s1ADZzc^7%Z)SD0%4gUb#2&R7kH!lFVdw}nZ0#dllAn)_& zoE&K?7{imI8ux4g!O?x@Y+2MM^^in_-7(U@MWxW%g0AB#hvt98biG9b$tbSUl{^ip zoE*g}g#HF}SN3gk6gnUGMfmn4V>p>rBwobcL@#1*DcjgjX4m zgj2IW9q2P0V?Wi;QQS7@=?;RX)&(57y1)}7o)zqtEcFJmi}5+2(~XgQKmar9l*R7} z%5w#`gwgeb>O{u3%4Ok1%y$)XdQvisl8`6#3wdp+@MuT8MR?P+(pv-`;fi9Cdt-Tx zGUcvdA&;mB`p!?X{@TKl3vIqf@SgNgpI!pGWk(H_4{`pk>E8;v>y-bhy$k-S_I^p} zR$INMbXhVU)mJ+T_`hLYYSACA`b1I_zLgCFI^9+=m#mb{%dvnmb-h?T%Y0UG(+#FP z6|AML@8^=`sr#fELcHRSgY<%;DD>sis$aQ10x}bARY@n}vz-V$$lIpftkc>gLinOg zRK_q}mu@$EEY1}Xqj%rGFG1YrLaeIJcLk;7ew@tPv=3Gy-BQQAu5y7r3Cg;!QQLG` z-~SK0(F)Og@jvWFq_s7n?(#2oBReuk)r~R($L6CY3Oa)8ADzc-J40!BJ41LOd~e!8 zDC~RoZ6|WZwfci9K3@M^RR4cKZm+iDbExbvwn9zP>5?7vv_3tM5#4 zxzgU#rg4T|qt?lYyh1M%MJ8vDb3=>9cz0fXe?l(XqT#Ys)5axF7cY%>l+B&x5uIw3p7tZO$AHl+Q1wQrAA*>*AWx2|EiC#a$LG552iL z+%+52F8zZx;8uyTsANK{Iw~T|#778Tu^{;7gFr&xw{~mRYU}7NzRLU}H`>)M{yF?T zu+Zg8YhI1$UgkhtAC~CU2E!5s;%8oDKjze3`t=^XcNt&=)b_F}xA(S0EXw31MYs3D z>3ZJX6VcMH$q$Lytlf$t8q<(lzc)>NaMl+TYanMdE=6=YLngN8Lu81vwl5X7@6ba- zAE!l;tu!Ie)ZZw8in^xHb!g<-GKu0xEj^L*aYLW2A#K@1C4ijYLX1H|Z+q)L@guo2 z$1jA}hwS-550?l2%rL`l7Qmc1S0XhfLKDM;(~gb5OOHY+v4|Be(MOYDL6!Ao)YlJx z>SdP^MMh9deQQAey{DTd!X{z&ozCMf99I|>k`AoaT$-i!37jQt(RTqA)&_)0mP&;2 z*#?9aKG&GmW51RE#;ZZfBa~IBuTWfaon-ZhLpY0KeD8Ev zgB@e|QdyUbW~;uevU7j~wV#mw-9S&y2ANN4wJYgn{!Sx$9%f%C&97+yzl^ zdXtld0%9Xh%qU@kc)#1r<%`RHV7{?r{!gv?pLDxcw^j!CHJb~JSSP0Zdp1|Gz6K(a zlpZ77=l6Ja>=;P}VW?;lx%{`|?;T(m<+4ju!ZpSk-?*^Pj}{wD=J3H)_+yRa1zqjf zI)3i3zk?3J`xec$Sl5|b&nsL+-u=t7`3|ML>>o;M(o}83^Gk#D@%FnxgJ1M)lk8=9 zNqCC*`f%q{fRWnxxA^vD&m}1$;W^4pIlfN8#PdbW*QZOQug{m&8wRLV7fhH|R!&~a zFP-XPjJo$Poodk6PPM-v&1O52FM|sXH=W^a&mM{6EC)hpi&_)BC_|u$ zYlQWy$AccFXjk-r5#>YAn+T!~`S#-R2p=!+M9^Pj2 zcHc4(%AL&rGN1*30e#}X9EUv*$bki$ArcV(q-$Em=fV1k?N_`BNgSggO7p)VAee`^ zFP2ou6-5Ji3Yr?rJIZ=3?UN2XnH|AfiQy=Rk8)&IiX77VmM3~|t16jZM*Lm@P)v3r zu0LZrO%i80CO)DY&$@B3;z?{A22bc6T2J?Mw(oa8xj@M&5g8?E!}z>tR=?WV&KYjx zH!#y2M&{6@po~G zqC=wUlHj<*Wg*`vM)gwd6R&^x)gSIB`GI!CQYaQt|h6qeg{C8ddf9sdrxlhGwBkMPE!GxU#iM_+G|jQ8|SWg`~q( z2DG0AM+D401*(wF^!DzobuM=~g8(EnF4>EfCGRj>PppJjcfNb;`Z1?Cx*GSS>4NfpF@N)6g#K;zOx4t(Yu zFdq~9ox|$dikA7$QuXL-shS3sXGuBg`_MY4YIY}t;POlEQSNun9%n5>*oqZ7L}S&u z)5etLxRDzl{K=|DZ1WmP3#oZku$O2f2lh86$^zzbdl{i%Hn<(|v}@oIZX-b@;1V}q zb5k%WRVBWmASNR-yOk}KeA&?ZDvj`h&bsY)AMxpAQwR|C2E?_~|(QzCZ4UC&Z#{fM7lV3vzNl^IDM9lgA4Zqra94 zVyTV_+*3+MJn+5AweWFu8+mWv>>8N;LC=Ijtt5e38Q^D84Rb%joAX|b)+MaxGY6JVv+zb>Uc&d{Zow2|P*Uqs=6M(Yljig@=5_@3fdfgK-U$ z8f7ee2Xs(DjRHYs3?s`e_s1|f`h;XV`KMP>re@9g>iwXf3-3$#;Ef?RrO}NJ=k#8- z8RU>px4HM01dxS5b5BBwN_m$k_`JttArLcKJPGg9`mxoXK)YPUESH^7NgkoeITdVq zP-a25vEc>cNlvVx`h{99?T4j$68TBN`{H=X8DIUhNG(f|y%Pf(@p~Kr3bFSZd$Vhs z_DLV99iXB!HB56$&5@ZnQ;y{0uBH8Y+fz3$$(MwkN#Q75zS3^_ZT*0{{hND4;gro? zAxALqYnamyEbn4#B}qG-fG(S9;klf7gt%X6>i;aK4+7M=k(6hCKQrv3tGJi<-XaHSR38rJvR!T3^rnUlThB1Yc`Vh}kU zdeF$1oh$wRu7_6i?bYyw$VSjWV1fUlzh~iz~12cf;T0~d1v5JAW8dvrTqXA@<9>u)Vf`8Uf zUhaoGJ||GJ_6rKPXUuuQXM0IcL~Y<2ydd9O7}9dY5_mvH&ES-8%&#Oj%W~VMOtggL znze;&msCR_`Nrp2!D%K$gO7H04+^5y_nURVlya;1Wliv>6&z2rDW!*hV=6cY zk6gv~^%$BHTY51ibs4?ds`2L(nzd6^LDmOQopv$Cjowqo=Q4a0*h1#PkGXu={eykk z{p+^aPqya9wNUQ5f)#w3{VUW&5+~NuAb$JFZ(`;d$q{lZhp=9=ng}96Vg(b}{hNh% zZ%Y`aq2>h6ApijjkKkTSMragm4o9Rd`NFpJ7Q%Xk&y&;`Lp<4vBeGlxsSA}l28pHT z8@X<4QIEpFs$MmR*i@vNgVB;QZu4B>DC^G1QYAo!%>$v7Js3316d+_)ULh>78hoG7;2^gR&DW!NicxwT@csCGsyeQAshZHhS~&g;do5nmUUOWF3}#n8Kyjhsxyz97F~zwzV&jDh zSHwPbNAZ$a%zjBM8nf6U*Jgx^|FLqcz`rCG z_tbeI-Q(U7fJ0X?pLC>tGLm$+-b)x(tV3OxNhecne3zce7P%IYZdj2(DvQ@%7j}TH z)1s+dp46aN*WG|=Lr)oV734X1=5Rx}Jz_SfxC~?#HAr}6U?PfbO>HT!`2-GyGqS-Z zrBwUTht>+MCimP2r@SoWGTo&XUbGx?o-P=O7>MQ;>rP>gV)57QG*BE)4q6qjw(7vY zw(9?yTAX}MEmi`yYRC?QH|-t*#e5c+*IDeX1e!-FX=UQ21S2y^4&Xo7#IMY*A_?Cy za765L(9mRQDZmt{lt8WSbJ%9 zt9yO@`bpvm>q~KvPi~M8j@M6DmP6u)5feG?;AQpve8Z*wlS0<M20`uN|J9B$Iwdw5#;`E#dj3it#_F;F3yfpI<4 zxLzbH9YhokNMzU}W)W&hX6Vt!$DQA;@xSyYR*T&esr&63%*OT{o@ z4S)Jevn^dTWzWqp^NP0u-_2zjYnn;qp#Fa(7Qd}Lg|q>-Y6Q>8s*5;Tug_fShwrsQ zs}H|#b+y854`Yq~vlz{oN1YUBXFTKq*`3>Y~G|Cf>DrF30;36!p> zc8It-1w3CPiw@UMFOkKYZ6LBJaZ7yO|0l9Yko`^t0f;Q_hvhN@vg%;BK9>)#JZB>7 z56?MW>vBTcX8p?mrXwY9of7p|bG zB%;$3DXZTDK0}bJUm~mTf)W|!JU@zPxfyn|0l5Gy@(jI{yH0q^FtQov%cGPh1LCF! ze$RJ!3efFSm{d5#zO}9~zqgmhWEtpYNaLVL@hUJY?6VBE0W_IAW};L46wx%8?L_1b ztU&%?fhbI_-#A<~egvDIQRI0`ij*`Iibgu7*4}c@A_b+(Ai6^- zHu|;a41Ya|Xsg?AP)eRoLKj|Uy)zg-LIL6VYM3=SyE{ecw#%&pnWxzMtd4ysbJZvNQ}1Ia@#K9C=_2R_-JZ{jNCze2w*r>( zYK=pi(Zhx`5?_|`7G9R}Ak}5WcJfMHPG4lzcVyXx0YRr1&bieqAkH{Pn&Mc0hVn$7 zl_zHaldAue$OscglZ_?^d1-Bp0_;(ZG|qA`g_BLhd#Ke+agF!;ts0($2Dq)TiAvS- zrKNfLRF#T=j3cTgBkY|)L4JEL2cj&$d#zW1w&q5Xf;k(Xd0|Qa>ElSoN-0FU zyF&O#mtZpbi`C`WV8%w7b604{X8TwS;8NC|z%PGkBx(^Xh=auK9p?#luC&?{jYanJ zylQ2eYOC1dkwF(%i_#f7_4Cuh*WU;1KDS#s-Z#B3%IV^-&%MRZx0PoHpT9mwKnG5J zD4d&6w1?T#X#e@h+52xz>-kNsWwE62Y| zX+C#qQWXv2$|3v`Fso9+e*iVJ0~5EZQq2YvWQ~}_&8Omo4m{dIa(5`SFD9I)=EECT zz7P^9A^B~{rc(YHQP3&k1Fh)KUm#H8qqEp-RT*dm^i5cwM+nD9tIu0&()NAs;GiO~ zm*X>h3#ILw{9d%vH7%mO=Ub_G8lc*$m^9ltUu(=Wz$}sVKTJZ;fgH|-*g%Q(E(GM; zKtAGvByeykCelwb2=YjzkMTjwm@dX2hs6ZEL7}969@-Z9rR>9t)Si-PrGsgCSGU`m zl31;sYJrT%W$2lr6~S5H`>hQr-iO)05;e@7yOCC#duS2R`=~5fKKg{n6&; z&uiV!zGNZ#ggD8q(ruq9H%;m;nH9ZV?7ndGenfmayi($IM{q&V8QMUBskEkq{#L<5t!&2~{@yH6lzG z?34t|8(J+x#U}EDI8eONOHY^fwr32qZ@oj7U&5kQ`FWY>EYdW8*r8E~pkiEnq)zNt zWp7z(3=ziDCM1R-G$PBK^Un}HljpqjrW4*btM~N}nuKVxv0MF$7x!jRV}jt9+=0## zx});Sl!#(|&@!$EX_g@S8F&-dugEM-0We;9S2zJwm;~&$w_oU|F2KCBy9lJ&bvh(X z6ptm4C%12D0-L$38RAvGrapbQ4pfreBuEJ2zVd-f5SD#cXP6$JYdY%yJ&q*2^2IS; zCPT9%we?%a@n&_;BBbS)9S44v5WBAa8>mQ^yIzwYmI9J)D<2 zq>VKE`akIcSW4S5oOA^d65t~rkq&Qz&&H(w<^yym>*W7Y4v%fiDdnB-7zN?7nJouxU^VPAx4ecA>Q4;7aEQ32B+fng>E?2}*KyiCJV-VG+7rkj5SJ=o`2gF8N3z2(qFOyzNXqRzGr z<`S#%xU{L=--cc9f6I;#1*7;2dRnD$O2P#&+pGYPZ-pr!>5rQm4WZ zG2fc36A;#eTri_KT5sAYJ+Wh~=A_EYN7(tU#<Kos`a=|x5S$K zG;^lg9ppEJMAH8ol5-E7lJAaC1Zbs*EMvz*|P4(FJ3cvDJ`L%DvrSwsLQdq zk#ZKJ8Ny7)s;DQ&OZyl_HPwdBb!0NkE9FxZY3$n|&_=f97FEEx zkyXgN2C0-lI>#w3o1Y4Lk;1SR10$@$jG?R^?x{so?>bS=$-KxqaVHAB0ysA23T>w$ z`5q>*H}u2XS>uwIf?bJd6Wl5#=|y63abt~^bR`OzPLb&gWZxPJ71e4pP~$Te8{qqf z#pyt#pafE?ka)onnm!q`OcRResC)3hqMrNmQa_R1uZGc=Ng%*3DFS>}DP@SJ!33Un=Hk7i!hCwYPO$trqe zdaC4!L;;`mH|5jo2awdV8fyS34WtA>X<-aqOJgZhA(E`etwWb;)LjW-J(O(Q8qCB; z-hC)EWTr2*pQB76sp4}g1(cK2bXzp~(PE=4a_$AjXXysWtl3kL7hApA3E=n#4JsE~ z{I!Ve+9d47<}_&^B99#yj*S$=8DGR6hYCFnAziA>Cmw>Mv-Z(kv5wDpxCCLo^O_Qh zhP^)MHCY`<54~X3<|B>f;!+3LaP2%%-uQ$aIQwmZBh<>^UH0%r?c3IQq6}yo1RYvv z6tXMkN|v^amloR6wz!?7#PfY~H9SA51V7?iNIz;KpXLoCsehU%NX$v}Qf$f@$h=(r zNh7$hewNNdOKacY_KHW@v`U0jAfivHIvWx#zVMH&t&*Vc`LAt$ryi5@f*=8bZ>kJnxNQj;vf|kM$8dbw|uZ>0- z=L^wykU(2VnBSf8ToH(TLA8d#I4~9gjWtSf0E{S89l4Eehn+h8D3_nk`UDB6wlo)# z;xI0;L#eqgx+fI#>kCq=>O)9MTOrh1)2R6bH9UE9L>8Q&Mij>zc5?tDiqrS!&mBGo zQTW3XzFWURE(lGf!IdG!E!XLpA`j*&rL+o1sY_ee)5`pj$pR!L(|~dFqC_L?v%IbT zMJalC1E^~d1Xp<1tsouX<>3S8$>H-^e^8SWQ>rvMX<<5!Q-0#e8>r75cH5a~??@&X z9sBhuVKdt7djlyF-xy3H??&*@orV6HxR~|kGoGN|1_Ti zM9*bPIqXQU7=B13plG}sGkh%8O0AJ~AXij*+kKA`dNpSn_HYljx87-kfo1?qG08Rk z&91%BjwG$3xg1y{DRUyOP9!<_*ONE2vKqky^7h3Q)05#aAL~EOv2HS98hF}$f=~+y zbyL@K{pi)V^?orOs~YM3N3|4$1$XpJaw7+EEuuZMrC5!aimgE-rH?rA6o7AIET5|K z2gl?@!XVdM==CDBK#mVE1{y!cyHD5vG;1CVl|#xnfmZET6R5^mVtw|j-WCSo~XH>Me;rh;u{^=9jWIjT7G+GRRhyMMZD!}-=3H`W@s@NY|kn9 zTDM4_e1~Df_LoX_v-bs@N+oKI15Cw6ReO%!d4Z)D@ct47MfaHULn8IK_|MKQeveI@q6 z2YLV`+shwsxuD33$(Nn%v>M%U#_(zLDos79yksG^`b1yGkyT1%NLum`+eBmw1^D2SZt5MwIYC3hinNq!elZlBNNK zR*0Mlb*QqV7B%ljoE(JU-XfXCY-mx+OT^$_J9S&%qSP`&N}8C45tlVC%VmS|e(HSI zMjMXEpFgiQt(K#!A+6pw8mOa=_Us|LpHup)FH)T;_kP00q5(`SwwXEEbMZgLaTUR; z5iWkAP0!_&34Egp;XV^xFrn3diR?*AUvJ{dgA!Zko|)SnbsB&T8rOtUd;!}VZ#>O) zAI1^W-XFgJWnq>kBH0B_AIev>K>{^X@@OO zAFzVCG@UDCKgYegvepOsC|=dSx)OnQvk9F+a=tBoO@e5~MFg|<(e{_AdK7CQ>3Cx@RDaI5K?w*NUk-UmRokiQZK%}+%`=#x`p=y zT_;{jGOEXPb~oYfSmX8cD=3Uw1VzQSJaK=see@0jCd9TcZUBqeycnsCUpT()0|5u{ zg>2R@0Q}vctXZ=u*F|wa2sXVe=mb%#C$49vk)aMmVbTzh#z+>2hFbc2xGV3V4XfL%Nq!y|7_gNy@hverZx=5@cjZWg6;&=mru*`Kmd9ug zx1wO1{3iYhQhjsgJMHihi_XV7+PQC`7i0!OAMzAJyK1(`%RgX4;ubNr96)1vU+}ZBtmbUp zQmh*iGZ3m9A08`Rm;xN2Mubu)#AiqBV$HXRM5SftOpL?gGn|zYNoo#j*n(6qvsy#S z1~@=Jp!_^QA6L$z71sY+e7p=-VF1&9_)4<-UGx*>p2>I61tHZi=KyH#s6Bg~14|wC ziq+Y7tl(5wnK`nP)yv$C{$nZhKRhn54)1%nD2P}5a`RlbU!5BS3}GMXxh~wL zUf;;9r3)*ldX=aaTT!`x5US)y)B7I{RvN+>dswX1wQVwMpTeM)Y|f!k$>NNnZPoYX z4G7vynxsldCo~$tLqc$R+KEWAxbUY!AmhdolHNa{3zlApl}qXt}*A zt?*;mz@9}+Gya+uwtb~es$A$V%Y9dC$6G(;C@Yuv&KpG;ysd7NBpUoWz+ zk;P2Mm+=u#jSm|QAE&dQR%>f0SAS-3 zz$s|vgAA{f^liN0wrjqt;r6%it##LxpL+LMR;n@LF&Dw}uiuVW{oGO*yOEwAj^01V z@mbLhqv7iqgqYB32I4Wpw+gq7ffVn?b_6jCfh7uBj}2Xo`sr=0l|R>c^09P!j?_M9 zA9YTcx)4O3a&UcMpXkmrsCeY)q+31Ai z6W(s*4H$n+C?Xe+Ts8JYSLW;&S;MGtwCLOLE8pB6gHG`*?l3~IRK}^zj_616W-u#0_iz}lbEGg$jb`JBcV%nz7Y)(fKwPmm17D9Z@eo((hG~itTxXF;sU#i zq*7TDZc7<;gYxB$pqsTGcGe$0fu%A_dl{!>)+gfaj)MOkI$NNKfgu2ZbGhi&|7Zmo za3hVOgXl}xD*=q4U(}IoGsqjQ^)yrhlRaxZ9KHi+ZZ=Fe&hkK2{yPZo(GWb43kF+8w@D>S(kC z>`U92XF#85{{|eOzmSJfKI306sP^v>o1}+(xzXdszp1NJ!I!tn2*>LzaIA5Nv4Yyl z70T`>@s9MwB0&mj-J_x{TC%A$$}~Al5!;q9xhdUr#wI1Xp@;@K#c5w{dbY>k`QnlYX+yxS?j_}je*6?ltEk=141EG!{>e9lEjJn3GC6p%< z*3~V+8DLIoYg7Z9aPK~DazB*E2GCXosG{HTXkokyMQX}4#M$$+1_T;hM*>5%Jr@trky^yG(RPQN`e z!AdY(LGuQ&hzfY~>MTy7ANX0|b^beqR?m6@ZJq_b6yiDem)h9$n?EW4N5P^RZ46Le z#j&m&2JI}L&=?T( zGgx2;S;idrmg80m{Hx4u>*1T5?!z~Js3$g{AqDp`NE2L=L8S6}Jz@Ux3rJW&J zJjlMfuYOfnqGh)la64QA)TsLpH#cWpo5;YD-v*cs%B%v4rsgkU!M%y3^|H3svo+rJ zUTVbb3~w^kUUw=!a=1TS?Q3r*%kB=gx7F8GrsO8<5Xi-If5>#N%qJH#h+jstZ{bL$ zu&dlPlu<@Z1(#HTf6`n6+{^6jM+7;jpC~gP&=Tyj8jED#q1E+Z^^J0J?4}T6x_yn+ zP4V#R{5_4e7kS#M^SNX)Xiq)Y*vRXCnSyQ@o30U|*tq)ylX|Ba%Df)KHY#HGkpibO zt`PUWUy2ZeOzR)d{_bzuGd?RlJ>C+9{Vr`yU#^&(hEnr)gd$W1f<>5oWy{%!0N2`-$Tmh>7Du_wy!#biO0-jM8*XsY$fkY{~ z5Mn?K^E%6U2d42ul&>gk!)LoM7Ih59RY{SgOy>*LoxuOKRfz_`1)qXW4`|74tccUWd5rH#6M~?zZFN)0FFKaqN-O zTQbeJ@CFt=#EPKIj;YnCInRVZ_S}wib z*CV)*PKZX!9e_<|WD==T;^v;AE-&K}P9T>E5e8BLs8zshmebWhkW$m1_db((?&ujQ z!tjEXNkr77{wTtZu4BskJ`f9Lpqsc`8Ob8iT)v?}65!t~fdA{?WF*9?FdyT4t*@~* zC7Tu@wi?;Iv@W8Vc4&DSTSP)=Q6znE%l@jz1YTi5jbq&=Kh)7RSnQLcdGnhLH>#8~ zj{+Ou-$ePg3uU*jFIIg{&@H&`g!F>Uj2IuUN(no(J{Q@V)->N44DcJ4>GhZm(;5S= zk{^QYy*()bSIPS~Z~)-yS{821iTSI5iL801Oka?hFF%YuVcnQ|hX{(htAGSh_)+2E zE;J>+8!HLvS^V6j7WNqEE8fCZ!cyMV#+5v0D~KV0Yf9}sXqKOO+?M$|rY-(3P$l-V z^TYS=zd;%b@S2s`BGIgfSgm!QcK)e7aE{wF`Nai0b_cv`V`AiYAocm4W1tEX4|Kad zy{BiWN+RGmxo@913X{_hII$o+6p>x0zj>hz7wxN9`q_B~bAi;}x+QBu<56Y~{83EH z2iA7i_bp)M5Q<;KPK){4-&k>5Y6S5nj$X#{$~*J;e3IC{cX0t%-GF7^IdqbU2_b5W z6?H-wYp@?Od%R)ozUT3ufmQZ?vG%PR@ksX@LoXrgVa z?mDmR#ipjBIm1*nc_>=(zz70xixFiGOAYytYP_oG=}_;E zsj9gNlBwEj${GoOEu2IWuV~5}KLL;TM#LOi-=J(%7BXiRbIYfSY;<5(v4}Y`DWv-j ztxijf`GXDk5`|#q>VTYiP80-Gquyh-PqlTt=)yhk=%VFCFeu6|GCsT^D(-V_E>bvG zM}afzEtlm@tBReg&rorTI`K~cwq3e~B%6h}w7Y$nSVk)-rJKo~*$L?a}+l$lLZhBJ94>mcFSWH8}geTP?%SH28Br?84-xJ5>2&@XaaSWhllU@QaP!~qO@%S0`;a|YU zkri@b+C|0=K=cJjCV&F+nFFC}jJqpHO2s8!EU4W)v{060aNX_gp}t$Da<1Zd9P3K6 z`m4G3YzkbYf)9j0vNfN^sWy(rHjgA}XM3I$!QAvYe9djA*NG+4|iSNH_hK5NJo zACE)aRkIr8$bxd)pjwf^I?u({oD|wb=#GSZygECf-o%=lfyLpCz+4u5R(UE}uwrk$Py?vK>s=ezaZ{!Cu3(TtLf71M6j7wl_!4NNBe2;c}TohCXk>(y|pFD{U!;?01@X*q- z&AOKRs{p8GH}T4Z$G{d{c)ETGXrVTqjR7cKEKGQNk$ZJX{bH#%5&8g+Wv;1LrFPXx z`qu@4)l)#?=j^AGPo|5ZL-a^yYd%bul#6ge-sp9UI*QsCrcof^hmfoWDKtw4?3{hA z%7XKhfd!=SESgX4CKFX5A=&i2%YlPHO7V_^xP99yeXsp;BObstL>aQ#YtQ)&mYfk_ zrRGT;ZCVHBI3HR7VK>Ipq;}_lVOZ_15v{T)H>p4uuB{4UK*#4U9fo&-7FeuHXWQ1b z|HwseJjYI<@Q8BivjXe7vu?yQFK0HgFqPDvbcO4jWzmdPhlr>yiw$iJ*{v|M9#kfi zHn8T?FdYxK0vI6CpV!mSkJm+33I2F>@264;aw$80&%m-+bd0Qblf3++FW zVm3C_ipv2ShF(bAmpi0lpc3V^AtF76agVnFugR|pNhwUXn20;!k)&tYJ3?!$CN1p5 zIaFiPU+W+HZjjuBkW7ce5XKa)?CspXK*E!*d~uRv{5BLsU=0Hv)juD}nRDu2XwKbx zg88Z0Ow}O$)NIo82fjpsZPtWUvS&HCi=<@ACAP|liLTX?5>7+vl;||C4JBA*H_t~F zD5Ny804mdAVCpGFn#(8I7k93YU=T^oJFQ&)fkA6Jh=ShlNsI@QS3i(Q6B^#3cZg1+ zFm^23Bu+sPV>WOZ@ax!!^S_V%Kq538;eqA}I(B4YsR5Tvv3-X&@DO5&B&GLcmKeKR zjU;T+Hgf^8@J|dTTFHvby^({&ke%s*l9SeIX2VY{%$Pz_5Z?2MXQsNgZ$yWym_X4c zmnvQvDRohoY!ziT&le|WMHzAuUD8vI5H~VIB7KK#JT8*fP3W@d&NB8ZtwKI38-QUD zEkX(q#53sRjuzv5*1*rikkt*?52m(CQhdxme(N$eYyvOf#N1tAobCR5jm0S*)kg3FJupS` zEg1~bBH0wfglEdzF5M;31fF&nO-IX!4M6n${X}HyBwp)>Z1LJ#Y%s%BKINL+SkvTU zw#BMsDmJ`qLD!A}ChepKS~($}mekF&zX!I#iRg zC!4pa*~@;gXN(kthK1iJ4R20ZNhiZB+nZP4Tn{eoO3p+}ShP9RkNtEr)HjiJV9j40 zQgp|p3NNt`#h%bYbFt2(pqqZ`l#1n%e$FR1kNGXygq_YUE!_>{Hcb_`0PeE}go;S8 zH}|R5Jo;2?>ikt}Mu*kiQYjX#9)p;5ntZmTrPpI7T@x#k)f{rFB`jAZs^3$R5y=oN z9qBt%H4}<;0Ie>6VQ@7OuK+j)%+ZpxA)xuA$%@F4x@x;(4vtjeV?@$zv2uv&E>ss! zTnG-MLTuOGgmN%#MmYkDfTN$a)a8$aHyMqPz28WYCOWoCX*j=Kp#) zgzD*z@s?#KkB5X90@7_u&G7R%(;bxhbx^vS{LHTX#b*z^KcIaxH%qj%k$tkrulX**M4cTG}ZpBOK-TA=ZIILsrR@(`wP$p!jriy zuKR2QaoU~!(*~mQSi5Hj-1IW$fDIjF?`&vWBr3QY>4prMEP;+I-A!>(U>8$mXNVtp zm3WyQ9fTcXd2JEZId7TdJY0i*-W-qeRPBuY_Eq4Ji$Q!!3vG>c6($CVHOt(|Vg>}> z$iXQ<$>1+WK22^ysFT^&XX6t$qPfxWH46NS&U9_7mVubH7{y$q4ae-5e) zRG@|zoZtLLeN|AlXnNS@I*l=eJ}T+T?n<6I?E%Z<__^_PRSgdWMYZXDQPws8o>?!|x8K+#|f5+lyCuTa0}!iAOVa!4WSEig&Q$&dNH zr;Rc4iEv2G)WzFsIldLVl0Kiv`M!MN3X_7=0|DF}J8N3QT0?iAcqJV8%WmEMEGE}@ zA+J?&nFmfOUyj*bYYxsV2e;HZ{~8;=DI~sLB*H(g+eM&1+cYoUR4@6P9TSd{nbO}r z!aOPzWb}NE@M3;cu4vP|&T>UDA4YN%n zn`lD#91g14Lv$tN+I3pEf0r-2!Dihgn&<DGjtHDUcWn>5r@zbG?b?=omUKMp37oBHJ@>0=Yvmf!)Y;gDBZMzq0MzY(xfJp^)~ zLP>apdSu4V)lD>Qcr>mOUIWP~pxwIH#SED@VEyLFvUQZJqm+uH6gOz;j|M@3Xs)V$PX6bq!kk*ZZCfUKlG?IVCoCnGvrHH;^Q9D+j=IF!kv8CvKx&KQBcs#^Ur=S3g$SjLJ9MhzF+Wq;@=jE{ZXGfjo% z*V+jSX<(a7`T2a}=li%<TWQEM8qC8 zV4;ePSJP$oV+?!55t2*>&ktraF zh?O+o;>8-kX#aTP6XIkbIgyx6LsWFN>w)Xe&UxNr=?`359LHgCKZzme;9m81Bh^?{o}DfZ zRF#nNKK1;RYCiYwY_51*T?4c^$l0mk#=;4*Dhc>Fbxd-z9A=Q>di?D44KWGo-Yga)Jtz6{f)5OfsLnMZTi%3OD^_3hBoe@~M zW%N^AN8m%B^nRK2d%wQ=^8|pKk+OSoevbf8>z3c2J^nXag!XQ-wfuYxSP_*JRY%cn zCbK2{d0q?=7r_)!$;Mg&6Su4Lh3A{m;-;F1<|?}~*n@q24$xa~voqcY35u&Nu~`+Q z?yZnf7wqUwij(EcZhn$KhI7^_jVri2oT~w_Til$+3tkDakmOf4?mfeJG;f?!%1=G~ zZxzgvgae8o!~?UrCS-Z=rWYz7L=b{Zf+8z zcR^N2kh{{KTm8K)Ia$O%}`I&KpX!&NYKFzwk6`Q`0s3-cr^oCr{v*?K zp8Y!nn^(@=0?gMZf53<|9SjtJK8w#A7+%LrRe#Hn)`wcZPN}y4#&xTxv4-EVrx7*u zTS|W<_);4&WSmu6Z#;z4I~eMlvh*LUIgIxota$^#n%1=cV$FJ__;gju$knzGftBb_ zs(G+grZ;M4#`wRfW-qeKzph2N(^+%Ve)p75*W&T_7*dXODS&J7+tsl|AHO5oG(uTA zRM&5dof;PfbTpU~yHlnUM~ArTbRopZyo@atlR^tX@7u7v0w=V1^2lXcU(+vC0~)jY z-2(_=SQr!XQk2Cf*1U?^QX_!}%#F|2HgxsyJ6H7Zb>L>W>3)JB+JnQ_qFPYzwH&!$ zf_c=;a-~XX+QG=6hYb3TsL0{vhJx^m#^+;<<=PZWNmxbLB@P7!OD>c0lh0XQenT8A zXKLc*w<4N_N193W5rp?VN^Cpcmi{h8KEDaA6vJEs(kuGpUN{9%NJOFN3uMYy>h~#c z)fD*%!Vf*gJ}SS|YA1X9zNW{sB>;$Kdr-kHD7l&A!s*lU6?6RLq$!0J{_j35sJkee4c z!W7W%KX<*JvuW8+#;K@t_aQWyF%**}1ET_#e!mIF4Yn?z==FMJ?LBq`IWPl(S=&N z9e-Ld{Z1s)bs<;81vV1j%kj=`p||NCiWPHvgvR z^pA$yl&N2NyDGOT;EVfgx{&(`L*74~*eqcL->p8GX?(9@1cs)F z6X`s7&K)HXw8Kr^J4DeZ*i0k=WQ9UCAv3JB@Rf|NTZkE{a9ROiGpIsHH%ab;hhZ8Q zuDdWp-bnD^s%!N7%U1*PBL*Du1xNQbP57LKa3a@ijn?`Ct{FCUeCD8vSg`bPBm#6Z zkF0vbQ&I<+(ORBGp&W*p1VmRp{*ix&oT?RX`WQId$Y+nfAiw7Z{zYX2O@PFGxV=a z)6|c!qzUcQ%mEP8cr!eqLt9qg0btT)DNF`TO8Kn@QWZmu7Vm(R#z`g@pp|_~(FCs~ zT7;h_>1DaV$tO1lk+qH^4X~Bk(X}_6*X-GZ17F24aro^JTw5eVWDq%M*s-r~s`u0UpS^Qhgg*8_sxYr1%ZYLWNoTM3~K zw~c<%G%8Hv<-jICnqGDzJvuD*e_$@U)tFtmy_uNRw$a1x9zPKGJgXx?l*zPOX85(a+pv8U3PEev;pwO?i1+HCX@Rq*oO>EB!*WK;bmHn)Pidm4 z1l0WkP|NPsjEYw-E9h|y{bm2_QvcG{oYRho$-t4vlp{h%^Z?NSe-kr*Z>HQDXKWyfO65s zY{S;G!p3q3j;o}C_Z!UXYEOd}pn5{~?{Lzk2{^$I1CvXuUPG?eqNyROho+dZAW~IB z+RtzL&{={DY~1`3-;WG2LpXKdF1O2=+uPB#e*zFq7~}qC))W>CpWM`(=<=fxdRC2& zJ$AK6I5E>A2&%xY)8^<1uA;qE`}O>RMBJUyY5{J&J$?3ve; z?(jJ8b}eR6N{!olM1|SciYCCxvABSqR%_wF$)Ob$#WbIX>=6MD=qC^m@e&I*cQ!A{ zV=yGbp#@1|TmJG=loMQQpg zAea~{H(s!td!@c$VX@ugEjcKZ(bJFM>p11%$m>SuAI<@gVKy-svCG)Vvpk1#P)Kz~ zIbb=0&TVPwOM#@)L)}o)(%`G$DXuJ5bp8?_`4mBgGM(?vgz)zDjHH=gP#8XgLFpYB z+e})QW=%tT32?u#h%L=|7=Dw3<0C8v8YGtmjo*#3QeibA(0H^+D9YZA1VjAeQ?b z?nzauY}QAG6z;?(PoD?90;em3e~%TLwQQTyF+i2Zu^HSctXjDLTA=c!7vr;f-U_Im zaUe^5~pV4J5L6^=GgFR5KPt$l=Bi|4YO^8hDaeWp4}0KOz0%&+@NSU2AFKJN?KEY zPBt?Dlg%)3ctqqgD#WgTCYw8-lg-GQ!Ngpg_&ygKmHWp^&KC_O+-Sl&`VRa(8i1vnEPw_%Sp@bToJ@cTip;h$J4 z+BXqd@kC|I#ZxbcVQ{X|0aS__y1T9x%~tuO4lbIiStT?H8SDvGJthaj-vPz*@#^H1 zLW?B`e9Uc$UbIH>653pho&BhPwoy7d? zoy(l-oE1^Kp7xstZ21+f^;Y>NmPaHlgKA`Oy4hO>i4Y`DKPkWkjmO0dOc0-nYEXsp z4aB4ByHv!??lg}=v;lHKFZEXs!e*9t!ZrNYg4^JXDMn&pED%*!)bz$K^;W}++W-GU zO=r~;&-hJ2KryJIPpMQDcNt((EO2&o!Smqgr^L+&WsW)jjz+{g_g?DSC7|10qqekE zhHtTVLK=a(rQibyvKT*>N+&fws4!UF_$b$pA9E*rD=yoXU4Y7p@`9A zi=EE0D;he}`;?M>o24~-R?I$k6wFk&P&cO{S+SjH4>asl9Y88*misKrJgwN-5*-$X|Qq9jv?tCWClIrIXHZdN_Im%rP%NkK?!;DK9ff<3I|r z%R$A7<&WCsjS8eyBb-ra%L@x-S0GD-sS6djpvw14;r zfi1+&A*p|hP#hHFz{+->&(@1J1v_piHJH(1AT+MzsI*f}$n=yBG9uDHik- zey$f)jx7*^*`Y9g8yq^l#)2TA9o!+DdNFxD=CqE(JCcsgRw^DrX**nBN>$mVHz9(6MIpeEz9C1?$`j`K0Q%-!+>|Qs zm~ccOK6Hm0gclum&53Ee&Se*-jw zIAr00h7~j$Q~aUt9I12Wwzz*@^yBX?c1DJtQN~oI+pG$Aeig8e7})0>>xzQ-yuLr@ z)i{f|&F3$H|=VpW)+eVzM=i5_|dCLK~Y+LTz}R~L}?#C zB{R^)jS(Z^Nne=(p`s0O=OYPACZz=O! zk*FMGi_C80k}i3<9ovZLsiA_TFnS1*#{`?{2ZxZzN~wC(szR#gTd;uRi|vQE5aV)v zUf>tcA~n(EBcLAF% zuO}~0;Of!Sx0OsV$6^DG;O_W4+WCp&2wBp^Ssag!*PNMOk*Zz4>mPvYC(@unRd%B#DYt?TUPcysal?fjp&%VE9ukFYHO-|Tq{yWZn} z|Csmtqxl3dF}@F)eWRK8WSm-ZxAL^%)S8|ov;QBf&F(>eN8lOWyvFuiV7P#~^D({v zR&~J-UR^6`48!f&N%v==6bAOgh?5gYa?p9q1rP(9(?8{)XdrgPy2m5D&vMX4OV@mMYS%pCXF13LRhN29E%mb; zbSp+EXfgK2`4tK|eQr0FHG@q58SpB9EjOwop5;)i*9|ABfgNUOWrWkHz%#|VfG0As zqmo?TKLs_pB~F;SZ`$fl4I2P%o=+Pf%@SA%mdPir4G-5mdWwUQeHDIPZvEwP>XYZs zV0;pZXL7YS+#keo$@Jv+$QL+zlVh$Ip=Q>zyz&G0Y)#LSVDjB={mka|(EbSHWNqg8 zY3|Ga0-X7jTwi{)<9l-ry7}6-y18z0^AJHviyVOy3$w$I{vti8L&mv9^>K2wzq>cu zV?Lw&egNp4H{Hr zmG*7Gla-u=GQN*eqY$~r@Q(L*;G^nQ7d4=WWfFGBn>9;Xm{euz(JrZx@1F&1?$ zTo`PoAZs(Cv=G#F;8V8|^1CXAD zgfa@xh>h3s?Mxq!g24or2QbsJOIJ?q3}fyGhx4C)WiqY#?lk2Gb6jKi~-hk%5GoZbz|Buyzqo3{Izx4s|MS2vnFwAjP+ zwC=w*`}plB*098+y%j38+KuGf8*SxnyB&BTB@>&CHIy$5Eo@g38pk}KCJ4`0joL%O zz7XavN#%ziI-Or;cX9Fatu#I?Y&PH1@eVsU)@BBHbT{1N6GTaG_C)7b5PJ8(CZ4fk zcgfAwarpR&eGJYyH)y}w#n`hm6jp6=b2>kGC7@xFU)AyN@m{Jsqz$CQ{CN!PdB2a;qb0Hl7i(Ka5|Fy_% zxdSY63(@PTEi-xpJKq#aavdpCWy0D)<=}8VK@k}HhCf8^V1BtniEu>3U&;bc^=}`1 zD@kw5GS)jRiAeFILOG1C*&rG201R?}bmmd?{C}bALHYCsn?V-E=WFOED9f*sEP0bc z{aJb~%K+7q4qcjlw?QxjRm=SM?RZ-c+BS0Bt)+d(7-B^_xh*h|L@7|$?b}iTF##B zeR35Mu5FRT`4yLwt|%P3UPs)DzVsf{4{-)K(u9{c7w2ab1Tp0-d4^JA3#~p$+#RRl zw0N4M%q_ypuTbw2?qM9OuqF!JEl8A^U)>wnwNfBkH?yX-8|njxnY@HJ`FK%l)scRa z!nc=xkDwyPLV&n8Px@V}{^k28o}Nq~-9n-Ke~)gNVF*lFLhw_@$YR|FCD0|MExr+# zK1J+Lkd2NSSOVzusCM%PmVP$Hwmna7Cbz0!HT;UI#eeb{(Q2FE+%Xo5cgzzC!d3OMn*AyXQ+Sxm>L-tLc&c23d&mANOj8^y1%Uagl%Lw%%%@y$2zX8~RWX zpV9j^X&U*)8O8w9hDAK`B^OAdOQgbgnDTG>TG|(0GW(``(0Ns-o*OK1Kq}Xi=4RpR z)<0;WGi#cDB)lVqg3H2`S+dcBW6LazVHgi?UO~~TMeYxL@En@YTO(n3eMqFY+EKWtcDE$W&I=AZ<&##ILcrZQ7l2LhN_oFX3zl$ z-iwhwYPrtd9zn4>QK^>+V?afmKauO#gZMS1%%mZ@SBu#Kn-OU=vx?P%48M=cB-%o@x@7Pfa>| zR|BdQsA9Fd*d4_xX!+3cWwXS^t@giWw~^^w%E^QSp+|Mf(0U_eMW3r%N)KxrMM{*7 zW>SJQ+Wv3`0U;e+-dw?}Cb6*ve5sWn-KZu*_2NSsne5&z{r*C0{pm%CwhSK8-^CC~ zg;@gN^zu59O>_H^&Y{KGf`@ijaU^N*N|w;A@PpzEeJ4t9tuyeO2>1}@FSmvV;+&>8RYi1u6aQ$ng&$Tb=vKZ*GS#4vQXUsAR zE!s_3I*$O~SWSh*LD?MG-L~qVV^qfHbn38qJsg+0Xq(=9V3Ba{3AZqWWjxwn!w=cY z${59M678odBMUJMct9~LhyHLSMl<^XYs^!_w~Lu#jTWT_tL)m=T-Cv46rU^gHcf}L zdYIPkKe4b#hVi!%bnGeUf;Z}rEgqo$b@%zMH)c4X-lZR7nhb*;xSy5(2 zNnK}0`M?%6#eZ#YKWq1c2u0=CFhW+0absDC^sLtc$ypI)0;LU6bW?;SRNjv}--Enc zy0`?Y4(g=yXZHAk+*v}N9_Zw#`uXuhdSk~1v>74CdBMkhD zpnTD`4VjU@M&?L!G3(zc&4Y+qjnio$Tcd;;opnIztu}~nb<7XK2c`iyLt&|oO}WOqO#U@*&2%Yd{tVaU+tjsng-c4HdfOJp zdnLhXU~2lbt@6k^))pD$k`PuzG)_7Mq3}?EWh{&)Vtb{LboqqK^DZ25n2AkZepE2? zopOkSZXnA~Ljr@>GLpZu+r$5w-4;VQ!%E2Xhnx|Qn*?o)0#lnkSkeO$^#k~uv7?_@X#bdl1;Q}0Cgmm ze}=b(?Ri@57v{8Ii|utVNwEljcE>xZmINl#g--HADP_e|5O`S1Gkf8LIDG1Z}kd?ZIc8;YCD# zxp^|&=?&6cFSfv>zMU&Bw{IF?x&)^{vJ@Q8v9^pD+dpXv(Dh_Lt)}uQo^Bm%f!L4U zob?<@*=@@i)2z4&TNk=taDryVm19y@nzO`mo)l&fpVM0}>IoT>Lw1%;Xa>vR=K1gK ztc<$PO8*k+AJ7=zPey&)ZMRoiBZw^j=aU#l1&(bmeeZ7eExpn%L;&1Y`BBrCNiJ3834J zD+f&w`v4Q~A7U^J&@~+$#9$>oF@`#2Nr0@yuQ%b5Ov#Lu>XHGn8g#(ZNNm#FoSR*@ zYn$3m7b6dwn*;7niDLR%oHBLkLK@})CK2tSj}I(oWEn30vw^T_Mduzr(5kn(e}A<|I&ta}efy9pNS|6B6;FY>(D<-8zW zFFBo>2#54Zp4&WjO8*CWE-{+k`%L-7;V%3adEV^&hdkqVhbm?1yaLekB(T3&U6srK zc~Cq1&!CngD6gq&xM56xf9PaPDUvmjCtUkH;5;HuhauDwN>b(&t?X%7?w^v6WgB!e zOmh8!IK^)!CC`cUHi?MlTvu4ZancW|z@SDLs(^#m{Ih#ec(oa_ zZ31K^+PUt^I<3gdi`CBRzbPMMo=nWPbWIZNUm}x)o!a{8^peXd9aM-Uv^U__zZi_w zfCwtx^T9^6kv1xm(th^_aq6LDN;R(2w37Sb$Q~;63lDgX?b#hR6-j|xbFwbEKkZuG zkRFQ_Hm+Z4m~3-1)z%lgV=HKMQ}CaiCnsfa;csGC+xFFbcM)9y*#}f z=4(bzWXDa`B!6P(O8Vn9T@sHc%+&uT&*qAi0s0O2LsKOZ$(9AM+a65+l4tAYmafbO zkkPVRXHms@F~^IRN^eRB`9!Ccrnv;xi&aMmP+W#q;#FAV@P3JJgRBr~e0I7zA~7yL zEM0AFxI%t}z#NKf_7_E^^Lvb~SR|jN`tMy<6s~C8_XZ6=uX^S#wpDv1RYaxE188Nl zxH+2y^JB-%-Y7$RO(et(O_A^OD^Z0BcEe$6+f{~-?bnpNw7JgZd{*3E^H|tk@|Fmm z2(Ljf$C(QHv4R%e&@k$`R+@I$mPY4FCND1r9~`cnG2Xr2PHWv>PIo6)Hctk7ZI^rw zrg}rh-3`>-Vh|A@W2PE<(sU-X;o)f~POX>vFo4JhuV|W*WSe1oJ?lN3gI|ZG1qqGsl}EfWBI>==Q3CPWj8({sl6`r z$&|;)_D@B?B`>)(5bo?a?>;+|hb}?r5>{15zUT);3ROc{=UH^l?ZZj{&|{*zA=GL@goa zKIr0s3S=bY=l)5;^(?S!RVWnTQ1=Yw&wkIQIH2F-3;H7)^yxCpo+Z@5-`yLkI1to< zpV2QDvWscdT69(T_Gi$(O5f&&IZ~@2SK4mbU*9V$N+%)FE!zc&d^(+ z6O-VdolNo$B={A=ul-VEAzcpG8x*5*e!u5`%t$JGKA{}vPZiD^>gmIFfnc}Wjb&Dw zJZEME)h?Hp+q9Q65D71UWbEw}9|mOPS26~Oft}Df59mnUHJmTJ0;lM3`zX_7lGz3I z`U5)kP$mC%>fz`3{&wo&LIIt6^xMCk`VGkm{4avc@H)sh5{P~yoJspRe>?Sx%G+Oa zcC7zZ1n9dcI(jY^R|5&p=`@LE0;aSi|C!Q8nv>8s;%e#`-kUpQLhz(-$~I z6tjLLvxO?hS}ofEk?DhUWrdd9JtEk@)`q#WUFGIK#}tj3WF(~5ZltBV8|e<|mTr(v0qO4U^MG^iwdOv1uXEn_GoQHN z`p0<2J$?*1pnEK4?Cvs%GqG%1?29#?75lA>umxSFX&1(AKNsSSWb8b2tiPr}FKONY zGA$P+p`M_fl0y9gpF?!-U(7jzzBCD7&MDLy8O36UxTJ%i^^_A7c7p^PE24!;f|EX< z_i9r{(3P~z0AXX%%;6O|3;zQ-Yp6_tCNKcVIqU^F3zLpWz98o}N!jzX!g#03{(?|$ z1Q*?`IN44;_GfS-why1gkjE>)?PzesxyZmyS8KNiLg_kUXvJNYWhTerXcVhp!gGo4 z*0JFd2K_fl+$ls}_UYH?bt?|+r_DbModEmv?}LQeEDcbwzG{9%4|16wYLIYc0Y1nW9~Lppl$e4<;q?IgERKSo`p)6lv`PDsD3&`OSGEA?y@O zm%9j-!W;ss5Ca)FVhDb$i-s3$(Pf`qCv7t z4>F;0&73))F>CDs;rqryeI>{91y!QeXBsVHrIdF%k7+%mY@gpG$PfI2CXoEa*`AM! za1luAYzgI(oO~YS_teSt8NAXqh==!B_D!M6aob_~QOiNPC-R8}NLbE^yj&Y>G__2= zcsfjwEXjR5?thbLU2x-UIqZ6WQQds@vzrm=;Kao?u~hsSZ56j|W9K{#4nO9befHLl zPx!|5@EJaKaO&`k)ztCxK&*MrbuLy?5nJ-;=dz4YH`yLaV`@B6sw z;(LaB67KoLdA_gHiIgeR@x&wGb#kt`Jrb*`Day{25|%Shw8zRME`!RHKK)l1pc8f6 zHCT+DO^Jj2e`d@re=%lt*_5CtTBF*L-jM;x20^mN(-4^8JI0=GSL2wbhphhMVDx%b z!fTMr!KxBLCX5%RuB-C%s1YQ&B)@dge?y*#%UqC^Y8mPEBeAglAP_>tLT4bCevFAg z8272#)_clr!1tg{xxGkzzFS>+KAp6F!c6V`cgDK}?;yMovq6W!KU<5}l#9DS(+17G z^+F@}eGBRPtEhtCI_3U18hM$OhIe4Bn{jN}+DE^;@wiCU1lxJt%-ATMGk#Bo?>>2L zvY{iHG7`g{N{aXCgUzZtlxUfo%-LD{1`omUb%ViI(!T%3B1?9ZUY5(X1b4lgfRD8r z6tY-7(UCXkYL~l^Z59G`-gv*YW39Xo{H>H>PF=2~@YxmO$l||BNeUs^Q~Pp+#CTiM zDqVv(jc2c+E)HsRI-%#eu-LE`b2;$A_G?S0@e)Qg)0wthyIX5#!g1mxsv=3Klp*RK zLg__aj1#G#V3_6$tby%82!3-A3i=0y++P1fA?XI|hJ9OFQke=Z1EY6kw=GNivWN~O z@pS#Qj!4`f%(=nE{JZ-Pq(LKmb~c};|6s_Et(!U_k`KMJN73Qa$%$K@3{Bfj>En= zNc&@bQ-Tvq&Q<`4n<}P`JgpmLdA%b{b6(BEuVI_$g4B?hgr!XOt)o4hPYheWYKGQ; ziL1+=%Go?MyjsV45)Uz6CIPG}EwrnLkk*t?4|+5_l%E?bjr(UMaeqS(p`Q+9jRT6E zg2+y8qN2c5Rf&s}*oe?hybPRIS!h+EteBTVWRV^055S*=%Sl;bH8L~@{MiVm6jK@p zBDnlZlce~<)x~tsI#;lN_h+%EA}n35?U54;hwQJp{}9R#<6#cWFNE@E=ea~N=&_My zk#4-}KdS&_?A%i980lZ-Ho2PfhgGLJGjTx+_u6Z-y2!GxC=qPfL6?hV5i(>$X|+PD zL{JJ-UUC6y6T!Sw1(5)sRHgjZxc8VFNlMN%@%1-z%A0l|;Ce)ERK&MYEXn&OXmc#n z5jcJ>|5?G$Vkb5sU(CoxG*ksj0JpV=%vOFS`u+e)Yg|#m1&lywXWuQXLJkFVM=d1> zY}3A{Z<>z=>fv%vtPzLgi3qIpwmK46$I)WLpO#ZCE@*i=rG)*Ccl;>bZl|>Qf+%_C z0YrK0lCpanW#ssTZD=&-3}|e#)To-;E@KD*y6wa5o&cjnu7TB8=$S~42`~eTf$185Fd6<0#YMYiP;hZm}JvZL>)W5&Ujh9109Dux0in~??^*|nTEs_z<=o_=Cf;{p_v z7`S)9^vjGn8whQmE-cNHG`hh2Cge&bAMrX`()Ek!|TdTg9P~UwD0X zecy9v1T#atL<1y=`&PV(;FwEW893isL0uh!RWH-1Q z{d`0v@(7c6P3AnX8!;1_?Wvma5`v$01)_JFN+do`s_5Hk*`e;Ot=}WKRj|pIyX6vJ zdN9o-fZh4w_hdu?F|uuD2TS%SZm!XB$Pa zH2&zb5FyGlMqRZ8P*ww#SV|n;jTxxK8&;etVc*}n#|0eCk149ATD;wULxR99OI%=V z3c`hIK{~x=Znawd_;(rr($s$GcVmz9zuEvzYsu|Qgiz;Bll{C*rN`PowNGz`Ms@8k z`+Hvcr_bLBPG0(_+PPG61s*PzKmy0jV;xpn)S%IWOkS@2mlp z1q!Hsl5%QeGnxsJvAl{~7wWJSDwBIl(wNANDO8O%R%|!90>K)7Vr*u#T`3Gl#bY$z zzLU+Ob!oSo8Lm=-CkZL*($>nNbZj?PA#qcDEH}1ziJ$TnE{0@*q;B?B-KO~Z_3O>6 z0qp=P@hUADqjdQVxXL-9Ic@ABdfQr+fS3O14bVTG1^TD3b{gM7_8sEsPcMzCI*v9# zF!0r7O_CJTPBFMEtGQ%HMa}0yB4PdWt(p^xSP~}Eh~L(5n-jfM0Y-|Fv0thHVKmXH z0a;B1U8UNTXB6dy0t`j;f?cQRetOpXs48VChTb6eT%&4vuoybXZnD$ZsiIB8@p+`% zuuZf)?vk+7V!B}1V(=Q?Ed3L-+(1S`1rkV}=C?NdtA5JplkLJ6O-6xc^QzFosh(p9 zDme6_^ss?`UTCfmK9r#G2V}?&t~veHXg@c7iHw4M*mcb(92*8scUd@fr7t6F2nlT8 zKaNSrh#+ufth$GlZLtwqJA}>%%w!?bDj3h>Fso!j2mBH^p9bT2jSzfa*QE-##TdeL z+1V7k32nZpm%XJ1D;F1DXfC~an-iV*X-1NVs(N)z`+nnZo31BMN_{ol~X#JQwwEVdE5hIzYO$$#v4X`iM8?bFjN zzrWh2OmD>PdVV2=v0S{gPeIo?FG&y!xQGT8rEThf_UYRlBTK%vZ^Q%VqOzIM&<~El z+-UUNXo9F=<1JpuP_70mci*XpM$smnTFqk0UfHCZn=R{Ll^bLm$Z-_-P?Z|oht}%! z<)e&tZ<6{8PX`bPsQP9C-^-gQcUsJ_n;nNvaI4zDV$ z;oDWS-E<9vpF~ZX!^0N*F`I^70;&rmrL`a=;$a!^G0e|blRm8N*j-VU(qdyb1%9Cv zC))l6c}$BqkrJqKCP9T+K>0KSD4(js1t?J<)5lUx4jWE!my)fJ6up*DVb=dyKE0k$ zVi;I|DWCGbluv8)zvldV`4pNiawL?Zg0D&tD4!O+mQVHnDxbO~k;(okpFZ&t^wgmg zs$lg@h-lby0_D>$qo&hBClDJz`Sj$ae42G+&ZwS&rD?=yx9+f61k6|w2+?2hISKbC zeCR1bj!Bw&Cx2>NG{qiuP4jmk;PNxV|IRc&v4k@dn6%Xow+~c7Cai}fxVx0tKxlzI zp)mE3ysVQu?kv|aZK(V^(u}XEy_|yY9D+#Ljq$f?Og&@lMAZS2c@%JhIB5(CMEhp( z^8g-{8B>Vk9eKV7uw@nBoeykT!IlrKh@iPnogjbDIGam#wJMSa#YG%pBWSx(2jWI3 z)S9!(N?t!hax&R^CWF?@qtIj~Ls*mQY4+yWWpp!6UE>K{d(VWW#ymDd&Dofp6S6%p zjxrR8O5ohWOR~84yVj{s&l4*Tqa!GU7aQ*1AzRLL&E29G$y+)2C@fcnP)BW&f9^AO zUsMEp7nQ~(qe8}JMKG#H2q#r8f?>m8l=WH|yiV|$kGyX;oJ0M4)t1xW+%-Se$! z;SJSUj>**2A>s=tR2x#IH?!IyTs(+=sZ8?W{uaq|%`*~82UCF~U_YKe)%$5YQYc|i z1K9>v+oRu8kij2mGEZ}`AQOr4gOi1)LaXHAzXS!6Wx&LqRQ^m%T8R0MgWBhbo zuJ)z`ckjQbW*S+{^rd;;!q9MN&(XIJr?q-IGT+R>^*k_Boc-F?x}S3Qwa=y)l@bw} zO9VH$q-)!b8gq)aIn}w6en}bh7+%!aEKgm>zpZu~nsl)KH=p*|>uR};!;Z8W_i?4& z6AIEo*BB&t>prwq>1{`f($ z8Owir%gi*bhNqHS_&C=#+c;&SsL{Q~vC`3n^+}f3z#4~a>-d9A-gCm2ZPMHn$dJY_ zGP|Q5${g3%b&W*XnIwnY~5O&v=Qg-qoMgQ6{401KU|4wBJRx;vi%GY@sicKxX12`=Vi)FlhHdQCj@9 zg>LwRR1w%hhXl6JWAr^cdLtBF;^yNBlz=VtA!UeFrEOhjoMp;4m54F8FI(uoqZ`wK zY{b~VH{{oLL4YmvRdeKWZSWKMKP)w_3}C5K!Y?cp;(ip=<64lDu#=OIdl`zf!>55T ziFeFzIm)n>(#L z!7z77E3EVWru}XM#M-%3gR@3tx=HQ>0Rv=05la>>xHIP_-aSK z&{WaCXe#^!{U4fohwSqa?H@E1_JyWGz0%b57n=H!8GZ2_AHNhj{580$Tg$t3(IO>t zYNcj}Q#1b+gem4G?7{78n@DvKd-h_&@wwHj^s z&g@t7id1^@1Te%XOgkCX3=CcWlnJU9Z?EOTy5e^U#%c#^rO>33skL`Xg&(Bf+~=>! zVbUord!k=P@Y&Tleq9!s*`M(BCYRKX3MO4e!O~q7tB#2$DAj!9AU9)y@_sE3`X2Fu zdnedzO7t*9bOSSG^CmuuC|d`nn*nEliwykx{lfajK#H!oDaS)YYQ7((VyU45&H(>K zAL(1#SXcXLVH~M23YZk)9;^1zhMz{Qhm2iasJqP z6b$;2td!ak5+)l96~-`kd_$zJRa*jO?TzT({gOxQl~MTj9*OHq~O_Td);0(^Ln{H?pqrp zQ4xaRK`S|ebRuJ&A042Hbzy9*thd%V&_WXMge68A-MSbRC%N%{!`bkY*P^~g0uw)? z$yHXN{q?uBix=<;Q_B@^-h6YrHOXl*-{SG7nUFDdtgXUDDNcPhV=~9|#37ae;;(&{IyANg2Mr# z%F{iQISZs#OJ*~j5ZN;v5tm{Aq*k-32-9_gfTt|fKG1pUMqey~WBrh$sp+1?a>T(R zp55?V-o@Ff*!5~s-+caRH}k23^BuNHY223q<=!^V#(_Psi?M|4i??gJBo8fT&!6I9 zWBWXz{Y)i>UaZ}HcXx(5u4ZuZ)2vnt%{|u3WtH~(s*ARZ(>(L*!yy%!3PkDIES%@H z-JN-xl56JoQ_m7 ze778qz!#o6&19tv#hK*vyORSkLh~|!Y}01|mwVaTrVmyjf(5nh{v31m`7Ch%`406s z8`E|E!dIr~L)|4UpH_Fs4IQQ|R`&~0HM`t}ZL=1L@WK0?5uM{bJj7n&@4|hb51T5G zJEE$PZBr^!?9ZK<%{q0TF&Z zIXZ+X3Kr2%uH4o6o$zhoB`dUFZYX49SRo$^Dk`Qd3l>j95)HVkzWF9FKGk)=KI6R&m0wQC(h%-tn7#jf?nSg$-QvpaH|Aigg zez&G{6@z^$0dQV*o+s8*@#XOCd(Ctgv(MMr+vOIW`-o;lIipbQF?cDOFv4g?;>Ekq zByR^jZooZ2STl0xI{>O08_n?jz2}^4+koZXUq%tWrE4%I-pFz8IOo|;4%~@;}>f1NZYtRz%qv`Yb%gWfG)0qb_GbG zXSyQv>GW+vzpC-?P$rP0QLrli4*atWksM`c9`)a)KdmW)UigW>_xNTJm})IiQM09mavGID~Zs5 zpU;vGZG>Go=>i?O+iEHzf~~kpO<#bXz&gVIxEu8YTREL_21PQWE6C@ZCFwwf6})CI z+p4;A11xs`0EcN^Y2ENMt8R<&Tvf?)P=)6LL&VftaE;hF+dDJ#bWT79ZR4c$C-KYaF~3j>l-jrco}YpS-%+1lP_qTH@0dRx~A#Hw(D!>AzgCPoOIT7%_AR zT2zrKRV;3eJ>h#*&8qcb6{EGtvQ$64)p?1leoC67Ff4CQup$HH8}UquLrr?MK@s_5 zvNkHr(K_n_5=$b)J`-7IZ%59}OHl5O#q-UeOGT^J5&Heu5*8bV;#PSq@n%7zAMeAM zKb2}XM0g7LEzVUBmQvCy_H9@{&=*5-QTCe!6DHi#;9*jml@EJkv7UQdX1hagT573K zEz`7<)Jn$ak5r#6>v@V-qIxBGIt;G)XR*tGOVl3HNjyb(v9hsz@kfxr&dBf3V6Hei zZlx4aafZ=h|zuXv7B&7xDyDm78;Ke!m1 z1yHy{D!84hkTQ~6Bvn((hwd-1zx)0m2h>&vW$TR8Ow^KY1k#E21Un@k7%aA?JX{*h z5i(dpiP_V|8=8s>>#VAk8AD4FycLCl(tFe(f!u0{CvIW>UbUh_8(*JC<>?8LS6Ex* z8i>D@{x#=pnlkO9)yO z(s>&!mlA2@wPDgQzs$tN)cst6e80wsjfT<@ES(yIfSy8iP)qyi0T@?{hZv@rHSY;o z9;7)O3EcWd^YvP8S&{-6hb3p)gso2O4XUpdE6es#6|nSy&%c_}IR!vfX<%0BCM0hk$42cQH1*gMgkNv8!rlM; zviGqsX=qktU4|ykd#K5>VFn-NTDWJEEa9Tb`ZpYRt))jMa%?|r7y>3uHdodwBsRuO z-G5>%8nsq|clzItgAoNhJ* zlz+$rnglB|Jc0(L)d}6R%s+dZqSqC)fMYcO)wphKAWMKtN3`kQ{39Tt8A52}WiBfW z`zN+O|L_uyIeXur(wnp-dA3|SnIa~;LN#{xPjpBw_zH2+k-=PF<$58-LQM5m+Hm|#v^}iW40E$6?C#n(LAX73xb>JdjDuRggc1n$o$Gz+buI#| z+_A-@>p-&(u#lI@s|o!CkcKVBa@5Krw**RRXVF!)g6sG~B?wh|T{F&vVWlo&VBvoM z8)`i$oldmsEJ1>|d%!(Ex#|3r(uiR?EiKB$uj=twa*1X^`XaV)WfGCWMvG)F1IkA5 zeuNnwNE3;eycGBX91Z5wudhXd156H}NN}Ox4-^Tyfg%B$2;(l z)t^{Hie;(q_va43khzEG--O)0?c-VUp>DsOnXzqAnX)6`J{5T}KG(fpq67`XG3YW^ zmQv?SA+nSH=nI;OzIB~?gg|DM;w7{C*~G-c9zztKY!|~`gHd|SkFYfKO<2xUC})y+ zWUlpM-!0BdW_4Rm`NlVZY?6@wi`d$+iXc1rRq{A~)h~y)J+7$qgT?gNINXq`Z5d=kZRgL+cAG*#OSJhw9w13Zy2Bdg{mrxL-3^r1R}8R!@l2*B}IOKLIr{( zr#TrSh-V~G^u^ING}3^pN94)x{*lvG9Hx{pkGJ0fQkU34P^7lBfA0!YRwuhsi&d2# zTtiD#C)c9$k$oL+bZOJ}nkHa=ditGB-LilB4MAYYMKdOZOHc?S zyia&9x4mmsow3vwcGVWgC?zqhI52NYgRGXqZNoR9)1`FhE>`|jcjv-4*FCJR)nQVi zic=~v_7_q-;D;8e>J?C7{9PshDc~O>ef2|s$*$uV6uE0UJc+1(AN1wNyEyes$_02T zWlb*g9WRb>qm`DG8+sqtg6~Ukbq@%xa{2yz39e=Ve&{TsqlVvj9cw98nC5#emzOeu z#!H#N3Z=?QO^shHTb@Cz=R>}HSNbD~BFSEVSH8U9`U8pLU>#vuf1l;J!RWA>d<|$V zF0?wuDJCjju2PCg+$raI>-s|~t(7i)x$KPv@BG^nh9GL=vKK$JccFy!f=11dZ{TfH z{AsDdhMReO%#5-E3$%=}X}&#bLP>zQB`EhSrX7uUI?ZPp@47M(H1K{&5&9uPKRR)A8uSG}>Y91@Md@DY6P@Wk- zj-&;Kl4WWE1CU#ljO5n2Eu}E6J5#GQ2Xd>jZP3m#bVQ+WZt*4GGHX^(<8E#x=I+EK zVg)vv7!_5qG%`tyiV-4gJ2jM-8u5 zi5e>wu$@)a4)Q-;f~r4Vg4+j9yVC0O@!MN*!aJVVE&%$YK%Is;Q!Jz{OaF*2RQM9NISr^Hp6atOmsy6lW9wRr5z(od@Ka7nn#wjbr8j-ulL2nywyt)x* z`F<4{9=-#6-CMgEFGzukz~<9Q!%jy}zoggT>Qh$w+eGOM07YY|I%Ci zhJ>=i@~5{t`=_^>^U_;&c?DR1KV*nqW4kZH*rjqMC}XYR1zjvKf9mV1bb{Rn&@(q^;}98tJ$N- z$_G94h`VvdT}hA3+7j^)6P)sSXf~AQ#+$qcKb7=S>K?|d4X`2@APMisO7dfj_V41V=btjc(kua`%nZ1Mz^Ophkg?k;2o6hpaqBe{w2-E}ZWDFxxK zLM)kIv(t=0%C@sA#M#fqVK2Y@V?A+O{*>FhHj3!)&2qlHUMF?lJWOqY{w!Zdi1@(; zQGMW9Qx;8af80*9(ou^km?JV%4p%v<%~yCnOw{I>PpBYDa=I>52KlIJ*D*v~>OB>1xT#y=f2!i7hY! z`V#(?B_R8KQvuwu31B;un+(VM9xGFslmX4v7~9@Y^YNBO2O+TlQ&xAy$ zk+K}>5H$s(`}_7%Gv9QP_-~Tq#muxTAIicpN2xEbfDJ5VYeM9#xDYX|>(4r0ZQ0pf zXd9r)uodXB7INchE2tBw=5Lc|s*Gq2yE?OdwcN#i?zck_&CrZ@LN<()b#05f-8g2Nd?TP#1xTAup!l=F#=)Jd1}UvK4WSV~`b zWK1T&BkA)BF8{$JhrP2))TN#=nJl+~+XNsh3w-&En# z)>_SGyiO7UM*Ip!wVg?lS>ZC^`91Pen7mLbDvTnjcPv08mE|Rp+GUFMCz5KyTf!_4 zeol-o+{^l%Eqzj>Ps^lLy?)<>3b{GtMv^~QDqFk9_C0Who@Oiy0ZK=~ABi`cLw&#F zS6-D8&y5;fN=)!3HeQ;iPivpX;>(Lw*E4qpFgk(p4CZntCM?|0;Zp5d@Db zr288h>B5pQ5;KcVPrTJ?{^9;Smfgf4_c}pd0bID;CCpIa&0q53HZdt?9|Pj^tWjw^ zVW08;IG%sANJFW=9nV&C)__q>l_4?#07fqJiI?mAM;NJOz`Xg3*aPzGXH0L7A34MQ z$NUmzAeLHZU&J$D$6 z=yuGnOqOBshDGHz*}>MEP9y{yNSUJAc)XcYaOLv!cd_3<(g3wM15aJaFxkM*%VQ-3 zuQaR~N&U3dLYs7rzvePmuaQ$Uf@bqCGC4Btz2;X$Mug25zP~mP$yc75dm8n_6qH6K zYvUT&fD(|g#a7~T5NG?=GqLP-@)x4igowdJm`}E67bjkV#0C!5`xhX2;G<^j0=`t^ zH*l?J{THRQ=tD`foPbR(0&QS-P_-Pyq$B=Jn7f2p?4*0n7DY@l`%VVh%C&5kd*#BC z({ad!+LSU#vm$dCMq{)1uwVmtlENP=P%L_jGvzZVpLOd?yL(U9v1zej!8f%eW5!6^ z#2f7~@?CL@b-igVAbbS18TY-eT0oWAyuyHteY<9@IUfEGoZTT{1xlEWbx7e~D^Qyq zp*=P@nh-O_p6I=*=GFRK%T4*NV+P?IucWdq?S)i=S>OhP$W~`j07?gR^on^&ezJnQpcC7nHa&dBBRS?Fe;^-{moHW zj>xbm(t{u1jlgaCVd7dcOaq9;V6mPcc4a#~z&sIB_YEI}(FLp_btI>VqYwb4S=u|+mMihdu6&j`XJOH1x{3oB}+P7=tELXF)ujvWNPYEfr zh^if^Y#eO{vmKdG9&>J?v*SU!fydE6-8S$FYy5nlKn**lXt<6J&#+IMt4YpJhZNUeR2-ncN73~# zjQbBxIUV2<%plR#;JNT4JAM#Nyv}Ie82`Ygw?&)d>>7T5A2ZgO`>Ba-4uDOZP28gl ze9CV=2GLh9hAJXdI<7F%_EPl5G}1%x6Q)(h#an5L5Sypad|>Zt)1%gOru&)+s{p}= z!DS229F9>Ol6Oa&-2QT-zC@Z zso&Ntgs1ECeMvxgO6Ye=c|lRBRcWUqF`NbRQ3UZF#T3SjPh*~q7G#?CM&%Tpq7Vp8 zxm7c5r2FVih`s;iSD&-igay&aUbVTzb)4d(xIK(^ghgAcC4F1!?dD9&O5FE+3U8Vq z$Y$KW(QlX9=Ro9o;QLsZHfr!G(wbV7+fhQpsUOWCS2HP=8-EMNRuY^$3#0Ka8JqHm zqxKGKB~|DZTG9Z} zvPjpvYEvMxmSgIM!9a-Nmjx943Y-xC4;^Q`+0%BSuggw9cqQQ|WPJ?h1G>1vR*@RE zSOIWJ4?4+)5#To-12UVwtdcXMsmAWui~Yn5NY%6aSyWh;TW;!Dti9AWucLE%3_xE%}C2$Wm(!&jWwy?v{W@P`g%$*-ut#>bVj$i(p!qVs|L7p= z^x=a>Y6+(U(ZFc3hM%o3v8x|n(vHx61VOkF zWa0rns5rW~EMd$8!gSPr+Uil%W`3;AXl%tKE8UXK(r)`>!_OvDYJ{)K>n)YqcnDQB zl|BsZ@5nl;9CkWIwrz5%8_6rbu}*brc>5asO26dyU`JCB%xeZfrU#k+^gVbH?zc#m z6V_VwTA#q&;Wkkh8|ZD9tspuyxwT$ho6P@Wnb-cwW?(nTstF`1Ljya<5JWLx`^!Yw zls1_VMOiQ{5Mn%OQEvve{JSH5@HUu2-l)0Y?0pSCZ6J$v4G5yai42|6@Coz-F5cJS zr`BnIu~y(KAxRW1iWw_k^g|#7ovMysQs%97jO{{*Ut=A*@0KSTf~L|_iWAXTbi2wo zb;`=o2`O9P2N!6 z&_^=V@VC@ZRz{8~oPv`-jVPKrp>;%|L2=yBQ!s-;WnT2GAt9_5j(pEzB0df|^_j>t zxm!ofCQ8{XL%nx>_&VaezN*IOw!!zuRjd{0vu~3A%pM?y=9RWuX&BHz##v@*VE^P2 zDKAi_-nC@|mZJ;6 z;0`gnVV!f!P2&<|D&q=0+ES-j?2Qq4hf}}eF_HmZ78IA?Ve=OIMj5@dlse**;$#wA zJt@R@Ryr|1v$E_EtLmw>_nC>i(ZI{XH28=UZ;3LUy$Q?_=IT)qgrP0}3aj+!VV{fT zUuNiKbOMF&WCITzvgJhQ+#Nc#f|U(CH-j-S9d$18D`EO7|MbgSqW5eW^e^L4ZFeK@ z2zxmT2j3rSn@OjzU)WelDvWiZ_(}YcLvxj0<_=5qav&twy*ro+7y)~}X#5P7c;{M7Bd>pLxZBz2ONvW&r~42_*u%&PvnwWP znVk{#u4gQeGYyQEa9YWEE@5$|cYC*z_snSJFkrNQCqTP?+pir?m$okq(F9(7NlCMR z&v4P#u{hQs6-#$oX#r}D)*SkDAI&&m< zg;`zF_&qD&t6I9%Vs-Alf zU-!co>-);$uWjcj@>0h$OKk-XCLc>u@7))FDGF*;445zoFk#5__+SNP=IZ`{lD`;z za>B|570YSZF>o5{qW|m~XATE?)!wJhc&e|{yqk~M6-y*^9L%2tf~kTcqd2$qfju<`3c| zE8s|?>R|DEb-9FMc{uSwOX~u`ReZv<(wE?>u-0nqV}z^{5M2Ge{~BDy1%j(`#tLqV z5I<4L@jKk7-_NB7Tn~Vh`fWgd8BeVE#^QRZCnW~S*%#-+1wumN)qvw)f(hD!{<h3AMOYEY-s(Pj^_@`yYd$cTs>dEFsqLv#eSg>>AfUDfcuq4gkhPd@;!k+w!%*_fWfui&dpi1&x=JP|+?3+svw9#-lD{1Y5)!D_JCS zQps)y+<9FirL(_(W$>ZjljNcqg_r?{C~P`f94#gjbX7Y4Vlu7l-Mr@>z~CNZk{T13 zS`22c{?>iMAUAOgg@bw=sak~>q4Hp1CtH1<))nKz4ILYuk5hnEM9|0o$|%Zd_u!l2 zrNLMr^hI)#vtP~e#J;rtRT6ZJ+)hZ4DA$c(Zx-1j9ytQUN%U4@lY!dSe`A^m;_P%v z)?>z)VBKQCcier9JDibh_@w;ifHHQ|HvrVE8*j?h`3q`J08kSPhrKUQ`7fv$^f%N@ zVmr?IY+hCT{+qaa5Sx3DM08vWe}jn}l4A;MYAdC+)-3$e>C!)BO%F}H$#cVM7%3M1 zbP1iok1pc_DKT1oiauqmz)n0l3rc;tCMS_v)5+k}yLINQcc}rh{waX0>G*H5=0o)A zUce#P4?DAJ;Q{7-N;-XKoJ9_d$R^XgGa$j>3?5Tm_U?kcN;7fh4Xy5(uOtpkWIM=^ zNJ?tyh3+P*ZfHP{W)>rfXbZaDicba<4^#MEq1I{8gFr0a4^&j4i+4T^!lZJ6hD2A| z?rGd=XfHcbf2gKBdFr?r{43Q=Mpb}s7R&mt+$#2UV`&|}vCCY1G*O(A+ypHx`2UM) z(#gff15^_Nh#{%-fBZH73N=?$h;h7?uw&7J=IuX&!AnCTl6y}J;6+n-Cz*S%ZM%r_cYq)$N`W=7iSMniB$ zB&rftO>$9S9f(TXl*QU3kc_0^ADsp^&ZpVei$!*In)PcVW3>S8ffjB1((C!?UdQYH zh_}u4+WH4(+wugi8bBZ>OnTd+(?1_YC@-!!ncFB5fs+@B}T{&>po zcnPh3%nGCVfG4Os-27dJC|o(pE3$rJ;yaeh1+DhSgw6H%BK^GwZ}TXmPmX!Nc%aD| z3!>DuzMs4mU_1YblS6Zg`MM+3B)^LI+F9KzPCkFVf1jQn)D|lI{8Z3WsMTQRoqIB0 zX}c7*TrbvS;vh@U+nL$u>N}c$nD`sD<1BEzIiy{2(sEWuTvPDU?gWp96S{ zUm&`d$hcnGIgqjy+FlFq=UisqyS)273xXxO8l3In;7hz_##{zYa}l8Q^|Xv!8c{$f zzvc!g+rn@@?c4q?lkL?Sz_!o(-Hb7)_6}mb)G+P4yc4+wcJtcC+Y-1jL5+|JjiAVo zlk>r6Y?}By4J3W!cVUX$vNY(McgxG6Wux@`;+m$%IEh?Rt=AYQZM3b{NP>>m&u2ml zcg-fzxbP94tHt+>zvkx%n)n~|Z=5p`p;}FByt*`=d$zsmZ~1dQJaT_II@j#J+`)%j zxPyzy(fC?Y-9ohH{ZCkPx7czq#$h%n+$^Mx``7a0O}TBdQe3xP2#lmQBBMo$Zh;&* zl}3%!A*iWUi;Z+q{mQdNt=qjfw2~2alk+`ISas*Yuo03vOTH#!jp#cgDft;z?4lf} zfXNyoBNW`X3Frq4f^M2n^xi~6*<|W-AoY!oHxH)PUej*HPBUdPMTb^i?y>r=E#I#o z3603CwS~vcklW_{2h?y7mdSReICoLiKa{~}T4E78>BND0B0>L+F^H6Rhrb3*Qso4L z+|F(X*dG}V;Q&9`2~qSFmM z?*`hHk!lfyAGRMx_vL0CSI)FD(@DFH6V(Qu<2!6T#b8VmXK?|rX0OHCX~YMS6b-D| z<4B`WV2n(7lEBL3=f_=$K+cji_)!Z%&;XSl zwF883B4`Jp@DQ1ZA1%j99oA+}lA*p|W_XS4p1B^hdby~2IoQd+)_RFV^c3xQcqI2C z&Qr=|i5S7K=C)mgL@*XO+)M8nhFhpU|BiNIw(8<$+^2Z%+t_VFsXsIB3!1+utZQT0 zyO&tLRD;t@ZqK}CqLt1}yxlJuPaToncJscW$(LziAk&8vIWtZ$tHj7mDrSlxD=`mkt|QL<5sLj02XnCRB|$&Yg=We2l+vOmIo@^4Kq?`R!J=OD z!|>Yx#hnFL^kWxt~dc%o)ZnKMiN4}PJI2Jjk47PjT11tBw1YV9UsoK1A zE!N2L1!@N3=b~lt4`(1>Av%H6BKdR2QJ_);fs@4i`lf==%Q$c61P=jo73B6z*7%W4 zBoNus!O5BYfi!W|GAbo_44aqkK_1gcE-T1W35XEe)$h37{i0v~>`9&+J?@t<@%s#f zCSk)TFnnSos49-GjIHIZXv=CP(t0~jdBG8V85^iN3!Y#zw!SC)!WJ}Fc;HErcA7~p zo&ZM1njOyjU-n-HSTP`{NF+ZX6_O_51p?DgCXDmpRBSu|xr0_iR?0xL=!Q3mV0khk zV+G=pZ$qEHok~%NX`)lhps17Crp7CV^?GvvZArc#?{cpR4269gl^M_DuEj9}$MrX2 zI*eEie0B%Re{PHuvbLWV64rrC|8Bh5s9(oU7B-^>EmDoh*BH~yio4Bj*@o^DY+J$+ zc8qXw2PU6z*5DL{*bom0EL~}d9ga`wL@NP;NiC!IN-%iQH!=~*S*eFVhbGW}pVz=ZQ1Hh&3J99UXd;?Aj2{|U$VnscJ#jYcf2uyKJsZ+89 zx#5i>^xvG<(|kI;it4U>Rq?5fgo$q=D$RiP`WJ2~dsZ{?d83h1ZYV}P8ofM5Gl!~MMq_+P1#JhzRjiSxpuff`&1#4D7gm?f{?0h zy@*{R$`-=Sufd9ctFd+d{1H5#g<{c=d=QB%#;UlJ(|;q>Rnk~{$F=+?`lw_Jgfh_G zWAiwquUyV`uqedHxH{AkBEB$Y>=DA}f-&k!G<>_fdBTFU!F_GXR@Bw^4yqD=dIsD5 zQ`-%+(J4lFieovGY{n3f13K1EdgXRWvA~`Bj%rsTf^9LkiRb@A*gFPC-Y;sqaVEBH zOl;elaAMmwC$?>8V%whBwrx#(dgfVsueHy4_jy00KjdH4-PP4qzwW#5`?`>D+961& zO0Ww~x#Iil@NY!91ZN%z9Wj&!Tw7XPUhA}F~}G8DoKoo`Pt zQ5X+`{i|U(a1`!14u(TZd|1_wI6zQvRlotHA2H3E{Th}@6>Yh=f@@V9nf9k>$P9d! zXaT;R{!o!?)1{Ld3}Q5*U)hfRtpK!jM!sEgOqoU&B%FvDUh>%hm-#v(dHNQ$ouw;@ z+aSv4yNq2~Jk>MxSn0s-sjoJ&5#ZrY$s@_fk2qMqcpeOTf|iZFQ~}E-1SOQmT&LD? z7P28aqG|pvBeDE#kA>$6ZVp*|Rg37b)cMoaW?ybhkhuS7Oc+>F5*nH;C#rXa&cm7rYT65MD(6GKZqgGmdb zU|>kT8KbxFcKdjCGj{3d;u1`$oFMBO1lzv{`ig!{BE;!o;}JHlBmeg6%(l7JEqy!&1#Y2lS2W96bp zmaVwd@3a9Wl(b&5sb_p;(_w}J;yR4Z8?my4dA;u)P%Z zBQ;$}DNC7P*i}{M>jnVZ^?^lRz;?aVc!v|%vC(xe6*6)HjXEFa>(6%ddvzZqt(zcL zAXk{ca09HifwpOj8|TCeQF!TIfFP=K77*#F>zJae($DQ?>UDzW@?21P-Ty=( zoywK!0I&NcS4*&+HKdk5<&6!sDIhK?@+>J~RTZQA`tpqf<3xZqx=Bsd1jo073!wmo zrX~&+pu2vBCO@!&qs(OJ50kOYAh(1MCCsX+s&h8k+y zRpZt09BEBoEoC)0^Ds!{HE&!Y%o)6?Y?lX5+>_S3%dti_ALdpfR}-y77mi$N?^bdr zRD)HfVJox#QbcG8$i9%0hgu5^w@jVQx*3Aa@s}EJyGre;O?&HA3ZgO0_9VtGE+gU` zCuOtUZhV}wP#i#^%(568<|m`#uV1LY;l4m;QWz~i5HUS`mLGc@)%wQST3$P zy1z0%`3^IfJ>4;%5^uN)uwgI2kLL-l+XKb>WnpZ@r8IxR*`%nsQxo$__$8r0IK-&A zzP_%hnPkzZ#@i)J0 zue;y-ul$lBmZbrs(GM&n?N1T&9AB`n7Y8Y0Qe<8x&IVM0U4Y;U0XIJT<)f#UC}HoF zMT_O`?Y&nxG36Dg1S4x5flrL~F#W0HpTGKeZyX}Ml7Vb8p zw2vH3qQl8gIA~6!8t?uh9frh>6<8{WVP-@K84_}-C3QY2s9#&pver!E#aOlhLMDniZPZ7~|viJfhT^V-Q!<%qPOj_T=nUE-8nJ!jG} zjQ7WnzSBZJ17{e}B^@!w29?Q9nTjD9=He#E%E`IU+e+}mDaGcvQ=C82$IL{SDU)zZ z2G_Pu!x^1E`2hm+I(O8Dr*(Q%S|$;;kx&G41RZS^dmM1X?1S3BOwfb=}=B5j@vjxd@vYISE&<-Tlia<;#3oaY;pI^iXSTIigH3d<1ho ziC=x?49_;x?K$Pj1vwQ1Sl8j<+S)d)F9fHIpdVYWB7!oKoe} z9jDF!rxd-$W#NQ97Oke)GVjG#Q~NS!=PA5Mp5d9<&A|mqv2bT+aTrZmXH|2?@_O8* z8IvqH$WFdUdXT;S(d)@?jS+%wHrc^Ll572=3dpjn#1_SrS;_6vr7vl-I`uuG5hglWo$5{Jx+ zsuZoV-~r8B>hJt*&SY?WpXc)gtg}&Wf-tqE(Ab)+9K^u z!hh+7imZRC+PjNm{Sl4Ynn3GSw}n(zhAa>2o$5B> z$>$b7OTbW52Sj^5#Ys8!a|vuKu*ultqwJ{suw{le}c~OT$aB<=UrOrlRqHn)U^5U zpi}ry(3wrjNLU052s(FC%VfSEl+T93q-N0vMlA?g4gx%9||ate&!qEtkh#MD3Sv+E;-J9H-*_h0HhJ zn{)=oQ?3(YKf?wl$mop;IyU!(D>SBskXr!lMcU+lRX2-*F^T}y&C;J;#%qdz>gMRb ztD7YAns8-RpowKFa1-j8{2exv#5N`N>3_PL=v4piZqk#$IGfYGCpXK=FSwen)}KaLWvZjXTZqk9*N?HtqA5mHh1E#fi>v(2}`CHY@1}QyVw(4 z!w9iM&z5CEoIt(AxLZrCWTJ+^c0ul5x_zJCtGm6Q2(~(2o3~)Ld><|za=Or~KHtZ> zJ(d&eN-(;E8Fcm7)Un4kl@j3oqxU(d$Ku}6ZOxRHUnsX$hdDOdL7oFPi%I_cwETtS zPx&*8Y2Q$t^H2Fxj^QW7b1tC#nKd8~{~Gb9{F%e}ukvR#Kg| zTqaTojHu98@Z5H}zlyG!IomseHQ?bQrr9-SldqT37@cN91ES(agy@&U3vXJ8->Tvl zwe0f5@PB6Ps9$dkyEOe!hz-)yufA@3t9$6KoL+F3&UV9cRdv3vFthSK?>pYq>sp2Q zE_t4m26M@D&PbmeClLtkF+c3OFP&mnM4!wma((~RaH1nw*FgQXOzcCyFEIt!QK%5P zP<)LWa6V*Zd50$%D1Apek%(V(GM6=x>pCE$8+kMz{U;c;xsk1)P(dAxj&X&p?TC~` zxuMaMq7}9cuO|M*z-ASDm+at2+dwuc$GM)*gP;@RH-V%eO)3X*mPWr8K`7}vYP9gW z6$5wL@i5(fLnDz8vKfNWi{ji;q zy45zz)pR|*^M78xTy=W@s>|P$b4;YN$Y_u~BxLsXXQ!5{B}qf@uR33=ZM$Ckm##jx z=;g~vndp&&Tl_X7U#^RRO^O(VeL|bpzHNFwr%9d4i~5T5W*^hYv?EE z-}MKZyvUf1;~mDkyAAC9S&!^j@WNp68A?dco<2ttD-eQY9PwG$emw6LcGgR_4=DH$ zj&m$!dLtSs(!PEW@HqObJBv)=PlpIlsi0dIAjv$?BOT)MVIYJmHu-3#N~4f==&@~h z$3L;p#$6`M0BACE?7L<9AIFY2!uPF&G_z)&6`OHWqMlzgA6nJ$D@48Nl0)v3`7p*n zTa0od$Xu+Da$rD|v?0cuyZ~2zy8y2AyIKOS2z4Y)4SM~)tezU|KOUCJi3pjA^2mXi z4LOk>d#XTqpg2G%LO{Uzgw2WY+zKNHJf&h3geK4lFFJe?c6^REEIy1D1T?`;&K1ef zz+UehhUC;?#T9({D&_D^gm~iQZp9~wBs}3tPe1+QX^WhZ{tpyQ@b`)YNa`rGA}5HV z?`0S02`mO0bo)b*OTh=k^-%NaVEbaOkmxF<6z+N&B_Efc&mm`9UhnVxZ+m!qnMS;i z!PVDC@{25*iB_UX744#YoWO@0YP3*$1DP3YEr52Txvc{B^EHjQ5sJ;EF&pP;&js5I zsfx|e1@=-Ijgi3z#Z6^;=y7{|iLP3j6iSO?9Hw0#GfWAm+6dEI<-UFv&Tk9ZPu+vg zq?z;Vk#RC2#o~*ptB)9dozJmP)T+<>Z(Hv>5m%qj`PeD>|5YoQbH^eLoKXrYjiZ zcm`eiFvef=eloLsI!0U|wvP3^YAQbnTlZow%;0ilZ@^tQwpaB2BC8E6qCP`=R)BKb zddT4s_LJHEd#(7#9>&$j-P6+N9>Ep5k-DE;KnI0?0pj}H7hg%CgG<1i%je;eU03__ zF{aOT%g6qGjXr1`;$})$+xKDcq5AWwee3PLeanmF`(r<<@yTMB{n%Zx5W`pE-%VFe zL)TCT4?g%t7O4D}HoSP8y_x+ZPlEEJ8VM{4bHxP)-+NdtaZN}pCL!x<6X^NB@K7#L zGMJ!^lR?G9niLr8^QBH?dOdgMfTrDxsmeqVWO@09%5`ByuqdL!!DnpI0px|*lu{dA zetz?nC#31LH}+AyIpkKqK8X*#ghrDxX@^yh>$vTVBX|!Yk{q%ZlkAJfl4+j6o$-4R z*}_HZ7$k~nD;-K}=FL})+Sj>TPJLfSO2n%TuD0vHeKeI^Pz}{{NGA0x*R?5# ztFTu@L|}|A(9_LD(QQHJ{rU#Dk+$O{yguC*yTL&pN!pt2b0 z_n?&k!D8$d^)Zznt9g&sD{C#Xv{GjUAyF#LX9PiaX{x~WTcMV@3Pv?K^rv-p&os8S zQ_NNB)7jz-LYWxC^abQ4R)p5gno$_jQpxl3%Qz0-eCo%Ue#iBFISdcfYP9Vl$vy;j zgm;`n@K==9bav~tvas=xFiMwOP=mV@2mE_xJ+W3IfY#sHwFw%eE)H~#CbqfryH2aO z4t_QaC4h_myF+pO>(mdn1;cy$vRCnD+DcqNq@$HiVG3>wbPsT^EYr2TO}a&TT=C|+`%vd7MOt(Mzf_y$NhV%vu27Q~1Y$J(Xw45)y_m@m z`8~CqKlA*uF@^xokkJOrL(0U;wVsV|7{mPAXMCFs{uy*dn~Zvybh zK0F9PicMzfQRwiV?$Okl3>!l+N01`f5I#J=C!*X|yBxC*fgJJqvk5?olABNM{8yGk zZ~T54u`wDf^S|7@3B0>eMzGY>ExR5M2MB6d`&li;n3~tDUhk=6FR#7a(7Np>kU4hc@5srNM0RKJK|AzNcOc-x0Pk_QxCv z-s=ZH4T7HZ_Yd)p#T<3H=Eo6C37-HCcL8Dk?2zdwNO<31f*9hk_|;>8A<}-# z$E`C5A&n!g=dvdz#L27_A_L2ZC$TTsI(5N^M;h#{fMDwV9z?HBv;fH2m7brY$LbW~ z8kA!0pVx?h(=iWfo$}XER)VDEezJGT(Oie#&e-067hNgFepJY2vqjn~4$4tll2YR+c3M@CqgTI8AJ2n+XlV zcbF=yF;GwGrN{$dtvbsgWbUR=%b{Dnrt|b#p6zDG2{rsK&2|$Sq}@s_<}Y1hJHExJ zX`Tn^Hw-U~bF6#%P6eBQ+xxr^f%m-o9sRwWopk#v?wJAByQX#>u6ZX*6b)|e6<@#2 zk0gURc%=G%w>VX`ygq*+)%UiaP5&&K@G#iDug$#Aeo)SK{77|a%kico}Qchpx``*3ves~4=!>O$!Xfr!Ge0Qzf1*#qWN~Q9MmIsHRH)Ip*%KwGvMju`43PH*SxYOQu&)bL<2WptB8P z08G8ZH9(F~K~rmql8}52*cABFM8umx9gqFb#TK;|gt_YS*5-H*&!(DZ0PXuohN^-S zcAzbrzC*HD0J|jDy_hZhNcZx716LDgC45aFjMncVEC}8!xK?UNESHZI zBRY%3m8{K((ii=637W8MSrT_nuumGO2ue3)R{seIaL$50cA)4 z=I1IH6(ZltRqloCqZbg0%GNmdGdbfC|^U@dfVSW-T^9xq%U;Yq$A9SQYxWZ(d} zekcqgrL1D$zbg-6UZk-tA$)fFicl-aDs1~-^j!v|3xzrV+N%`^;A-4Nd^-K%yKDnX zp3?=og=}GFf$sgMkldK?AQUqBG0qo{;#Uv*wrD-kQT>~@PVB@v22NJS;cPGbK6 z{{0e7?!_Qbg_|v3Vtx;yu@7{x6T4W0b=o9uPZ4y`nyk6-0g(kyhI|ts`JP_rc1WBQ z{-gMpIz!MQvVG9kzYfwi{lG(@iR#nlswnj!DcA;oSb5JcWcn5ZzupV6(?`fr*$#aH zuqr(omw^AzIt<{P-z)&Z~F47mDwGVpkN8Sk)NLEuH{P z$5s#>hxMackHwB&!#+YNXYzPH%EXh3&MpSNa|rcCRCK?ZdBY$#P`U0%5Ad$#5kOVf z#{E>Ip*~8cJtgdY);&my^cQk~jxl@;tZ}U&(W@oYGKx9PC(lm;8nK%$ z7c-RBKtU$LA}BHfO3>=Y?iWU6<7#gQXaUCD%&gW#jw5r>eMR4C{XouEv5(MvC*9<=2qE&Hv7PNzG(o03!G^C*vHXmW&2P4G2;> z408rc*!yEOg(YuC8vMeuq5_xn*BKy26%l{-GZcu0b_KL*1nlRAtKUmJxev@AXTSy> z;ZR%Z4+j!@3VD@PMqkuM|zVR`(2NIqCWjV~zVwl;H$AW8~w6St`3rnkZFTSUwPPLH{9M z4Ls&rL}nDm`pvTdrc@JeNc-piAg`kSJtmv`J0@G{(tfnss9c4)6PFHMgEVgrEW=yY zGUg|D=)4V_PG0iRZuC}t+UFMJ7TouEH{x4{R&|fy0~-%|h(%S5{i6a{bp@#_ylMtZ zDZiky`m-bxjC@*AmSiRSmI8ZXGtJf{b8fTmr?RxbK!yMiQ6GsC?Y%2*2=TJW!lfdI{0 zl}J+kIKhgpqW;Lr#YJgi?a+EsrN0K|kCyNVWMFpnFX95LEiG#+dmaz+>kf;LO@(nw zDkuE9Jsv1co@sSbX4%L6LqqV-dW;v5P~N0gxEH$Z;-u$V-G#U>=q5>yGu0$hgVCP?Lzd%Nno#qEqQ?^GPZ*A@h@v`o2SVoX+i-1(&gIwO3Zquqg2SXgq2bU z*@8z(y)M3ay(xdj_0sotL*73Ywpn3^a-e}!NnAMenH$emt1iVj2d38y7D2MLzO zp}#0o+Pdw41_Xdy;Q%044aL-)h&AW3T&if0RH2Bk5%m?a>WoFbW zLS65cywrbiuG%>Ez3jE>w-3!C4rBz8)gD=r$xZB7MbJYn7aRS%2D5*OYRZWk)Am59 zY6ok@|J-OdhECZjjW(`Dr3>ihOK9x@49U)VW4I#?G22McL5&8TuFHyndUX76Y>1Yu&}5UOn1w`|KUt^=!RC9U?0 z`rdQPn~V*yS%wlwXfjcrLf_23BpGByW|v3qK0b4FB_xT7USI*qump!dWE*A5G^COF z%>sxr{EQl~BEwkGz^9CxYj&QRRvS{7#1yCUdUw%})Ozq+I)mBUYr8gOL^(Tp`>Ih2 zwleQ$0~}_|wjJT#X|sL=;5_NNzZ=|o4C^+7ukDsW56m3c`#jZRUkf^=X={<1sSGF3 zM75ICw9wW5*^xQ@-H~~u7p|b|32IGFU=@S-Q9JEoPWPtphN4qP7>Dn~Byo0MB26yg zRO)Gkds(x56!u}Z*nABJu}Th#puevB$8qWnaGaJJ?{OkIYEwv9fe+chpdtBXUz~M~ zaiJb~tu#Yy+x(bzQl10jI=ckfTC04E9@VA`2!?zaQ0!W&lvWcS+h7zi zxAM9;^ZXHG5kqh^LyE7gK6O zSzN}=lyIt5q8Seia{kHzAYUopr^gpaaP^Cj-gW-K;4GOou59oujFnPfSkju)!*#TW z;QS8vwEAQ0iBAVm!NB|V?+S)L6s&qkGBjrNg*1?sBfct>+MM#(ciLc&7SbN)qo;+R zd33-(nJaL|wjnBM--zGiVX)4a+dCjI5(7SKHW=0E@0c zR>@^+ce{j}0X%f3mka(STw{`ia?@-wEZ+&2HRc8}y0vA4;GS>R?_xRJQh9JdxRBw& zoyO)*HG`YzOTwNoBzVZmrq-Z7sC{w~13Toa0?jsLkh=SgoyY>dWP~`=?hZz+z*N2D zHcVUM_*JZtVU<74(q?zNa5DD*BU-^V6;w4}AFN}2k^f9_xldsW6Iih$Gr07oDd|Ky zoKgTR#l0?okp+UpE3^%B4J}zibC6pz!?}KJWdj9EX(9Z)0)mRW6cJ zykA4; zTx4;BfJ4-GV@EzZ2}SBjrW830*xlS1_DfT{K&2ACJTjG5=<8*+PVAbV<>;glaLBZ# z?+Ztf-<`p71m!d$NfH^dtBnJjAOb!`zBU{OQQ(@Bx1zN!gRYbA(}z}pDX@-sSJ(2Yr$IV+(C&Ku80 zT+N_iyR|EJFCt?t{Q1jt6R@2>P(o9@OOrw~%48APO60ID>41rKloV8ry2`21L}tNU z6Ox{R6H`6Xk^T+gWZNJ(=mA+geuh84uIE+NTP1K5WQ44zo4E21@tFSJ()8woo>*!)f-O_ z2swqdL)%LR_IAhY=EfkK3HE9?l8!w7v^Hp)SgBe@L!is;&Xfve8haV9J5m8ym2rA| z%}r(23I8Ubk{Za^+yBzn;4gdQbQAkOQ?>xJv?$RIz$`8Aa63<~zijp~m2@)3{K?CPiclZtN*-3H9 zMz{}8SE-Y6FRV22kk@rBVPO*;bYw_kROTC@KMq)Th-jhMJXiRq0zw!8bPBSlXJexF z4jScBTCm^5kdOW&#-SI_Yw!$Q2*mfI9(ZU6V!}S zVaSMUK7t>3v6D9#-p}Y<_3UO%K~8~=iD4Kdgv5{Hnt~0^cs)2o65yCS`ij~c$U$?! z@n$rSIopmgK)OW8RYMF=gnWU#NVuUVJ-0vb?}tb^vCR>pKoR0qp*))l80-RQGPm>o zI$&wgI|#}4SaAsD*$Kns2f32X@+(d&@KKZiOSqZ_7=@Ie6DT%Cy7Q=dw`{Vlw;}d! zLC6`WAo?IWV)Bf{SCBRTb8{{yR^zb+FGp!dQg4`_b+yK;$q3fNjWlLE#ixGM#S{4V zm?v-m3GC>7!rQ_WXhr)AsPb0=fCQGI@K-JnAS+}%g)VHc^|ulbhde0D@gow+r62T% zo$Zpgod|n2B$l9v`$~*;vV+hX7=Is>$coxyT5NDqM^~Bykig2v#%|4Vr%QQk7Q^S2 z2u#_|90GxmO644MGW~2U zy5t9XWzjaa2RKH|$rYa+WKBq6BcTFB@QIte?Hqpm1Y#JKVuE9)CsIhL#jMpwc8Bvq z-H(gcq0@$^e2#S3J^R&+XFl7d8ZuSqeKx!V%Tu9u#pmAdCC7#n@o-aC{qozy8EN63 z&2+eNBDTvcK`L5pV8DqFXxJo&e;u&Ulb0ArIMOK1UptTGC*^$nED42b89O26^+1LVI&)VzmRN2IGp~V zy~cNm0BA3=?rF;ZLVKC6##ISRArjDerSq+!)8Go-oDhzQP5smu31OKHIF6y9QA-{L zkiBBa1p~mMVs91AZKWI+Y`I5n01{YPN<#!Gz+yDIL)q=+8KXML2v;9Ru%gT=w9JI| z9OEZ+({;GwZ=G-&oLMf8o7d&W;du(sB_Pmb5g2B7*Q@=5lbxC52d#?>HC_1+e4@{I zfA`fbpBT9BFCW&px?nS}+NnAwH^<)TQJo{ND7PrwCz^9-t(qjb)o@U=o{+jxKHrG> z`|o+-MQ`y@zPm6no%(*vP4RuaJH)|Lt&Y9kDBp^i7fWe{?OZr6UdFJ7SmXzhtseVMvl9@R1=jE)*vNpaEZEYWGP z9IePb5X3$=lpb|pl?C3iSOh?ESH~1Y12dBGkChpjj`hAh5m*_O&JGn>idEmSDuS7^ zZ-yLwM1*f z%5>!xP-x13Yq*2Q7paIHv07Uc0hmCgs|WlF;9aT~KCon|^M7UZ72@FWq19_7L>1(4 zLi&afmk>@_E^c@Nmu?dde)2oD>bKso6NgCEGb+CS^c5bi#P1xf!8r<6r95_Tjo)E( z#FlbI?+y3~v}hUR(i~31KZ~9@mBl#ZHKh7y)zcwRZHb7@fR&!HO~@EF&8MN3PoFFP|Dp^CS2^W3s(;s`eNeY-OZfs;LP8L={+I!ftiKk z7fgbqBWrP84Ls@cTn?Y>@F4ug08v47kDHZ7&gGw0k#`w0L3I_}?)jwDlqej-&b>wKssU3TK~57q`at>ywy4 zIffA8D9by8W?a>w7&z451x`;cdzhsPXv*w1AT=<{*gSsw9yqaZAxr>Ltj|jn)Jpn? z=x&J>LjNng{S$Lrj5gKd8ocvDA__os2MY{KE?32C)Jf)`oSOqt74G`zbH4zgS4}}2 zE;clpmi@W-m+0OZE9y>i9aw+lC)q%mRV#M#$WX-+7_hPEEVU_ks{X`P%epKXsb`Se;B!KZYpyMD7Qjb&xG>Nk0M|Fx4x4|q zOyH{C<0{C(sU4dUYi2af#I(_ro;iINkhC1z7gNhZFN7VM5luIZM3kRQiPq|i>R)BJ zK5KOu9vJn>kLYoR<}KV>U%JOo)GxW}?VME4N`BB!hqIj_ zGA*$p^HlgmlFZb}GGzZZ!adpR86@krsb?P8D51J(u$fXF*>CKphqJY&t8=p8Hb9Np zbGH+K7XxZr&Zv2x!T#FLT_|+<559e58A44O487nKfe#V1gOGKk|PjZHq$|3O=+JXnzm z9r*IDw`qR*3>o~eQND79=R1dGRi$Yv>E-x+-Kzr93wLXO37twq7`Se~2A$(MA1-)1 z^PuW{j|oH}=#S>pT=V&5c@PV=7{QPFJ|1j(Qk6z~$!{zj;d*!!SGRm;-=k(%`*X*T z=H9aWg944Z$5@+9D*`I>%qzF7MaqiiqLIrj;tX3ctVAJFRb+f2gDegW6NOG$#9L^i zKCiSUS(~QI)f)#9KM~P+DJXq_XWq)bu~80_o5mFeZAOlbSGPG8$KDG#nH!25kMO`k zA>??5H0HO%V$af2k_Xv8AomsZi0TUi!wZbx${4?jD{JA&Zot(>1-d~CwP*$Ad&UBg z^G&D(nzar?kGjo*(%h$eCLsNtO(a-rnz#y!f9091j1w6QUE32t;@L@IS(+j%zx zQ%Y(Tv17t#xa@i0V;WDd5x@_tQ~hPRt6vT3^=R=5!nWu$SE2vIbC-d)1+$yG^rp2? z0ZxWF<;{%B)$uvaMgL24Kdt7q0(*+zgKW$-R#IiH_c7Hk$W_IU%BE3Y<&~1$n>C{~ zm}}A=o3}KL$N90|cgaYq8BeoN!K-W-S~mc%#(oC^h_g<7>{C9_sXs^UEETbk`Kvo8 z%=Uxg*_9Ba6qe^UAAeljm_{1sEqbwdx_IV{Wandc8Tf?lWp@Q*^~5c^+Wi5#Bk|Z* zaZ*IroA>Yx33IFyL#5DrHWfctDdWITAwDEkDV>Y%5s?can!JX%j0#>oY+j;AV@e>? zqgwWIIMMsWf{6z<1Br8>+P|%s|5isjQbx3AScnC4;qObsy#~PDRn>j>VA2mmNPm8l zxLor1Wzs*i$Q!Y-7nnbPUzGs7QK+YcC{apnzvb9FSU}Q`PXyBu!ss z-Fvosf`EpvI%JiDQqH{vAbe4Z&1o7MqLSUk?j!KbmteZr2Hgy@X8R-dTzQ}?Z=&ggovExD`_ zR_;~_^mYly$#U{wdVK(;ok$9EiXB==HEYHJzg^B0Rp)*cG@2!0GfewD`aC@DjTQaj zeQAG}*Rk}VYl};ZSZ;JlOQWyID|dfY|7)2YuZp&n#_RSK2=IJ5e@%4ZwGq zg1WtrT|uFm5Z?53vKR-=rTYFAIox(@tkRaHh^w%v7F{DJ4DWnSU2P6rtb+kz223o(ux>j=au(LXZGcIOG!bVwDY zPg+%lEK0BXgPROzt}c`(cH8iRh_y$$W7P#FYWCoB?gw0}7xQAq2LhaIa z)dTYRR%8Ro{-RP$t!NQa=X9~&7Y3*3&Eh>2gMyhU-auhe+%i?1gnUdAgw|Tqwx{{6 zX68|X0mJ`2jQ;hK(1Co2@D?Hu0fgQ!ER*5OBzQx%veqx+x-+O9khnQKNVY~(?vTzs z?fbjygR{+>v3hn2&tcQocI~;UYTYZm%tK#BN!nz8Y>`w^t0g)y z$N`7b#VYRrQK=EsNZDf6(JFd6!z&9+ap5`np;~Y2!C%o%Tjko-zSS~kg9paN!>eu% zc*EiLRijJAJZ-HrHe8nrO=(z5xryVDD~USkBNx+c@COPm&a5prbcy!{n9)_$TvrQC z&v?%>T(_(vEz!J)*hC$6Q>>r2L!AFrud!K9v;3EM_OlX9Qwr(T2DMO5 z)!x<|(@HB7R=D(*{Ef>Nkjgihlv>ip011Rq5Zr9GOV`dc!z^|(!_U0L zyUNOx<7bIkeg+R)Fh4qxS&wt!laksgEu@}%H8#S>yL5DfQweZamB0;^A0L3RCxzHO z!s37y4Bq5ikMXAgQqN3eIdly=zpaulYC_!h#9f9VcO_~%qUY{8<_VqlL`E#?8B`gF zfDJ8pyE!oq4QQFA-unp1lkPjQukLPMOp3uEycLoeYMxDl!St@<*@N;yM!0e?4Oq8R zcVmq}J|wGx!Hz}U;u7-hH;Sov>VQDv2$B5Q#OtuFqn)lIX73D|it!NAR`It8yxK0r zLdWP>jDz}iOIAeTd~Kz$U?k|a#?7Y|`1Jhc+|Mbx^LVUzI<1qxp0lM7BR zlYwbBg6oWyivu$>fXXEEE7Z;zW8yXi#Mg^t_(yc#d3wsq`2`wp1#j8D2#3Q$6Q&d5 z7gPywy^{ZeaI%xHdV#_e0(()U`9*lqem|L+%1`d^gxpFTABX=DD@{3~BcUz~>{VP| zXIxhI88-a_2M+a2+gVUrcw~*;W;|MT)oA7j1dL321OEJg?j0qDWG#}cVkR(RHuDA3 z6tqL^47qQBfiGql3;Qp}{a+!FB~?qXPVb=MOFP0k@Hvq=t%Ne(RHK#Be+50W@&6I@ zfK=LM$UkiVXU@}Qw&X}7y114{uF*W*rR-BPL)A9i8VzFA`o zUEZQhKwU@Cn4iKXRsm}Btxy&YKw>VeZ~q?%R(|No*M@qeP89NK@P9suvCB!C8ox4?poU{(SlpFf*HZv;9) zfzH7UnMGpy3srUEV=;^BMpFVVLOauJU>&JOQ&giKu6ybA{T;my%m_yxo4=ZhIvU!X z+B)5Ile4ynF758XfQ_hNN09lJ|4+~+qw&9f%C6thb!XBycwyCip-OMhbM(^d%y?cx zB1+3}iUW*=$P(WQdZQ{{-&7;U#|0Pf8DWexR0wx>HL(a)hm{S@mWJkIYIDNdc_^oo z-YcN{2f2s9BJw4zYvp(PzxGLd`{71q^g^#hZ4s``&~lR-JWXq^L0rz-^ZIP zEmtCp-z8SjqU=5vwBbUSH?;Y9#I9#uA9YsP4{`Rr17@gqc3(ntl~i5>*y8p|wzII^ zS9UCnCX7kpXASa zOyx5;7A^SCMzz%FkZ1z-@3RR-t8Fc|`xf8QO_|CS4^kahl91%n@k{qIR__HKDA6Hu zK1*5olrm$;=Vzy0-au2~q>|*-Ih8D^r%AYf!awKMl%Wl;3TR~7DXFWBIohaA-%erI zGjW~;Tkaxom22SX!hJt@yT&P#;!mpxhdtCBe>qSn5SpAOV5`h3hwq4FS+Wd@J!BO+ zHU&vXBgS(_f}GJZ_P{NfU7Kslo<4NSE%>+DOuNvaSC|xx))Yfc zx*0tugSTN%=r$c;g8DBRcamQw)+U}qX^Udp6RGC@RiCGJAqKD4ulzo5A-Yfm9~%UK zP_Ucv*=(W0)Dej53pH?9F+jwXjh3X{F^4$mWkM}iY?*mtjq3AZqAENzI?)x zW4SR_pSeWZppAzNf1QW!!@zssnx@?cBs<;v=vR7=;RV6_8v@_Eoo@C>B12|@uQn75 zA|WBwj~)3ye!&Ij&toVKa-iBS)B8Nw%AXPCNi_t-M#v`em*=%67TyPqwOTd1TxLIFEO^;geb>3P`JL>Ce z(VP=Iv0`j&&|7{j+J4<$tGl;0rsr{BGIm3`*Yf-fp`YJ>yCaC;f1B~Sx9w-ow)nX> zp3xB}xAlU=;`39d8&?f{OqyJjnov)aB3xqauGjUBmbnU3nx=e3S9iy%QBEUo&QV|Zf7pAgptu%AT^HBj zu0ewY_u%gCPH=a3cXyZI4#C~s3GN!)-8s#ibIIOotzG-xI*;dp@zA5IySiYEqW|v~ zlG(0wi``GM%q}Mlvbb%wqgO<_DE#w?)JZO=LQSeQfxMkZGy0EJeoW8k=JQpGQlBvM3)NxAi=b6;JPaJqQ*yx2%xChi9t`d&wD3NiEJ`1>8$S(8h3qT z5LTCw>lcd5@TlB@G4G~KTnx^2-IW{IS&^wqmOs3b6T!pl_e;&!%6aP7?5X$STqwn= zu<_6F+Mfs|T>_ABll4bl`_Hud&!8xNwchEaef!<}{PYFhknCyeE9tle|Ni?6WQJpHmFm&G^5qO?2biCd#8_PXYrGAtj ztqCPq&W;D!pi_Dy?aB-(@nn!57Jc@*EQ@}>fZUq&epwpqd@tY?A%EN6v3~Czta=*^ z)_FVH*?2!4%zhsY)_FMv{77q(h;1a1Oc%FaTvtz++VwTts}-qA}?wtsIT z_Ku>Fo6MH@>e2ofU->(==A3rGJLA#nP0-A8>t^>*()P!}en)v0NhSr6fcYIx4J*&J zlC9q9^DVbxMPmYEXS&uhM}};fnsR>3QDys;Prj_^u8(NCfaJFpE6##~1I4hYj8A&j z1-mIM4r8(!;0mn!pOW={Q52T6)*S&CjQ23_1xBfNZ@fK|Dp%#r#7bPIhS#Q%?#Ho& zPmbJ*cFb*5&t&f$?J@n5*Sz!d(yuiWh%qP`FZmue+}2uE{bNP)+eGVzk^1SLioZ@j zxIl8-uY5}_Bu9-=+mSSiug98r{eJzGT!nHBUCf9EY6*g{*##SG9ImczE_H@nD()Qf z7&jxw({EPrd#2vcT-w(X8=a9m;RJ4-urm_7i)}KsKUrP9`MtJpdnyk7w&tNG*+DQm zoNX$X@2#MIp%$LoT0PvSR9~%EFe1IZ6lHt9-12z86jfa$4mxT#*lZ=*Es$R$SM{#> zt9Ds82lbGLz7hm1etiWSgdij2z}?i2Yl3qXoNbeD(eh9T2JBo*80w-ZO!pFnZboi1 z5%}_!^5Hn?LQP)wtTt4m3}V5rGhi!OZ}@$R*~AgM^x)Nt&3p4&cfUST?E2=?&#u}+ zUSRVhcNf|O|Th5rb|%@|9^Q3>vEK*P`C18BGm0Gz_=uuF){3dVfeugWg6 zp*s9Q0&8nF5b$@ZQ9^V*NPyNwm{}LFm=3Y2U2;&i%VrhL;B2f>(>Fs~;PhL0|3`Ty zBy*2beCPni>tEY(43V+5)NRMH5O!xCX2jz^sFx*S`YrOkGmm$L?xES#2OVPe! zC15|91qPIcT|x{nL-8Y%Lc%SPWy2>_wC#q9I>15CGHM+5*sq@Y)^G*%TDEOAA5&@G z6@6!}1wL`m1r0u<5TJ{!CFnb*r~S^BdlUdsEKg#o!6vSU8wUz&M~XUzL&EhO`#BF9 z`wCn_Uyh@}Cf~RrDqYR`kx0f;`?@M3jr42N=WDWn-kk*yWmx`LG%XBfIeMY|UOv_6 zfnPXGXQ;5hF6kq?6Vc!1{w=?NW{}L~|ASv>2}^1B5N?;D?Bkxt;P=|k5)O^Y!ryXk z=ft~5K~v`9hYL4lV)Mc-#5t!9+DqIpMpeU7+H-xXky? zfh&}RDkRd3(z(C?n0L(`U`3xWflqhqDk|==*Oaa{D=k|tC918)=KLxB-3`6}QwC4K zA)jOc@3qBbqbIs>{P97W0hRPw4iU)IwZ~`7GyQ&JOOwT_=-Itc)cy3XR%2*TgHG}y ze_XZ>V2kJV9Bz+iKHj!sx-LEj?~Fj)JC zWf@is6d#V)l~L=h6tr0Lw(#?S4|71)hu%uh3EeXFoo|;t*&PhA2=A>8rCM{}Mw@dW zobMLXS&T4K@1U#xM{j~e<-nDkPlnU8m55EVGkK zU^-3{c~PmdkC9r{GU=nBHlO%GAXc;PS$|p+7;!)JChRo&pTemlbC#j%w34_tux(*x zCP_ur4pk#_0+?h}zi+?%P?wlz9{0~0@f-9eWcN#b*n5~uV{2AlUDG3r&^5i*Gc)%! z;~Uqf&M0}Qz>q$obb?MT`@JjzX!afh*m;?&(|)@}8Lh*PQ5bW8mfJEblNgWDxV@qJ z8c9QZbv&SBG?<*%nn(4e-KB_r^w~GV5oeRw(kpH;d#*hD$>RRNU$F&19nEPBAcm=I z3As7PVY$3RS16DCnLF0TInB%40vj^AfNv1v%DMQ><=89Em6~gGLIc5^jG43 zMUY3GQ+E8W2D)nWeDLG-pEHk4C_@`w^wf5$FFY!&G`R<@HZb&eXb>K`CxPepUA@{W z1}3GLT*DQrx7;Jd=#Vu|c}k&+7f6BgHv{;Xom07tQ+ZDSw1XKBL_`S{LesyDiCFOVZHEJ$<-^usw2 z@;rLXyokkBea{0WY1z9i7N1E<;qfAbx%Q(@xEj*&lge;d_U8Z?~k4Jy?u;WnrJwS8QM zIw+gM4OBWMfy~RHqa=yd0weLNp_z#uk@&3xA92F@RhrK3RvzYcx%6Eukitgb-hyey z2xR}LLJ>_RG_s%_ANv7WCJ(bJB&Cd1pyw;yo(3RN@G)5%H)w}SRhcC@>vNG4Pz;bMCk6hp=mjk6$T|E=@l_iriDBv-h+;p!-XZ{!R1nTAX&hCd14=?0pNX!PS+Nqr z)JTw-u7N#Qd^79obC)|%SGwQ__^@A7{sg{Q4@;9oF6KcCx$6V;EIc7r00Ufp0Mnzl zu&nwir3?j;17pe%Ye_&}l#jATKkYUO$T>!#@uHfzN%J-7JDbIF2(Kso#{%Y;ZeOiWI9rKK`^|TEspF5!&sB* zX=<({(_NL2{ygii{G(9qcHa7fendb_aqU9PS+Q7yxdI4CyFq%;j~0u-K|DLyQI)C( z&ZSw@M8f5okxwbC&mZ`M!uv1$kzyWKN8Lt9zj?L15+STj?#g(ZlMr;9PK0R74kIYJ zA^EA@I=jg>3(-uYE1NzkP`#%Wdws6qKD8WFMV|9j0{7*Hc?>Adq1xZSBR44=D$IWT zn{9?v-X1-E4?V_xaNY$Y_yfz-4;>toNn|O*#KU84CVV|2Fx>`klcLR8j8+Xc3j*m_ zG&J*WuMDUMK3%mSDqJ~c66hLHE2IpV+jOxT=id)N+NbdcIcWaT1texV4r3rwqtn}qY)oK+JvyF z#uc<~+{s?o&$7CFa_bXP;Bz(~oJi1)BcyZE|H-mPCA)v;atx0%MLMy1~l(cppuz(xDA|mLSU1SJS z-qlNQKv!;$$+vqsjf*6t4jwm`=vE#c+BqaFDsV=?)3!1EFrpsMe0^J^M zs>9N~$tkiUlRe(tiNUfWYA-`Y>XS|nz`UCWFz;HU21K#voi=YdvgcjoF5uhbr`|}P z=s6pxM4Y&(%lC?IKUWR+yYI;_SQ)}4hs0ksHP6<2tM&e8u3{?e_^}lsU0ceSr71_* zayM<3?>C|J9u}aNdTV&QCTwB70PD$&C%*TTd1D+;z-k{(vShh!gqTTtDXF4wu>v~a ztWTv@w`r;~bl3k$6lJXH_WYtS}*D=h|RLbJfK9b=wb||JBsr4JIULe=P_>3T)4yUOo|1+n?Xf}>W-g~us@P?vWgof6H#h4&s-#E; z)A`2-{|8t(+5dN71tF%8)pncOQje*N)hBt*Y~J4h!IAnSQeXGG({(OCK#!)5f zuE_;@MdQRw)`s~Lb6HO&LM-KiuyNNlGGHUOre)yNMc&Zoazr$mV!^`z<&*1#Q!n@I2 zy;Yl2GrwMSN=Mx6{o?i*@D2Ng_De~>ysSS|ZOG|z-kFc8^xAU$5B2;6$?io1^}Lg( zZHBwbAX_FTI78f(1?7kn(f#&imUwU;by^x)My~mR_+vKZ2z#XtmfzFkkxnzVRSn}l z)er>++(U&oza*`K=N-wTYs$*HBb|TbWAxfMc+PoNU41T-Fu{9FGteBwhl)hhZrV@t zcHPk?5npxuIOp)gt3;ap@bi5Xn<+_R(SFQ-<|-o-(Ooq1&5{h7-)%h+K!`6-8d}0 zk{JFyTS+uMe{oTQth<(zw*)oY$dqSi)DhmB-r{CmkZnv!4(#)V>X&Ro6wxE_%JR)a zG&soYeI*|PiRl*;)Av#vqM?OV0?bKt4EeTyx5LtNe`^4ZnDB>cCj*v)(bN=b8}eZr z`JBBT#1`_kg5ivZypSXV|NhC{eC^Q%n25H|z~gIXv+p$7C}Y+p+2w_FGRqKNa-egq z==6t;miT|L(YE|gHd;S05sZMw_8osAm+a^+c+vfb@D2~y%q1MA6@K;}(~-V#Bt)d= zyb6Nl7WmCb#C(v53%Zg@tI(c9ATcKNXPJv;5uYkVXchewFvQP2Sy1qO4&NUEJ!|@L zpCjvn2Yf$z*4kI(Fq`<$r7vWOO$bm#&|$S>;x5zR5Q}kQ1dH{!BqZ02Zc|cn-!B3S zv_e{_BxR~&?R2d(`md=T_gFg~;n+h8zj{zOAki=7uVO5s`{)fv!Msposm~_?jAf$` z*sH&!MwOU{7r2J|q~?I@N$=qJ{B9uFw`mNY#NLkff#T z9l_<7S@~FU^8D@QWV#TErjqseAWSz38u$8M=#lc{htOgpZZ3i~`NbdvMzCQv8Ktg# zEKHWk_>WmpNp|mVq6*`(8cmODjD~WA;z6Nea6@T_su~Z>nLf{lvqCyV!6x znbni0NP{k2IVYxK20E|iCD*{GZpZ)f(4zd!LmN<^Bbz8`(khSRASzlVKvEzoF+qPO zgiBN^R{Q7VWLCHy?B6%sI|iU znA=k!KMT zpl8|@OUN>s%rGs}(B)S`KEY1pp;)K+#Q&9xg(dhZKm>eRyq{{3xrv?=K6TFE7!b->%QO zUy3$hy&va3^SqsJKz)9{Ec3n|ay6WDS*Nz`=;4@&#@-*S^19xV(eZqFJXd!x$rN+* ziTHJ_Jn}cBGWGwE$_G*z{2!1?*gud8`hPon0Hjj&@PSkmp-JHX6H;+xr2QnO z!tp0k>Hqggg)S0Was`u)s0nt+Y-j4bK~Ni#K`l!y*Ul$>;tQiOCcXu4$0mWFo)52p zUw3a+0K)qj!e{T-jYSV8RuG4IRsvCH_ab*x3T~>QK4VMN>;?vIcj5=5SA4&7hxgm{ zVbk+lB=B!S&gwLm=3!Lk5U_4*$`BX_O7G^MA5w06S(DMrjO;{yMwo>G7}rpH~_CnhpIEmCl1?CumftYOWZ*mol`z z-n4%yfLJ#mHufo<)^7~l-i*{p!oW&LtO>ID*_TJY-5*B{_N0`JKkAK^ztosg`zFFS z98Mtd4m0F}rrASkP?v484vE#Y=7%Z>q2Rr8x}WzloDy9q3B5Q>ON_*y!v2bcD3A9$ zIyK5Jg2#wx1nI3Q)MXbeV>A78bSjJ+-1ibXEcs{VZ1?=_OL?Ep#mVSH9w&Bu4zIYD zAE{7zd-7OC|96p!nM2*^tkYzD3ZTZHq}|M=&H3giSaNG^3?C)&SD=z@BD6W9hQu7< zPd1eIC=5;SbB?_8Y3dluEwY5{qUWNjJFllq8Ih(4EBZJdo6~Gm)(HgZdw6LX*^0JE zgwBU#g!g0P>s!$Us@X3*=c$Zy-5Xw`Kz_k@~Z7g zo1mU2y&sl>->;sdI}J}qEnp0l&S`Qj@~l__YGoh83B36$pSGC9cwR5U0XMo}9w_g( z9Y6%(l@^?x{}SV~_w#3NuUj7Omn)Ue?{C&TZ!bFBFWc5UFWb&~)MD6bpl%QQOs-p+ zY*SCk@2cK8XrLyZB=6c-hO@unPlvMeBxbMof5GTjzvY{|7M?tZUw$_3Nau-F*I?sv zWmnK7e`=;JBNHL56uk-bOT-jRx zVXR+m{K{SoDtmRjIlthcTr+xC<8_?l6>}j-dUF}}DRR723J)epJqt!SWp>aeJrrZ2 zC0)m&^9bo;WKkJ)x;VU9)_)j}J1y~d#d?!i{Mkg~T z^JD=yur^XBBC27tFqL-RH9bhi$F{daE^}6uoYB`mqQ2T|um~-chT_QzB)Dad4YHj& z@z-Eapn)ag1f97Ske@0i?%C2{%+5R@3yb#21FuK<1qfHMVTtsZ$3S8F)l{gjm~eJ- zenX?HV=qxaBKz%h7VDIqu^VI$UgECU#&8~CFCY<$Yuf-zbTNc!Sg&qB*8xv-;fUyK zx>n^6HKz2y9@4eI2Zl*|Kor7TS++v`YK8+%#7jtVs_dT3cf=6F3tztWdxplR9-gRL z&Y%nuX=tlnBS9Nuot+Pi1?C2x59|zl1BMUG4lq8kRuNvcLI8pjw2mnF{n2Yp_-7@G z?DtyUb7a}?c~B|{?|~0}Ak*Hs?=( zV+0O7d9~W|JT!R>@f>UE>O36a!6|20z%j)6<5Yq(40$y}A0&?KCX(DQRKPKI8da8n zEN_is{h3JLmDd+ibYKkxh7+4V2@KVR$$<$Ra1>-(1NIgaDQ4&bEV?5_212h8nbACPE@93V7=`tiq;8RQq2HkajA4L%(N)BzHpa;X2#v?sDP%1V03Fv_q2%H6qHV$$?h2U6)os2`VAyj2?_7 z8ycXx3g!KE_0$z;N^PJfc!msnbwpw1FHYmcfO~|z#$ba9$JPZ^c5Rdxr7_vs5C z%IPOTeC?c3`{#*>-%Rf{Ltk2-B&PE_0J$b425p zs8WVu6KT!1;b$l|dw{IkxPo@=6eblDD;rX6O1wHuw_Y#QI6bz`t@T=#4BxS`-3&~a zQJUkU2?bMn#m&x-2YnlNSQJ}C&3{3F6QA2jiQj($5TL;)6n(egqMb%*G2?bOH@JGQ ze~K@Cd|6{mBlWKLQwg&H2gZsg0E2%^fR^FLBiC>pMu|PZhRnZCq~RP~!zW(>xUdJ} zE3}O1?dgHdmsxO59AZ!Oz)S`%paQnp1nil28QOfdLQ3N?XthP-@$Y!dp|I@!>7 z#nqo#McwX*dC=Flei!~yr5i{pU=%WPIz5AZ2`YUpRcC+^k4IaLenjcnx-PG=~+*m=*F{Kh<5JXbF}^@jsd3eGy97 zWmr{a3?5pIl$^gfI-%zj!SfsY^jmh4xJ+fYLx?}T7>r$Xn=mAx;(U%pM8eiT`w#}G zu!JHSw{QaG%N;~NB7tT7H5-t~4xuE-eR*mpWSufveQ9eFC|YXZ@@6P@b`mG?{xhbJ zj9lP;Q^t2@gSBa92|ZnASG~-x8>%oYHgBjI|CFm4IfGGVW_027zvDodsaaA9`_n35 z8mxz70VNVZp${-YxHB}UVJA76EVD^UC4$;c2G4A8wB7RktF+qJYp_iCsh4QrYp`TF zzFW8x_}N&EBS}zI>s10f!(ce(OSm_mP~Vt zt8PR`<=_Jhnw%q8j-D9)ci`QlX)YI^85-|7V8w7UMV<&?b11GsL)2U%fz8wl^N>;Y z7gw_H%`Mpg0(kr<0aW7W^>67(Gbq+v%OCWyT|R7G%lUoe$=3at3c29smfDifE3pO()vCRr zw6Z-@RG8BAj=-s9^ot^t0RC4fMu7%AcZW8qCnf#ZlVR7u(WMF3{k5&PGdzn&C?{2+ zTO7~q6A558D!D-Wkw5Dy1yHI}n~ppo-z3Q70h+40(2P;c>~RKC*X>B1!mIWXcH%X` zN$O^383;Yla7k)PnKPS7VnZLSj_~5Wv7KS;Xk+{1C^dp>4BoLwKPBB{<*|9HpN;LJilc-dKovfH&YYEBAWv z$e<%up(TK>^vuX|NK+-Ny7xL6q~_F|Lz*kuH+2CBu-Vtr@6y0G%;)rw(nb}hhsAp` zwi*z80ypST#@xs=fCi$;Yp?n$JEyulw?38n<^>1?9?e~{T{L76fIyqew!78>8cQgr zIv_iA)3`@1nh6tsLN?=XU!R*ID7|}Y90MJN#gZN- zYQjLtB{6`M4oIPMG7(6z$jkfn057acuef*N#zwbs%i%+AU!NCfXF2zn--FsnWXdv2 zJ&+N|cu_h}`SYjZf&i$_wkhg18q#$p(RMXVL^GhU2WEasE2M3~9T=0DfRmi?&j~49 zmAG#km+$}pX#Rr;W{QzyNj^1m%=?Qde=e6pzQB!1T(J8$^UdR9@pk0qugyu;wJ$&& zjRjgP^IpC(K{Z4G4FqNg>pKPLD}0PyX1Oq28{nnWl8lzQ&0&KW`{Gg|;Z`jo6VItP zQVHj}mXBg6W6c|WlogJvS|mSe-)8cylb|UbC{&I{fsra10TMMt685}4o>(6Vs4(aR zY793jj#0p<&WR>(vY`pW#~lM`?V3cQ9V13z;SU4|&IX7-vHWxV32X@IMpMR+s@Dq0 zrdL~&`a2eOR1xO=;Fe+feSNW#258Wr;xJCkU;MB1>>1{J7~}@d8Pt8;4CF0C1?c3h zoGt!uBVp5#Iy-*scy1n{^@Fh1=1qEA&2SEIrpb1tP_lK z7O;SY_!?OW7nR=DKi&5)|%-$WkUn)ZPIaAsm$BZ6(Z z`d_!mUnFN76`VX9SqQR-j=thqErkyVNCps$-65Q!;@Z1A!w!DxYyOt2$GjMg0?b2B zB{A;XTM|UV2q`w=tJ4S4K9UhmdmzpoixS8G6TfE3=JDzS{XzbL{^pPWB93qb(8T!ccO!NO=3=T@hV+9$tK* zu5G?-Of!g5vjWfi3oc89AL{=xa zpvo+8$4Jy{{0=ETzpfk8Mt5QJ`4r>`PaML@okoy5RKojfST4FgPKjD3PKZT-QYU&q z8Z+OYF{3F&vgn4xq!EnB)^7Qj4(q*L+UjXq5UgwI!Bef7E+>1s zq(4(0A@ye8Mk2PtwT*I3zPu!9d*Sy4Fab{6&H$7x(@m~C()v&s*^MLWeQEQX)7ezb z+IUlQN2dKYGrb37r(b%wKLRd2@(3K}u&DO~jva)zgsQkUMHvq>7yHkKDlwO?l6u)A zNIKrrG~0A&u(T!<%$fu<5(dW$Dl2T^lCNCl$)0{PiA09QRDf#Ov^Qjk< zXktY(Zg5ELkGR+gl`Q(K<=fA768%s$@>KI|gkD);`QFd|PYlpJAUv%JOK@L;a|R7- zbPhdU2sZ03&_ZWS=Bu(k?F7p+?L z^E$Xo+s5_bzYyTaKOsQwzYt)+ze9i<7Oo7=nNjC`ujA?42ipyBcDAg_F>~F_uGPiL zM|~_2YolSOrB|T&hf*0X66u(57igP?^=Y>RO9EOFEf}*qPex6aH({;!mkw)*MO-x6 zJ$LA>*r=Kq`ew?39G{7lDkCR+_DRe2U<@21S1$8QE$f1rRi!c777Umz^Q*nej)E!R z*$Gu0zW`SLPAeTbpltgN!^~)7389Hiztw_$e`|AfMdz6RJ-2&wm=;+bDfgrV&0aST15U%4+{hIk_5vE&RH%SaCq%L?U*=mIRc8^C8nlXIKD z%?}Z48GW{qIdm8Wn!a3{*}Hy8^W^$)<#_(^dnrA>eW&(ytOxF4xtNQtX$}0CrDCgv{R9EaQFQW;i~nr%naFDk)b7`@A)W)w0a0A@RcUu4efjXyH;h?x*Ix zzFGWpP`SG-4A#BA+azy}3yMx$e5(0&sf+)bt%~6*E~?XPD=A7uXDps`VHf{T5O61I z&ZRVOsXsJGS3G#H`*8hoefaQ3;5sBzCq^~XDGTN(>Vp7cPaaAcx^+g3<@I`6RsN`? zr-cm#MG8xGA&lzdec=QZAsm|G2!57}0VfELj~jTYiP6$VFP%jP@rVU=@7`tTyL+*O z#LR?5a+3kcMQv&dbBP7EP2k~fhqFagQ8!%mp86!k#&vdkKi_hF2_mQ+GW?*-ZV#F# zlVr@*?JC949Mli$){GY$F;PU~dQ6Yn8)D2B%=#YC!xxPBLffWGC)4Z=Z?xkLMOMeSf@ zJ!JuV2(?d+LMzNGcoN;N1eawF6?OGxReay)-@o@@k`6k>+#lRgLx<6sX4VEju4p ze53c41Un?L6CxqzdLc}fjq8Z12?BYLOr(}@X4*&jaf<_keC6&Yq98W8!bCM1R9OD6 z;VOE~%{;Ha!d0UGEnH=qUTQUD7d|g<1J~{sK6vB&xe0Vp;Fo$#F?-?uaN%+x7fCuH zvO@lseYSfdc%-@fr57&OI!H=EwZA|$%3{a~$7(MU>H3eEC2-^W@N@l7)3Tac zLG=w%WX{jnBGhrt*o5pTGLS=xt|GR$S$;Qm=jiQ`i^pMnUD$=>LvyhgU=h`J`NOA_ z2=mK8T1=4;`-EtCm%;%8e{3vK;paN_D_p@w+P#R2A_6v+>w(BX0fmMtQ(9r=3rC1B|bAd(a07trSG#Ha0XgTNv#Hy~20I@1SgWzAW zswu{Hcm7@Zk60B=K7uG~UTmZ!AXep=K|*kPM=(=*hlsH;0@Td#MPthcK>ujb?wtYj zk3$VD$WbK%30=(`K>u9N6p{KuL$ui=^1@(pR6FMGHoow+m(4!PFCq&=lUOle_ZsZJ zl^IV>Zw;4RP}HPlgIHqw|B$M;`QC?VE8MesQ@l{q#><-rQ`-Q0mW0hjOChw3jM*K1-bx{ zjTzPk4onT5bh<}+=xlv>bf!0t`nY*{a@e}sN#YM)JjAsr)@V9P zdX2)8a;vKe9UZXg2;Cw&DB*x^sa1)RT z$a(Xex4Sx0ZpM)7;ZaE>RM33q62TW{=grg(y$IzzZcFVsRZnkmM9UjfGyUdo7f8m+?j&2jZP_Zh6s zfdMc7F(ETh*!V|tH;NcNSv{&>e-IKj?nUui#mcpIorY}{xKdm_VDLWJ=x3tWpUptJ zMDTtRF<^k2Em(w{c$bW(Y6Dd2uImkIEVcJsSfN;YNt<#4ZtKjr3Ag$VgMZT1%#%JH zmZ8&cmNNdTzy-5mR(}%VF1AX3#bdQ_1oFxfsYCf>}{&LoEVJEhot}cOs6SGmkY4 zQ||Q-!EC@8g7;R-op4XjS840N^a72@^w+{U(!cWh%I&kad>Qlk!Bzwhhio<)2VV{l z&2S#@c$r=KspAW%B-Z(ID3f+HL|M+^j(SDZ;ztT#r?6G}v*B$}p@herG=)J$pG(cZ z1>G?B8ESd|f>y0eDsB?&8`=?)C^0zV{YlznqiUl-$Kg|KRk(7`u~RaDVuP7ir3M|B zXHS_PWK&pq)zA?UoKOt0VsLiCaDY)Of zgCj})8UI^#WDe;Vo}Yy*-yEDp1I^Zf z;8C{J#NZea6MTJp)Azxt|9;es!Sn?P&!{Fp4I70@rIFOEoz7O)$o8I7ftk=;S7!f+ zU=ye^Lhu?|Nj=DDG%k;7HGCC{lc*GFtdDiDYQAsSaoD4A5mp})&<*sY8dV}buXmM! zTim_D*u}@vM?+|zDSl224uoAelb_I&AUR{lIe(Hs3oy;Mf{rOw#eL;$J$O`b!fsAw zZ+5-?q*Hqad6h5-Czr%sFW?(`S#}lSDQtRDc2|43tF3 zK2`SdyjuEk1xNU#xULl1V%f2?zjz);rzm3&Jo}g_v0D-He`CN9B%of3wT` z|7Dlws{8#d+c{IMDF~byr6youuk>eS`BVy{jW)k1I15I(Fj)vQ}?#W zKE)Cznse6a2Fu{fzj9M+3Iqg_)IypkE+qQk3M+Q44|8#3ovE{#scV{BqIU}gcWxs6 zz)JNG(G}nyCik!PFEVp}m%5vN0!~g8Z_mbd6Ec_@^7kBy6JBgd8M~N zE6cfefIQX&<6FiXZVMt9-)!ZqIHwFS$+!N)B!66&B&hOTvOyLJxcD)Pv;@U-zV%lUh-*B4KZ_rGlR3vpLLrD8ahGqU(X^M@7&dCiy=r zg2sKi>O7KCC^fl&li?b4fS8yjofT7U&0-n5TTP=o{ftNq08EAYN)mi+sS=j#UHk$?wB&$~Z zxZX`>_w#0quiYgj%>20=MHHv2efNfs+GGwa=&)vBbC0fy6Vp*bF6a2Ck`goDln5g%0$`p5Wf(iA1G;3cI2318~Qy3XDs!F6*W134UYp!6_cNOCtLD2{QLlPTB;fHx$7wc?n zC8Nu!o6E-IP2D^6}&!GHtfKIJZ2+eEMd#oCQ)LYw8?);VN~AE?C*A9NU_dRph28U4zFtUboiN4 zg|TVVF<&0}D47fQw#p5}3fN@)TU6=9{Rp#~W^kL<8P(;JD}e4TSE{l9CWM9OABF#u z5?1hcB}}Dy;V_~nT-&`X*60_<&+xU_=#bdHd!6|3`>}$gvxkXw3fRhBu&ESOWboR`|NrtR@^#qXqGn zRN*zLZ$&OibHy2Akp*E*1P};je@J0^=Qf!@zej~LTKoOk&e2M`s$0Rl_wOTALIb5Q)0jBCDL)g6O=BIx5Q`dZp97(^1WyElgH z^LV}YTkS+OStY)#?3(aK0J`aCsjmdBfM9gqrdfm}ajZJJQ`xcS;{UIbp;4lyW3*-^ zs5`QblUDzsR80RNoPdua>o0aa1Z)^nZt}K-{zDDA31`x~4uif@r%MyM=PnqpoF0!Y z&M#LdHQZyk49xJxAv`iNA4o2ESBCabrlJ2PtTiB-QBoC)J+15A! zH4vFzCip+EVUf#bCT30mRYTI^Vf#0Q4DEk<;b|A9;vDx332h1Z=}~C=VlhLqjW@}` z0OM>nJTNst2Db9QQgqO3Mo0M*m-&5Y?Y`5dXa+52b)Ev{T@&!1i}5CaV5lI`G7v;v z4Hh*L!f%V0MLZ)U<-!&Xw!f{bJ9BIM48hW4ZHOCNeZLvLiXeLs<7}HLfU_Gk+*+fO zr&6BOoC?W*SVwxo`QmQSz0Vxd^-b~$<9stR-qQCDt@)JN!)q4hs1#X|*aMbqyt-|( zKT6Uiu8M-I#J?ymM6+jQ{j!^=ZBpbrWWN22kWNS7#0gxQB_ZAxmEm?jR7l9{v@)Wl z7UYF6lsvGoONydOqu`c<4+(boE7`*;ahFO+KpDLxNC<+i3>c&yd$mUnWIMfBwD7XP zPM80#QqTG+`KMI^STdJlB&L{9;&5&Q6j~kS)>gXwQiChRYN_0s~Qsh zuT?{WGiZNR4V?k1hO)}VI;yZVWann7$HAY_KB_@!j0fU0=`FtR8+##Gsp^Y#^?8{Oi zZKHLBD&%UGXgWDttB%KKvg~1AIm5XNbE)(%W)L&@Q+(llnZh9xeKWu{itBQ?!9@h^ ztF1!T#Ct7z2-SWRFm{$CoWR88IHq2$BmVVYx(Lbw;X-i#MGJ%byB3y@SHhkTdb#w6 z76#m$7I)zgW0+^GShh=yUBY)Whyp<+VPwXN@r?-@o5Um_!CBm0A+5}6MJy^<3yXqZ z4INEkK>WXSN~7>alt#2jX|GbpG%{xjGHLsSn*O1O#RK%PcYq!y^_L!I_fa$Smmc@%7-k?RRg!KIYay1&=hLl6 zgGh2O;N-hGVHAI&MId^ny({1pPlbHa`1(zM(tFX3aLIx>d|bJfoPsgSmpWGHszjk^ z;+x~q?6>H3)N12_dmo#^YBZ9N@1jI8zQXo6hj(Skd#0(rvuXa4BUb_$@06gsS1FW| z^NIA9!i$pq#Q3`hg}qdt_9rn%L)M0pWCW-Z?pI65L-de59WVn)33-2dG#+MC%GMO; z&UrrPXeTbWA0KfeXrKwHiUnGMaN<1r`!A+OR%}A?;QVc>AVVgxN6=tiL z>rVNJ0FyABJCG*J;$Gr&pREpsiw+~Q!q4DPQi}I;+5>9}N&FC{*J;6KvnRQdIbpMdbCJpsfE!Zj-AA=)Ai+&{O z{IG?#jTJvoI$!*bS>iIcxWgP9v=pO4J?KzV4Pc_>Z6bf(5D!Aasy-w*;@M9+sak5V z(0>Lz`-qA_XBDh-``^s$uOUPzm<$lFcx1%dFW6K|B4qijE`suFu+`7UJd;O zJfYTQYc$m`>*Ay%rvyr_rst;gy}BhA`dy^#5hL|6&^cWVyE8h;uDO2{{3K^UZx2)4 zg4%-}8PC+ej=6DE!ceMLr7c~2ZSfmLV}xqGO{sM3{?^r@B34)3>0B=!uhs9)p@Eh1oPJz&Ij?c`WQdvxwslOMl2JH);20OxK70&%#hO%TJ|p;l3cIK1 zx*CRCz_D#LP8wT{jYf@a+fJIKVdKWOt;V*sW81cKcHZy($9MjVGtT|KTNrCUYpyv1 ztjM%Iz%0rZkmRl(Q{$@xhON?7p4iXTx2jwzd(?biUe_2u9?u{2^!2uAh|(S~l#VSO z;b+$(Azl-ls3Nw9kYiq@^`B9)O2`xkLC>j|&d21?j3Z<3UcX~ij> z6Kt-f313Z^H=KMsO`L>^2`nVp20K2H$i|RH3;s>T8#R#gHCujyIBUvD@PDQY!=;Az z+?0OJGzg?1sd&-Maj{96?0}H9)lucjXD5XSI_KdWtz&G)ck7-Lq@|2XxiW7w>-)ri z(^XGi`01Jk5i{n^_HYhZjCI*kiEbm#n;_HbD^SPzfv{G3^g;8&^mGa99_Pg^#hTO3 zmI{A5f>BqACByV#7zkBVSOHwJoI68mtVbp-4l`9d^Fc9xq+*e#)6v^A7Ev#Fn^Kz| zqPAA4TUNt1|8{GUFrIH53|3PWDvu$$Opd1v;Wi~tOWp_1juOKH3)P1qrgXoa*HN3e z*8CMsLu6aa6h8xqqU&n&Kord+t?Aqw^Adnnmt|ShFB(9Na;HYfFGst+Lg&I!a1d_) z84x>u9@_%fPB(I&V5!IS3Y1*=X6 z=EhcjCYgS{S11GiUdr+tI?JUInhz?2GwDwNTwKebug7eJy=18`{t7;b?Cud40B*|Q zt)Xl07*8mb9atBzxI8Aqu2&4;G+@Q`W>Z+8wen}J$ZjeVEzjn15k$5@X-n164JK3v zBp1(xS_q93rh=I4s2DpItg=>(aaC@rjhdt#-%yxmnvMQG4SyW}x|9*de9r@nuo#E8 zMF)sF)Q>lD@bsu>A^0CInLlpGkt4WAZy8jMQco>1`SdJ{$&%>>*;;UKGv>`LuONVB zl6#gB^3(K|J~XvQP4*qT(~Tfz!LLWhKQJr9hKNM{*n4z~7rN ztF`Z%up^gTdK!jg!Df^xpj9!TN0}Vw;@v=ZoTnO>g+^7BxVx|Ze5MGY%7eu1+r;pH zd@)Wbtx}D5JqM%DIYY^RLo0RFztM3ZC0)>xgR#+=POG(CY2eXAuY<2=6|LlyOAH)W zY0U+ys45>ZC#>X>67T3tvS&hBK)vyCBe>dLX;%-F=-OK#rF9WZ9Z54*fDuu{fF`52EYmHKq5jr;pJ@-Hjk>oJO`>e{)xUzw@5za20 zRE}2JJHM~s(v1fvoo=ARHV7%PEeDm&-Is34ZAfL#U?P+)+o-?(SDGnF#l2AN6C zMht1wI_Cg+Nvy+c8D;24tiK_X8Scj%EeSL7DW2N+k8F+5L@H*fx*Xe@F`UQ~LQTjN zEzoh5YE-K5rkqWPd|P(tYL1sj(stqX1}3M3?nxg3|D#{9oGYRF^V&Lbi>y%}-y^3| z&^;@qiQ&vh*1^gc(qebMj|~s{wyTo5SXH}JvOI+-z_deJGXp5K^vyfSJh0#$C2CWU z-8(v18z`ycLyw9JVV&>9LC}sV&A@BK57>cO!lr^#p{xmd5fu}F2|b<5`#uw;38EJV z5JpSsSb7$+$sdj&6paVj_!0xs8E0{G8$wb#JAe1-%*&J(T;gdb{5qgB45c^2syB0T_LqCozd09rN70Gi1_`t=JiseTy6IPl zoEe|SqLGzwk`AWSC)qD$hU;T*smQi7$Ss??Hc15U-)vinCRwOhqY}?PDlDr`MD=Et z(|EMtF>gMGORXQss1_G!m9@v~f?$bJS6tZbtdI-R2#;y5B)BYpMrA1IpYL*S7BoxP z^=PTAF2vN!R$AUqUiKSPgWc(kqeJR?pb{;X201SGVe3GVcF3sk+beAw*y+-8`h|k6 zVtD%8wz#xRj0mHN`B-W|OUDVOSFaS@U%U)DrUF2_o);xED(}C~Kj)#ePxca^RJ&6d z1*dRKO=Xb!VH8B+2=z^BtBkXeV7DxC4%Bh(4g1laE#jo;O?tUFP-DR_A3w%rs&Cs8 z%6c~PmA?1+_~bX>DO%8A8KhWAgGCX4V~e`VST^egc_$kV`#{s!49cxUe61P^i_ zn>er=_231zLW+v8`badYgUti^J6&kE+M3=u+!91zv*qH56Rdhs?4Oyx%T5wcwu#y{ zg1M32Wo`tNX`-&ENB@gJWAEg~wfU z%v$NjM>zLHg+|x#4A;@hSy@Yi>-TU~h!^||c<^p`)kB6(nsO0*zPt3-fCduwR@vN) z1IOurEh0=4LM5=E<(@6&INZG=#?snz*1PF~Nd;zEacLgiC}ULOavW`bm-!8C&D*T08FFa%s?r5_ zuYn%+qe3TCtEkl&hr4X%fUm*}BbPpjK!UVz$K~*Vx8Eu&E3eehH=J%pwaqhY((@Su z6tt6as(AcX1us-4C6S+Fb5xJ`Wzh)x8Yj1dO5d6Lp79`n0$5fClN`! z3bhN$0kKvyQf!kX-qoI9Tgc8jGb$Ug8=J;OllpM>B*Td5yX;ig2f98P=we4~(u6xC z=|+EcF%o@X*!$~C9XCl7%?DUU7tZW?`!awedX*DUyW-W*{x=u^5!+JJ{1wN{djL5$ zBJ>h%vp$$qj+%j}X{Q+=rB#=) zBo>EP$N9<92Qhf_Hb(>tztHG$GaGD(IfLB|l|*Ono8>RE1^h$m2KChej%R?_yC!dg zO@;6~gDZpzqX@$8pUX3Q(~GzeQXeq%-A7;qA1V%6vzf)#{`1MVo?EOb&EN23qH68F zstH69=bmQ(v`HQ?b$owx;6_GK0@}vRzsJ$!6<{gd*(=B7JEu8%_D3oZAYAplVaNr( z_&@lqmz2u-4K^GFFT)w}uv4lL7(X|Z@|)F{l0AYs&a80p!R|b1ikn+8;X%Pyu;4Uf z0yl2Ss-!B#814ld#D;>yPgG!}tUoYI+3C6tr&2(8>>Ctkd*U__E7WgB9t1-LT`T2CEF{q zFo<3i_ebr#oeA#=PIIOvnRnUeeqUP`i%x8{Ha&2DWV7V6{bSCg-w|Tda&G+j`?7|( zjy%^__XHK%bgA&5UtAXmnX~1TF14n^(-t^MZtc^lI#Kt94Bp_AXN$pYUfX70#dGV#+*VS!H)x_tO8?Rpn1MbIe zdnM5~(bX0G4U~{-e|5GnZGFPxOE|c}GO_Dym54{BS6#7Hg2(1;lpNiwBrTs~wO{CI zi3+(6f9WqJoW`=*XpQ@W%5mzTok6nn8RVmx;epF!VG|LFMY(u#eB@acRlg&vsB?jpLOGFcD06x%IkAp-fuJ$=u1*N1E_kxKN8PdSyU+!n}PXQrd zCnl}yjmDL(ajt8i|R@y$f)yT)?@9(y@;9Ntw@!?rO+lMQ=*Z02rE>@ zIZem#F}ZwHTkTHQ`PuZq&H6jm^UKrVq~{9}Q9IY-y1??1Wos28S)tmY)%ld(;@tSb zWTwppp=l>`YijE+OZDXGr9#}u)>FDHgSq8(*u0D%OF}Lth_Z^S4*|QxW#LRJo{4wB<_X^HZjx z#G7!6b9M8^$`1LTR8xiyRYq1utk!_@<|@P&PcRiSn4Qt7HiBEsulJKH=M?hITCPjg zt=!6TJIW^~nLMfPQF#RcH=|PJ$q|`Y6KTgCGb`om*YR!Rp7>EvA~;#l16KuG85!mW zd6#3nu#r0r(1{N;CdcW;DTU6K=Y+Nwc0>enzQtKJYG2SsA2N!lI!rg7U`h&8oU1mJ zT3GaE$J-BhR%Jwb4GFQ(UPv*Nu0%g)^c3Lkp@_vc2+jkA@ch`q!ud@@f=;)qf0X=1 z*$g09grf{0nXk%p_1khl$-U?!mhlTu3;jxsBC)gs0HCxg992ZzAO};xhrG0ppCwFq z^MdAZcC9_yvN(Ym#Wex*f6;kcf01lrSQ(r)Oo2~{kz=s3l3|lyayAUwWC{2u1!1BL z(tX^)?b6HPoy&&|?6&gSGk?s*1M`1MTvB0AkUTt!Te|y7EozYRn3zhKfl2LeYaZ@I zkzG)dl~dR{-mn=<=xis#EIp7TeR074kEhOYv$Of}Y{6*$c`Jes|JXqbB zn5Wcx)M9v)kYWRNDFiKp$mHbgk4ygo`p{tO7y^BYy`FWh$jaDVo(rD?KJMRzgdGqq z#jHp9i`eQCY|OHA?5pe=S9|QTeyy| zYvl!ys!x|s^Hi7UJa7@9KI4B}LTut9{(<*mG51HO*~)iDpYgwvWVe8}je?^6zEfsY z^0+BX)actwWZaP0<)C;rj4o)Xc*Lck&77%6cn|DaCr>XWxykhsnpikC5d5|}WKcu$ zE7+$4ik1jdg?lueMjNpjyf%mk0Ke-@OTN)IF?ZAebt>R7>(r)&4qX1a4a!cs>)Wj( z%{joA(|;v|udl)b8*|MKbMQK?4f$#xq=p(TPL1k;94}ipZozb8_~m@0beDVN+UFuj zfeTlBC!f=akH}gnsP=@@!;Z4V=}P(u+A8B!rJ?F1auKRY(u8vRz5re#zYl+2CV+(w zax2z)!}^^i_sivr=yO)w>{63+=bLB5`(9ozkqj&=rfHhswOCWMX?~V$+)_ zj)ZtM>~H2IN$ogC0GlSQHTC)9{gp(3cE+@ zMJcWXF&@1wX<@f~P&?-uvt__3?)W27Y)-KnAwrlD_1yP%n3aSuL|p_WgNBUVLgS_t za=s-uG*vl=9tnog1aOuuAlH6K>WwB=Bpu1}lZnEtVH!Y-z}inOExo1P!?i>pI;&|t z%rtzd8sUqmdj;})gk&*{Ed2v{#p=IshDH6YKr6YqFy#uGgxQ8xP*h8s5FX|aBl&KE zJEv`6>K1LCYEBF>j1>-e9Xe)a0QdgkxjkdQno3Tqv^S#M>pEICd^G3=TKb(?fF116 zGixC35FDp+5ixcKX$J)pHUWJH1=YzUz8NvCAt?`-hA+(1z!p1iO8Qp0y`^iQ)3n2$ z7Fc!4YxB4GJLoi4cg%wT?!bl3`Wv93UBcX+fwXRFJ44N+K19wlaH+Z_lY)1G`&vx5 z7Yt;3Jm>~m4If+h9nuO+`Cs5psr`?j!G+F({Zxpr~w`#q8j-r)b4@xr8vuRj}wsCx}ZP zf6T$1gN+fL&KtGNLLPv;Ad*k_bVOC01w?ohYV!A~v%0^4sD^mUey+A<>F~c%&2E5(sO;K7e|dTNxc(E> z{``w-m!GIc1VuvniE38>Gm>hJJY&92MMzmx8)*YUbo6PFMeRUa3<}UcMtdG@kkFSn zX-X$O;ur<)b+)3$;Cn{?T%gs`WD{A)L%@69Vzd`yCLtWxktPLeX)b9EOanyepgAF> z4_l9kAY}6Im?ppHViZcT#2^Dwxad5GLs)b136QL*OBbRhCIjLI%=uf5by%Euj#U3rqB+*^)F!4k%sxsN`5!mp3Q33rdVH>`qePh69OqV;x#rzh1>4S zR*V5o`)Sa#XADzsQ~%1^I2rzLgbKy^vQ(;3%GQTaGi?W@u@}+~(jeRygw$KW>-sF`;jDk|$>gwjP||;JzYoYp*It-m>Qt>-jla;^<@wt_Wd@DU7J23!`VZ-V0s<;^PfvNA~0$;2qV=aJSWw0919JP z0?QY^8{APi!oE}3t*3WZ&{1%bNuQE%^ClToDO;vuC?lpjl@vkAY6-RpFgr|y5CwJN z5EScsS2v1R35MP!a(eWCb_r#$O%!rMe`+HR)6t!KK5H`y+5UWtQ}7E|FG$H`pS<_> z>R?#O5Vmj<)u6GN$I?~V4&@|3HXvw{xSL%os2IsMSyI*3N?{zF0X_VLHc!zM1yY!Q zppAT@#q!rv`7!Q~AhIb~nW&yn&}*gSQ*n&!9rH@saS1O|6!uJjWzQIYRQL_5cNBSR z6gv^qJAK>I_h4Eub}lgbunKyb53#R}79z!XH`Mz)!k#BWs>;8tAX()hQ*W>VG8^QO9Npn__?#xRroz<5X@d$1CMhv1hgrcmeDctf@#RrLnlgdc=#Tu#fz~o(3j5-($g5}?!cG99A09Y}{1b?0bV5&_gjl83YXMIHK z*wqY4*gB_Sit^r?Fw1%WMgzU=&I;&lG(L0-Y{p!AIPAScN++w35dh{5OXv!Q8*MPi zL5a^8B2G0HPWKg-ji6X8d0DL?bGIXQrbx`aboR2)xJ$xsNo_j@l4_GT2I-ExBg)a2 zZp>4J-zT!M6bd)m%sD`B^|Lh(8_1NL`j_F}vROxUNC@{Qm9O-VEjThwbS(=jn;v~0NO#L$WmXJqb$4B}dQ=ZVF zMb7&H8D(h^6{2u&2IiSoxR@$+JY5pzY3Yc4cs2_d#r;Y?`KPE^a14WDvEj|JyJ1zt z#)wuNP$Nz&#gdZR;IXSkBDSCKOUKEjmd{FVgUsT#C*4D3wGVK#_h`Z4GehOH{#Ivh z5~!N!ql%E$ue3p0hO(`0muN-ZDyzm@yCqHcdlGXm9+Kk%XB~O^jtWU|k>t@d6LB1MUPMO6@*LNM#AfX5LU0u` zu}=GbE|ZNS;BmLGot9xe4`hE{vaxI^jRgl)Vzh6BD?zYAtR81q#F0%R+G?S@z9Z%s^hHIC%(kO74~N_{mP^45u!Lrm-$_Ghq%6k~p?Cd)IeAB3TtkPQW``q; z2o6+D+KxOX&WtDF^!&@YG%dudxq*>O_vJb4M-a6n*%J7;eJfvS!UAuakX%bAXBOCtVJ`_?gU|!Z*z4eYNSna$d7X4{4z@Ps13MK z@UQwFyYEpx4whENo&g=ll)!H}6>cObp_{-C{hPdyZ4)u!+h1GcF|{;$!Fuw{eO(4M zd_;Z=rv8eROapT`Bkn68xTyodZSgVzf4PMNOluy<{?Be}3?d3EH{=B)$k2bN+{8qu}9E$GO@p z=rM@C(C`|bB8M2w&28qmOd(!v;#VdA6=!7t1UK1!uE?eff`T|dMRP8hN{}ig-61c# zMeG*n=?yD%0VS@kxljg0gK=gUiKAThsA9$Buxu&1w$imsqI3e|K*^WKHi~*)c6BC# z`LpUfUZ(FkjjRMwfM1{pDi1!8)$`D+SM%1@D%*1|o6Q~L7?wJl6)Qni5cDUt=V@4@ z<$pXhp#!P0ppcb&IDFQEN=Ne9?H1v4VQ^lpK{p`jUUFE+q~%4|SjcfxIicF-pEP7G z`;}cJOiL}+L-7w=EgPUfM$B`%yKHK%cgH(6L^i~Q^;UB~;0gr9wpmMxVUzyqngJW| zW7`Yy;>MBatTTrm^zZ08h=!s}kArhMx}_wtx-mAt8{=~=SpFcdX@BPa8a89G%?;cs z+#``XrNs}nDPt*?kuC}!VWCa<^fn)$w@v4W{OfHu_kUUfn(MI5bb#K55Crr#wg6JO zH}3IQn(cZ3>4Y)R+s5zh!7PE^womcu=glmlXddkMkGG9smV}oMJD02yca9hN>rxuk zlYk=P)sE}awdU+~HMb!M%~-=OsgR^Zk+4(YilDHkDd}K@9N|plvLJlv)zH2yFcO59 zZgq|b!C`C!oyc{h&j7{cpdb5%N!E+c5E#OYXM0mCt}PSKn|^-@#mojpIJc@1xEuQl^_LQBBt1 z?7`*=B{U--EN#;=HQ=kV`gM)Va7--h`Bkw>7k~9 zdC|a5n32qe>fBz0vdgWmpsXkU0g?f)-YB$9q}b@ZQ@{GI>dgosvW>DC>+j;uBGwlz z4mp}bN$WSv-|lsyGg_+5n4+W&!)ug^bv{ihq45>rntvjLC`&PaSwAiKEg}Ze#og0N zAzrJ7CP9=Brfg7f+B3t?$4Rq@)p6yjB>$?E{fKfm{IhL>2&~v{G#Ker8Hg)C)54wL z=BWHS53^B9W{N_{$Rw4NZ#9}ZgWH1k6;ggpxPhvY;cMcFZ(U@?$(`>!=gh?Mk>{^( z-Qi`L-7=bV7(E_lml3AyCFpF@NJx_|^81wAyflP;K^2SOA{So$ffJqLqgBc>c80V2 z!^$`FiY1^NhsRp8@+B=>T69^LyvMVF6j~VR<%Im)amGcAH`3$w|~IGCZNH zfY@c4IB@b|F$^zwJ?7&brPgrGIe4L3=@vA*$>D)HcKcrC!Udx3lB|RxnhAj(4)m2& zG+z1_I7a&u^n986Y1GTMWS2BB4c+C2wnWS1FRqYbO3)8s@r8`Tm>ab{24MjV5Q#dS z3{o?RNv!&QP6A1No}dU<*d<;m10Zn+{eu#Jj50E1CnlmoridiFB9#%-J*kgxxDX}= zBx%tyO@!?p^q}5F8nbPM@t$XJv<7raa;P%Kj+_*9qXa+T>c;8M(xHYl5q{+Ki$3m(=IxR$#Tg` z<=l9`-tb|P@8Pe3o_w|?gn>71YEnSQcHg_lO2%%n<_IC4t9;0aMY^TWzlFQb_CLS< z#*CYu?om@(Q}IljUJ7m==5pmAKn!N$M~>K$?&aZ`o{-o|@j$~Hq(`>u?NeRQO_K3J zWmk%q8(r%?dpis0Jwm>#yDR-Lc&c>Ljn&CJ@!nPHy_H_LpwbCtJl=F&qJn`VTtX9NV?Jrq=o+RGqp;%`VaO=|uvVYeUuVYgnUPj++Z{)gSJ{ujGpQ1jG& zvRe~w-Kz)z0Orzw_&@A6bo|L~h+_nw>;@MLWVdhso88#{%Wlp8Wj8Sd4Wo#pPj(y5 zqYs7pWVgNDf7ng&Uv~2^>}UhB8{<*F{YMqNAXo#9wEegWo0Y7SPW68FQX`a(MiPZQ zhwNm3RcVifC0#lys3+(bhw#`};+N|k5b26>e#?aMn51rfL4P68Ky*<9HWW!sJqU}e z354%T0#G8MOj%(bj6*Lvp7*lAHbWs6SRGUcN#u{1ny)2TlGMOW!)%KdI}m+-3_M?w z3t`t~Tf33{B_3I&2Ip)xcM~G8KCx}|>q%*6+;QS(Bn|Km+ZM}!Bw)AD;Dmb8tu%q? z;53)m4em!A*)>6LJ$@T4=)u&eRFnM28iXy;JxU(d+l{hxFbIbS(e@~)p#nKkRm_E@pg03IIZxJw@CVB<%O~0OwBLu?=ZgE?%alX}xKs_a z>_Ug6vMHe}Nel#kW-Qgo5J#$&hwIqK>ry)-iXmV5|8$UkJ(c^(7bXA_29F?JIcrV{ zn_H1q6$-Ez*#AT~$o~u7v_z$nZb7insT4$cGxHiS+TU}M{p(l?>Dz> zc)1HHT)6X=tkk`&?E2=U`s6P0m9SZeq!C2<|XUb6a3X@_E{|ZyeWjz}0^(K!K@-U@_ zkC>O*8WJ`a3k}jZW;$Q|`SrMfMi?#PCeYYGX2cPg`=bKixsKVFFRVhaVC^xbCOjjC zRzs+vL?}aoF{0XkwJr}9UYf}G?ni|+%?bRApZbC^;+FP)gaRm2OylfHWeOu<4xhfI zh)aa*?+Du6^0T;j>dv`@DH)OI!iU--+y3EY%ts1sj>Bb*)Enq#Qzj4+w?cpS?Hcso zv>*5l^CYG0IP=S?N3sC5VgEbMQfq(f`rC8W#m|Qmw~y!WM&IWfHQ!flK>?pPJ>RQ4 z#t!cXuiH_^pU>w-z8)`iS#57icC_62Ww{j-CmCT#)EQS;-LvL0NxjaIC4=xIHsq7F zO3~Oz1G8jVR^$%xtxR{PE*fNB!HC@Xu6gc@w4$AGyq4dNi$MB7-5eA#T<_-WscXpBEZGb{g$IUWfv#I$uv(KW=E*7CIi0 z-O?17{~GZ3TRSEhbi8b<*?rviw`RRJbepfEvZyE{7Y8@rVo88mP*%NiuR8 zfIlZ&7h^FS^KPulNjoT)*YH$@mFI$*2^UMMIyYd$n!7U|x>QsvQTKwqXr(KA`{4Uy zoD@!zTYF8^pjxt{WV^dB5Ocq-j=M(_90!2;1*x^EgHl%c}u5S&HT)t`|dby z{e3@foqxWu>KSA}!M&V{h`=b&J$CG+pCv{WpSY0`kbD||5)<N%W8;{8Mmh1{ZbRPKOaM`1T=#uUkhdr|; zEf6?Rbo?~vQ)ahnKL|I>u|X@9IBzUAH>4+%ERM}&20<(2*>q$5vRVCL9c@^!7|$-o z9iQ)_qnWgHGkFT;Ak{Oebl=}SaUQ}MZYN%*tbkFaYlmZ~kur{c#iswA{_oXl$xvf- z(ir(jcDl8r&d|gC+V)S~en?O)($;**RaATphz9_%ROhJi+{#9@EMBemLhBW|WE`ZA zIo*M6DYATklKaDped86;rr#3JDlDFW$KW^Wi@uCAkdErOe$MqP+f|20V2s*^Xf{kg zMC)*N3(N_2Bgv9|S-;tW#RAiVNbA}Ml4QH6{*fZmRF3j1VB;Kmy|*XsHpbXwSj6?W ziMH+ciCs7W!H-Gkc;hd}vr4QwB0zA%nc9j+wbrPk8!$eGs}P>H<@f0j^6PlGV|+hb zlkf0;x%dctn3e=R7mFp$sZn4v;C;glxehbl*lBO<{5S(%ZF4IEK2hu66=%t$LhYt{ zyDrqY^a-&hh90gQU%I{Qd>=xpIv+nTOU9*}EXczNkz;V558ZzJb3XEpR-M`5hl`y4 z>Gm1gi;C@>F2)|)Uk?}K?hsQZEkiz8bY?_oohL9T<-A9moJ#KHz6tVajS!L zuSQq`#gW1ow%V4(kv-9>7?pY-oQd{(*Ka(+g?2^fi1KT88rK)T`^UA8*!MZjUFFL) zX2^#++3|*<4J91@C2m+TJ@5ebZI=$IT@40hq^+)+vq&!OP6ea`2&dnN8Lgt!J1tB+ z0HHR0jywHT5*F$k4U$rWN`iKgzsKEEu)J|;nWZ6)JLW^AMd2|m4_?X>qLYS(6 z=3m%cx?fuh89a-XA@gpN2RzGZ<|WKHGpQ4V2y@gB=E>M}s4S&^GNp{0Qy{KJy&Bix z?LW<34-vD8E1GEWayWXBkCUa$6~`wu#p@J36@y8W8QMMNdoTw3X z8ULshO&=Fip-x~nQyIrmFjJ9DaWG4WJRqAaO=UKkEX7k3&r)G84;Lu2o{SJQ>dT%M zwZV-urH7i54>FHfbNY%JMUZJBQwNhM?v>i>_xiiX(%|MD^IZ3`f|N_H9mOq6V` z_TIB+`=awL3+djtRzFUwi)y3GurtEc{Jt5N-_*7(!nz!-l}v}@=ncjvaj!7Nt!ozEK|ujgi+&(B%DKkM|(B5(KO zbXYOoO#e(WU?##^Q{c?m;{0vnPRWwC;5C&mkV8pS<6GbtnEJB1^mn1QrvyDzEz$dR z62*D(?+o4@UJ*YiN=3=yV}5 zzVW0rq}NPhwbD#PA(I@97lIODlCL~#;iSJ(*TM&)0@4m4f7(%#X3;m|LteT9!cPe6 zoAKY&-KX|#o%7za$JY);-mXGhXF^&deY=Iyv^IWILff3nd_A{@PW@6(vS#kQeFxR* zFu29YWghVILxCn-Ngv$Ra%#DpbsEvt)+0{fL!-n(ubpVZR*!}&ywR?1qh3sY z%zA8J?KZV&1k%F6S?In@;bABt2C~(2)UCnY?g??OwTMoAtX(-zp*FhVUU3vx${aEN z?X0~hYrfi6VkPOmZ9~f>_t?=bW-R2%CyRRaKo3a z=izXl)$%Xq%U1!@H;6QEVkAI4l?0bhsPyE-PM#!!7N2Shn zO{3dpKLwT2tF_O7}f0jJ|OCjzWV&0G9a z!k;}Nvi_ivx3-(D2>g7hW88Rqo&*NH-(J@`U$wL2(DmFO(tzhd_{ZJ-fnLW;QWk~< zMSm$_i6a2PofFUHw?S!SEOjML`Usb6*U1a-5St!-5e0sfXHL~X^4|U0T=5(!|0(p% z+<{r8P9#G`+qX#4jOGmZM_TMrg&fw#q59Nz;f7T+hP`Psf#QZV94xd#AD*9Z?~ULNG&2DsU+Jn^>-<`+xwNMZGnyG^Wi9LyAeop7d5

제목: {BOARD_TITLE}

내용

{BOARD_CONTENTS}

답변

{BOARD_REPLY_CONTENTS}
', 'test.email.12588@gmail.com', '관리자', now()); - +insert into logs (text, reg_date) +values + ('로그1', now()), + ('로그2', now()), + ('로그3', now()), + ('로그4', now()), + ('로그5', now());