diff --git a/rest-controller-practice/logs/spring-jpa.log b/rest-controller-practice/logs/spring-jpa.log index f835d5f9..ec8810c8 100644 --- a/rest-controller-practice/logs/spring-jpa.log +++ b/rest-controller-practice/logs/spring-jpa.log @@ -1,182 +1,182 @@ -2021-03-19 15:52:02.215 INFO 16844 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 16844 (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-19 15:52:02.235 INFO 16844 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 15:52:04.438 INFO 16844 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 15:52:04.829 INFO 16844 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 367 ms. Found 15 JPA repository interfaces. -2021-03-19 15:52:06.486 INFO 16844 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 15:52:06.508 INFO 16844 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 15:52:06.508 INFO 16844 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 15:52:06.882 INFO 16844 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 15:52:06.882 INFO 16844 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4518 ms -2021-03-19 15:52:07.002 INFO 16844 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 15:52:07.330 INFO 16844 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 15:52:07.340 INFO 16844 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 15:52:07.635 INFO 16844 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 15:52:07.735 INFO 16844 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 15:52:08.070 INFO 16844 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 15:52:08.149 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3751acd7 -2021-03-19 15:52:08.150 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3751acd7 -2021-03-19 15:52:08.150 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3751acd7 -2021-03-19 15:52:08.152 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@591f6f83 -2021-03-19 15:52:08.153 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6615237 -2021-03-19 15:52:08.154 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@611c3eae -2021-03-19 15:52:08.158 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@41f785e3 -2021-03-19 15:52:08.158 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@41f785e3 -2021-03-19 15:52:08.158 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@41f785e3 -2021-03-19 15:52:08.162 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@7b95bdb0 -2021-03-19 15:52:08.164 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@7b95bdb0 -2021-03-19 15:52:08.164 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@7b95bdb0 -2021-03-19 15:52:08.167 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@b5d9f1e -2021-03-19 15:52:08.168 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@b5d9f1e -2021-03-19 15:52:08.168 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@b5d9f1e -2021-03-19 15:52:08.171 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@4607d78b -2021-03-19 15:52:08.172 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@4607d78b -2021-03-19 15:52:08.172 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@4607d78b -2021-03-19 15:52:08.175 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@60b1ff3b -2021-03-19 15:52:08.176 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@60b1ff3b -2021-03-19 15:52:08.176 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@60b1ff3b -2021-03-19 15:52:08.181 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@35c8be21 -2021-03-19 15:52:08.181 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@35c8be21 -2021-03-19 15:52:08.182 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@35c8be21 -2021-03-19 15:52:08.184 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@6537ac -2021-03-19 15:52:08.185 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@6537ac -2021-03-19 15:52:08.185 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@6537ac -2021-03-19 15:52:08.186 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@46cf8c07 -2021-03-19 15:52:08.187 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@46cf8c07 -2021-03-19 15:52:08.189 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@b01cb8d -2021-03-19 15:52:08.189 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@b01cb8d -2021-03-19 15:52:08.191 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@179ee36b -2021-03-19 15:52:08.192 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@179ee36b -2021-03-19 15:52:08.193 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@3dc39459 -2021-03-19 15:52:08.194 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@383cdd4d -2021-03-19 15:52:08.198 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@25533bba -2021-03-19 15:52:08.198 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@25533bba -2021-03-19 15:52:08.200 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@446b64b3 -2021-03-19 15:52:08.200 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@446b64b3 -2021-03-19 15:52:08.203 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@6826b70f -2021-03-19 15:52:08.204 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@6826b70f -2021-03-19 15:52:08.207 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@1cee2e10 -2021-03-19 15:52:08.207 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@1cee2e10 -2021-03-19 15:52:08.210 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@c5e69a5 -2021-03-19 15:52:08.210 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@c5e69a5 -2021-03-19 15:52:08.214 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@7cc2c551 -2021-03-19 15:52:08.215 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@7cc2c551 -2021-03-19 15:52:08.217 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@30036a18 -2021-03-19 15:52:08.217 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@30036a18 -2021-03-19 15:52:08.220 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@773eca84 -2021-03-19 15:52:08.222 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@773eca84 -2021-03-19 15:52:08.226 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@550c973e -2021-03-19 15:52:08.226 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@550c973e -2021-03-19 15:52:08.232 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@2bdab835 -2021-03-19 15:52:08.232 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@2bdab835 -2021-03-19 15:52:08.236 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3cf55e0c -2021-03-19 15:52:08.236 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3cf55e0c -2021-03-19 15:52:08.239 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@47a3d56a -2021-03-19 15:52:08.239 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@47a3d56a -2021-03-19 15:52:08.239 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@47a3d56a -2021-03-19 15:52:08.241 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6d7b001b -2021-03-19 15:52:08.243 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7f426ddd -2021-03-19 15:52:08.247 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7f426ddd -2021-03-19 15:52:08.247 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7f426ddd -2021-03-19 15:52:08.249 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@38de5daf -2021-03-19 15:52:08.252 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@13ca16bf -2021-03-19 15:52:08.254 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@104a287c -2021-03-19 15:52:08.255 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@104a287c -2021-03-19 15:52:08.258 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@166b11e -2021-03-19 15:52:08.258 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@166b11e -2021-03-19 15:52:08.260 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@f017dd0 -2021-03-19 15:52:08.260 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@f017dd0 -2021-03-19 15:52:08.263 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@6735f210 -2021-03-19 15:52:08.264 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@6735f210 -2021-03-19 15:52:08.266 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@9281d19 -2021-03-19 15:52:08.267 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@9281d19 -2021-03-19 15:52:08.268 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@1ccc1026 -2021-03-19 15:52:08.272 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@541d4d9f -2021-03-19 15:52:08.273 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@541d4d9f -2021-03-19 15:52:08.273 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@541d4d9f -2021-03-19 15:52:08.275 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@4217bce6 -2021-03-19 15:52:08.276 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@4217bce6 -2021-03-19 15:52:08.276 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@4217bce6 -2021-03-19 15:52:08.282 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@2e45a357 -2021-03-19 15:52:08.283 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@6e807e2 -2021-03-19 15:52:08.285 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@19d53ab4 -2021-03-19 15:52:08.287 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@19d53ab4 -2021-03-19 15:52:08.287 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@19d53ab4 -2021-03-19 15:52:08.288 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@652e345 -2021-03-19 15:52:08.289 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@652e345 -2021-03-19 15:52:08.289 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@652e345 -2021-03-19 15:52:08.289 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6060146b -2021-03-19 15:52:08.291 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@7a55fb81 -2021-03-19 15:52:08.293 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@1cba0321 -2021-03-19 15:52:08.294 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1cba0321 -2021-03-19 15:52:08.294 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@762a10b6 -2021-03-19 15:52:08.299 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@5d1a859c -2021-03-19 15:52:08.299 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@5d1a859c -2021-03-19 15:52:08.301 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@13004dd8 -2021-03-19 15:52:08.302 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@13004dd8 -2021-03-19 15:52:08.303 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@e01a26b -2021-03-19 15:52:08.304 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@32da97fd -2021-03-19 15:52:08.309 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@f95d64d -2021-03-19 15:52:08.317 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@6a96d639 -2021-03-19 15:52:08.317 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@6a96d639 -2021-03-19 15:52:08.318 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@482a58c7 -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3e74fd84 -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@147efd9 -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@1e120628 -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@4e4894d -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1de5cc88 -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@23e2c1ca -2021-03-19 15:52:08.319 DEBUG 16844 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@2d4fb0d8 -2021-03-19 15:52:08.487 INFO 16844 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 15:52:08.677 DEBUG 16844 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2a7ebe07] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6e93b0e7] -2021-03-19 15:52:09.175 DEBUG 16844 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 15:52:09.178 DEBUG 16844 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 15:52:09.487 DEBUG 16844 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@2a7ebe07] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@5f3f57ff] -2021-03-19 15:52:10.403 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:13.777 INFO 24612 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 24612 (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-20 18:49:13.803 INFO 24612 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default +2021-03-20 18:49:15.981 INFO 24612 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-03-20 18:49:16.357 INFO 24612 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 358 ms. Found 15 JPA repository interfaces. +2021-03-20 18:49:17.889 INFO 24612 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2021-03-20 18:49:17.906 INFO 24612 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-03-20 18:49:17.907 INFO 24612 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] +2021-03-20 18:49:18.240 INFO 24612 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-03-20 18:49:18.240 INFO 24612 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4317 ms +2021-03-20 18:49:18.331 INFO 24612 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2021-03-20 18:49:18.556 INFO 24612 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2021-03-20 18:49:18.568 INFO 24612 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' +2021-03-20 18:49:18.919 INFO 24612 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-03-20 18:49:19.028 INFO 24612 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final +2021-03-20 18:49:19.342 INFO 24612 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} +2021-03-20 18:49:19.413 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@7345f97d +2021-03-20 18:49:19.414 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@7345f97d +2021-03-20 18:49:19.414 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@7345f97d +2021-03-20 18:49:19.416 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6b832551 +2021-03-20 18:49:19.417 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@2b44605c +2021-03-20 18:49:19.418 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@eaf8427 +2021-03-20 18:49:19.421 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7b5ac347 +2021-03-20 18:49:19.421 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@7b5ac347 +2021-03-20 18:49:19.421 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@7b5ac347 +2021-03-20 18:49:19.423 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@6b25ef1c +2021-03-20 18:49:19.424 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@6b25ef1c +2021-03-20 18:49:19.424 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@6b25ef1c +2021-03-20 18:49:19.426 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@423f8a73 +2021-03-20 18:49:19.426 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@423f8a73 +2021-03-20 18:49:19.427 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@423f8a73 +2021-03-20 18:49:19.432 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@5844a2d1 +2021-03-20 18:49:19.433 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@5844a2d1 +2021-03-20 18:49:19.434 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@5844a2d1 +2021-03-20 18:49:19.439 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2e2f20b8 +2021-03-20 18:49:19.439 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2e2f20b8 +2021-03-20 18:49:19.439 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2e2f20b8 +2021-03-20 18:49:19.445 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3d0d120b +2021-03-20 18:49:19.445 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3d0d120b +2021-03-20 18:49:19.445 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3d0d120b +2021-03-20 18:49:19.448 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@615b5480 +2021-03-20 18:49:19.449 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@615b5480 +2021-03-20 18:49:19.449 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@615b5480 +2021-03-20 18:49:19.452 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6bb4cc0e +2021-03-20 18:49:19.453 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6bb4cc0e +2021-03-20 18:49:19.456 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@375084c9 +2021-03-20 18:49:19.456 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@375084c9 +2021-03-20 18:49:19.458 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@4e67cfe1 +2021-03-20 18:49:19.458 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@4e67cfe1 +2021-03-20 18:49:19.459 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@67763ebe +2021-03-20 18:49:19.461 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@6b16de91 +2021-03-20 18:49:19.464 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@685d7ba5 +2021-03-20 18:49:19.465 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@685d7ba5 +2021-03-20 18:49:19.467 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@76d0ecd7 +2021-03-20 18:49:19.468 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@76d0ecd7 +2021-03-20 18:49:19.471 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@5dcf0772 +2021-03-20 18:49:19.471 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@5dcf0772 +2021-03-20 18:49:19.474 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5e67a490 +2021-03-20 18:49:19.475 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5e67a490 +2021-03-20 18:49:19.477 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@5d66ae3a +2021-03-20 18:49:19.478 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@5d66ae3a +2021-03-20 18:49:19.481 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@6682e6a5 +2021-03-20 18:49:19.481 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@6682e6a5 +2021-03-20 18:49:19.486 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@37c1cfa +2021-03-20 18:49:19.486 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@37c1cfa +2021-03-20 18:49:19.502 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@28b458e6 +2021-03-20 18:49:19.503 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@28b458e6 +2021-03-20 18:49:19.506 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@51424203 +2021-03-20 18:49:19.506 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@51424203 +2021-03-20 18:49:19.510 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@60b616c8 +2021-03-20 18:49:19.510 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@60b616c8 +2021-03-20 18:49:19.517 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@1815577b +2021-03-20 18:49:19.517 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@1815577b +2021-03-20 18:49:19.520 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@3afca2c +2021-03-20 18:49:19.520 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@3afca2c +2021-03-20 18:49:19.520 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@3afca2c +2021-03-20 18:49:19.523 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@3a209918 +2021-03-20 18:49:19.526 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@d6b532f +2021-03-20 18:49:19.526 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@d6b532f +2021-03-20 18:49:19.527 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@d6b532f +2021-03-20 18:49:19.530 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@733534f9 +2021-03-20 18:49:19.533 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@61853c7e +2021-03-20 18:49:19.535 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@59d5a6fd +2021-03-20 18:49:19.536 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@59d5a6fd +2021-03-20 18:49:19.538 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@1e734eee +2021-03-20 18:49:19.539 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1e734eee +2021-03-20 18:49:19.540 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@3bc20984 +2021-03-20 18:49:19.541 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3bc20984 +2021-03-20 18:49:19.542 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@6bd92538 +2021-03-20 18:49:19.542 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@6bd92538 +2021-03-20 18:49:19.544 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@173511ff +2021-03-20 18:49:19.546 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@173511ff +2021-03-20 18:49:19.549 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@36ad5f2a +2021-03-20 18:49:19.552 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@722787b5 +2021-03-20 18:49:19.553 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@722787b5 +2021-03-20 18:49:19.553 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@722787b5 +2021-03-20 18:49:19.555 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@2ccc9681 +2021-03-20 18:49:19.556 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@2ccc9681 +2021-03-20 18:49:19.556 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@2ccc9681 +2021-03-20 18:49:19.559 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@1b31af02 +2021-03-20 18:49:19.560 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@389a5022 +2021-03-20 18:49:19.564 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@41a16eb3 +2021-03-20 18:49:19.564 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@41a16eb3 +2021-03-20 18:49:19.565 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@41a16eb3 +2021-03-20 18:49:19.567 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@684372d0 +2021-03-20 18:49:19.568 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@684372d0 +2021-03-20 18:49:19.568 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@684372d0 +2021-03-20 18:49:19.569 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@7574d4ad +2021-03-20 18:49:19.572 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@33627576 +2021-03-20 18:49:19.575 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@7272ee51 +2021-03-20 18:49:19.575 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@7272ee51 +2021-03-20 18:49:19.576 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@795f6681 +2021-03-20 18:49:19.579 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@240a2619 +2021-03-20 18:49:19.580 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@240a2619 +2021-03-20 18:49:19.584 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@1689527c +2021-03-20 18:49:19.585 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@1689527c +2021-03-20 18:49:19.586 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@4fc6e776 +2021-03-20 18:49:19.588 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7604198a +2021-03-20 18:49:19.592 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@69bc9584 +2021-03-20 18:49:19.602 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@c0c8f96 +2021-03-20 18:49:19.603 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@c0c8f96 +2021-03-20 18:49:19.604 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@28e94c2 +2021-03-20 18:49:19.605 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3d40498a +2021-03-20 18:49:19.605 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@14d1737a +2021-03-20 18:49:19.605 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@482a58c7 +2021-03-20 18:49:19.605 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3e74fd84 +2021-03-20 18:49:19.605 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@147efd9 +2021-03-20 18:49:19.606 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1e120628 +2021-03-20 18:49:19.606 DEBUG 24612 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@4e4894d +2021-03-20 18:49:19.763 INFO 24612 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect +2021-03-20 18:49:19.944 DEBUG 24612 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@e795a1d] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@38c10190] +2021-03-20 18:49:20.370 DEBUG 24612 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType +2021-03-20 18:49:20.372 DEBUG 24612 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus +2021-03-20 18:49:20.670 DEBUG 24612 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@e795a1d] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@3c7d8a4] +2021-03-20 18:49:21.563 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board CASCADE -2021-03-19 15:52:10.408 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_bookmark CASCADE -2021-03-19 15:52:10.408 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_comment CASCADE -2021-03-19 15:52:10.408 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_hits CASCADE -2021-03-19 15:52:10.409 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.569 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_like CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.569 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_report CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_scrap CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists board_type CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists logs CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists notice CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists notice_like CASCADE -2021-03-19 15:52:10.410 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists user CASCADE -2021-03-19 15:52:10.413 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists user_interest CASCADE -2021-03-19 15:52:10.413 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists user_login_history CASCADE -2021-03-19 15:52:10.413 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL : drop table if exists user_point CASCADE -2021-03-19 15:52:10.419 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.576 DEBUG 24612 --- [main] org.hibernate.SQL : create table board ( id bigint generated by default as identity, @@ -190,7 +190,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.438 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.598 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_bookmark ( id bigint generated by default as identity, @@ -202,7 +202,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.439 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.601 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_comment ( id bigint generated by default as identity, @@ -212,7 +212,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.440 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.602 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_hits ( id bigint generated by default as identity, @@ -221,7 +221,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.441 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.604 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_like ( id bigint generated by default as identity, @@ -230,7 +230,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.442 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.606 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_report ( id bigint generated by default as identity, @@ -246,7 +246,7 @@ user_name varchar(255), primary key (id) ) -2021-03-19 15:52:10.444 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.608 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_scrap ( id bigint generated by default as identity, @@ -260,7 +260,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.449 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.610 DEBUG 24612 --- [main] org.hibernate.SQL : create table board_type ( id bigint generated by default as identity, @@ -270,7 +270,7 @@ using_yn boolean not null, primary key (id) ) -2021-03-19 15:52:10.450 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.612 DEBUG 24612 --- [main] org.hibernate.SQL : create table logs ( id bigint generated by default as identity, @@ -278,7 +278,7 @@ text clob, primary key (id) ) -2021-03-19 15:52:10.451 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.614 DEBUG 24612 --- [main] org.hibernate.SQL : create table notice ( id bigint generated by default as identity, @@ -293,7 +293,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.452 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.616 DEBUG 24612 --- [main] org.hibernate.SQL : create table notice_like ( id bigint generated by default as identity, @@ -301,7 +301,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.455 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.618 DEBUG 24612 --- [main] org.hibernate.SQL : create table user ( id bigint generated by default as identity, @@ -315,7 +315,7 @@ user_name varchar(255) not null, primary key (id) ) -2021-03-19 15:52:10.458 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.622 DEBUG 24612 --- [main] org.hibernate.SQL : create table user_interest ( id bigint generated by default as identity, @@ -324,7 +324,7 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.459 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.624 DEBUG 24612 --- [main] org.hibernate.SQL : create table user_login_history ( id bigint generated by default as identity, @@ -335,7 +335,7 @@ user_name varchar(255), primary key (id) ) -2021-03-19 15:52:10.461 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.626 DEBUG 24612 --- [main] org.hibernate.SQL : create table user_point ( id bigint generated by default as identity, @@ -345,306 +345,306 @@ user_id bigint, primary key (id) ) -2021-03-19 15:52:10.463 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.630 DEBUG 24612 --- [main] org.hibernate.SQL : alter table user add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 15:52:10.468 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.637 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board add constraint FK59iw5qt320s9l10vbxey9as5p foreign key (board_type_id) references board_type -2021-03-19 15:52:10.481 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.655 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board add constraint FKfyf1fchnby6hndhlfaidier1r foreign key (user_id) references user -2021-03-19 15:52:10.483 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.657 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_bookmark add constraint FK_BOARD_BOOKMARK_USER_ID foreign key (user_id) references user -2021-03-19 15:52:10.485 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.659 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_BOARD_ID foreign key (board_id) references board -2021-03-19 15:52:10.487 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.661 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_USER_ID foreign key (user_id) references user -2021-03-19 15:52:10.489 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.665 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_hits add constraint FK8ptvjkodqmonm762uo9v8ocha foreign key (board_id) references board -2021-03-19 15:52:10.491 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.667 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_hits add constraint FKjkkt5o4uyvoo26g31v71pww4w foreign key (user_id) references user -2021-03-19 15:52:10.492 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.669 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_like add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq foreign key (board_id) references board -2021-03-19 15:52:10.494 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.673 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_like add constraint FKpf406vodal6lejcg4fkwcjr2o foreign key (user_id) references user -2021-03-19 15:52:10.497 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.675 DEBUG 24612 --- [main] org.hibernate.SQL : alter table board_scrap add constraint FK_BOARD_SCRAP_USER_ID foreign key (user_id) references user -2021-03-19 15:52:10.500 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.677 DEBUG 24612 --- [main] org.hibernate.SQL : alter table notice add constraint FKcvf4mh5se36inrxn7xlh2brfv foreign key (user_id) references user -2021-03-19 15:52:10.503 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.683 DEBUG 24612 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKm2krt4h5dcpydbb4tlvxyr27 foreign key (notice_id) references notice -2021-03-19 15:52:10.505 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.686 DEBUG 24612 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKnplmervi6gx6dqj4vpnq7jn6g foreign key (user_id) references user -2021-03-19 15:52:10.507 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.689 DEBUG 24612 --- [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-19 15:52:10.509 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.691 DEBUG 24612 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_USER_ID foreign key (user_id) references user -2021-03-19 15:52:10.511 DEBUG 16844 --- [main] org.hibernate.SQL : +2021-03-20 18:49:21.693 DEBUG 24612 --- [main] org.hibernate.SQL : alter table user_point add constraint FK_USER_POINT_USER_ID foreign key (user_id) references user -2021-03-19 15:52:10.520 INFO 16844 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 15:52:10.535 TRACE 16844 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5f3f57ff] for TypeConfiguration -2021-03-19 15:52:10.539 INFO 16844 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 15:52:12.516 WARN 16844 --- [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-19 15:52:13.005 INFO 16844 --- [main] .s.s.UserDetailsServiceAutoConfiguration : +2021-03-20 18:49:21.702 INFO 24612 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-03-20 18:49:21.717 TRACE 24612 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@3c7d8a4] for TypeConfiguration +2021-03-20 18:49:21.722 INFO 24612 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-03-20 18:49:23.583 WARN 24612 --- [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-20 18:49:23.987 INFO 24612 --- [main] .s.s.UserDetailsServiceAutoConfiguration : -Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d +Using generated security password: 6c7e06c9-7153-4abe-b5ce-643795d07e99 -2021-03-19 15:52:13.176 INFO 16844 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@14b4b25e, org.springframework.security.web.context.SecurityContextPersistenceFilter@4d359c69, org.springframework.security.web.header.HeaderWriterFilter@7d6a9d5e, org.springframework.security.web.authentication.logout.LogoutFilter@2e2c9e24, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@71dfca65, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@565030b7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4babe06f, org.springframework.security.web.session.SessionManagementFilter@260fffec, org.springframework.security.web.access.ExceptionTranslationFilter@981d9d2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@9d7a853] -2021-03-19 15:52:13.538 INFO 16844 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 15:52:14.133 INFO 16844 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 15:52:14.150 INFO 16844 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 12.989 seconds (JVM running for 15.702) -2021-03-19 15:52:22.450 INFO 16844 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-19 15:52:22.451 INFO 16844 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-19 15:52:22.453 INFO 16844 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-19 15:52:22.512 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 15:52:22.513 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 15:52:22.513 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 15:52:23.158 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 15:52:23.158 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 15:52:23.158 INFO 16844 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:08:04.716 INFO 17220 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 17220 (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-19 16:08:04.720 INFO 17220 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 16:08:06.254 INFO 17220 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 16:08:06.539 INFO 17220 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 269 ms. Found 15 JPA repository interfaces. -2021-03-19 16:08:07.595 INFO 17220 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 16:08:07.611 INFO 17220 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 16:08:07.611 INFO 17220 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 16:08:07.844 INFO 17220 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 16:08:07.846 INFO 17220 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3048 ms -2021-03-19 16:08:07.920 INFO 17220 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 16:08:08.125 INFO 17220 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 16:08:08.132 INFO 17220 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 16:08:08.382 INFO 17220 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 16:08:08.470 INFO 17220 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 16:08:08.712 INFO 17220 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 16:08:08.759 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-19 16:08:08.761 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-19 16:08:08.761 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@29170a47 -2021-03-19 16:08:08.761 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@23b1aa9 -2021-03-19 16:08:08.762 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@7c4b5ceb -2021-03-19 16:08:08.763 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@712cd5d3 -2021-03-19 16:08:08.765 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6eda012b -2021-03-19 16:08:08.765 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6eda012b -2021-03-19 16:08:08.765 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6eda012b -2021-03-19 16:08:08.766 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@7661e474 -2021-03-19 16:08:08.766 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@7661e474 -2021-03-19 16:08:08.766 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@7661e474 -2021-03-19 16:08:08.767 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7772d266 -2021-03-19 16:08:08.767 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7772d266 -2021-03-19 16:08:08.767 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7772d266 -2021-03-19 16:08:08.769 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-19 16:08:08.769 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-19 16:08:08.769 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@6cdbe5ec -2021-03-19 16:08:08.770 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@150d6eaf -2021-03-19 16:08:08.770 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@150d6eaf -2021-03-19 16:08:08.770 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@150d6eaf -2021-03-19 16:08:08.772 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@eaf8427 -2021-03-19 16:08:08.772 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@eaf8427 -2021-03-19 16:08:08.772 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@eaf8427 -2021-03-19 16:08:08.774 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@17176b18 -2021-03-19 16:08:08.774 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@17176b18 -2021-03-19 16:08:08.774 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@17176b18 -2021-03-19 16:08:08.776 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6c9a3661 -2021-03-19 16:08:08.776 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6c9a3661 -2021-03-19 16:08:08.777 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3f0ce0d1 -2021-03-19 16:08:08.778 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3f0ce0d1 -2021-03-19 16:08:08.779 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@350ff014 -2021-03-19 16:08:08.779 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@350ff014 -2021-03-19 16:08:08.781 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1201769d -2021-03-19 16:08:08.791 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@22048bd6 -2021-03-19 16:08:08.793 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@43c39321 -2021-03-19 16:08:08.793 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@43c39321 -2021-03-19 16:08:08.795 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@6bcdd6e4 -2021-03-19 16:08:08.795 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@6bcdd6e4 -2021-03-19 16:08:08.796 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@ddffa6c -2021-03-19 16:08:08.796 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@ddffa6c -2021-03-19 16:08:08.798 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@5abf6a99 -2021-03-19 16:08:08.799 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@5abf6a99 -2021-03-19 16:08:08.800 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7a814310 -2021-03-19 16:08:08.800 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7a814310 -2021-03-19 16:08:08.802 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@4b4a2fa8 -2021-03-19 16:08:08.802 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@4b4a2fa8 -2021-03-19 16:08:08.803 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@65036e8d -2021-03-19 16:08:08.804 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@65036e8d -2021-03-19 16:08:08.805 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@26d0ece6 -2021-03-19 16:08:08.806 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@26d0ece6 -2021-03-19 16:08:08.811 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@781dac73 -2021-03-19 16:08:08.811 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@781dac73 -2021-03-19 16:08:08.813 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@64a1116a -2021-03-19 16:08:08.814 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@64a1116a -2021-03-19 16:08:08.815 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@37c1cfa -2021-03-19 16:08:08.816 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@37c1cfa -2021-03-19 16:08:08.817 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@773eca84 -2021-03-19 16:08:08.818 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@773eca84 -2021-03-19 16:08:08.818 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@773eca84 -2021-03-19 16:08:08.819 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@401788d5 -2021-03-19 16:08:08.822 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@701c223a -2021-03-19 16:08:08.822 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@701c223a -2021-03-19 16:08:08.822 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@701c223a -2021-03-19 16:08:08.825 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@44dd0d38 -2021-03-19 16:08:08.827 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2bdab835 -2021-03-19 16:08:08.828 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@1815577b -2021-03-19 16:08:08.829 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@1815577b -2021-03-19 16:08:08.830 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@1f949ab9 -2021-03-19 16:08:08.830 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1f949ab9 -2021-03-19 16:08:08.831 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@3a209918 -2021-03-19 16:08:08.832 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@3a209918 -2021-03-19 16:08:08.833 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@587f4f63 -2021-03-19 16:08:08.833 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@587f4f63 -2021-03-19 16:08:08.834 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@28e7bb31 -2021-03-19 16:08:08.835 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@28e7bb31 -2021-03-19 16:08:08.835 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@661e279d -2021-03-19 16:08:08.837 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@5be4be74 -2021-03-19 16:08:08.837 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@5be4be74 -2021-03-19 16:08:08.837 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@5be4be74 -2021-03-19 16:08:08.840 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-19 16:08:08.841 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-19 16:08:08.841 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@64dc86c6 -2021-03-19 16:08:08.844 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@5e68be2 -2021-03-19 16:08:08.845 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@aca3c85 -2021-03-19 16:08:08.846 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@69a373fd -2021-03-19 16:08:08.846 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@69a373fd -2021-03-19 16:08:08.846 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@69a373fd -2021-03-19 16:08:08.847 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-19 16:08:08.847 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-19 16:08:08.847 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6df11e91 -2021-03-19 16:08:08.848 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@53cddaf8 -2021-03-19 16:08:08.848 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@7de35070 -2021-03-19 16:08:08.850 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@48dff674 -2021-03-19 16:08:08.850 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@48dff674 -2021-03-19 16:08:08.850 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4a9b3956 -2021-03-19 16:08:08.852 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@bb8ead8 -2021-03-19 16:08:08.852 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@bb8ead8 -2021-03-19 16:08:08.853 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@53cb0bcb -2021-03-19 16:08:08.854 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@53cb0bcb -2021-03-19 16:08:08.854 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@63dda940 -2021-03-19 16:08:08.855 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7bede4ea -2021-03-19 16:08:08.860 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@2dcd0e41 -2021-03-19 16:08:08.864 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4e3283f6 -2021-03-19 16:08:08.865 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4e3283f6 -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@72224107 -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@394fb736 -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@3070f3e6 -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3271ec2a -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@52bba91a -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@1689527c -2021-03-19 16:08:08.866 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@21516c88 -2021-03-19 16:08:08.867 DEBUG 17220 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1c7cd434 -2021-03-19 16:08:08.981 INFO 17220 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 16:08:09.145 DEBUG 17220 --- [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-19 16:08:09.454 DEBUG 17220 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 16:08:09.455 DEBUG 17220 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 16:08:09.703 DEBUG 17220 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3df77dfa] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@4a105556] -2021-03-19 16:08:10.516 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:49:24.153 INFO 24612 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5687ade6, org.springframework.security.web.context.SecurityContextPersistenceFilter@5a08d301, org.springframework.security.web.header.HeaderWriterFilter@6bfc5296, org.springframework.security.web.authentication.logout.LogoutFilter@27422187, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5b3c2a9f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16279a5d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7621c3f7, org.springframework.security.web.session.SessionManagementFilter@75d9b73c, org.springframework.security.web.access.ExceptionTranslationFilter@6c6c93f8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32675dd4] +2021-03-20 18:49:24.526 INFO 24612 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2021-03-20 18:49:25.132 INFO 24612 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2021-03-20 18:49:25.154 INFO 24612 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 12.512 seconds (JVM running for 15.555) +2021-03-20 18:49:40.577 INFO 24612 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-03-20 18:49:40.579 INFO 24612 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-03-20 18:49:40.580 INFO 24612 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms +2021-03-20 18:49:40.646 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:49:40.647 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! +2021-03-20 18:49:40.647 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:49:41.049 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:49:41.049 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! +2021-03-20 18:49:41.049 INFO 24612 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:51:30.267 INFO 17952 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 17952 (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-20 18:51:30.271 INFO 17952 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default +2021-03-20 18:51:31.415 INFO 17952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2021-03-20 18:51:31.634 INFO 17952 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 211 ms. Found 15 JPA repository interfaces. +2021-03-20 18:51:32.423 INFO 17952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2021-03-20 18:51:32.434 INFO 17952 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-03-20 18:51:32.434 INFO 17952 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] +2021-03-20 18:51:32.615 INFO 17952 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-03-20 18:51:32.615 INFO 17952 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2269 ms +2021-03-20 18:51:32.681 INFO 17952 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2021-03-20 18:51:32.805 INFO 17952 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2021-03-20 18:51:32.813 INFO 17952 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' +2021-03-20 18:51:32.999 INFO 17952 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-03-20 18:51:33.048 INFO 17952 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final +2021-03-20 18:51:33.177 INFO 17952 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} +2021-03-20 18:51:33.218 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3af236d0 +2021-03-20 18:51:33.218 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3af236d0 +2021-03-20 18:51:33.218 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3af236d0 +2021-03-20 18:51:33.218 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6bf570c +2021-03-20 18:51:33.219 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@5db0003d +2021-03-20 18:51:33.219 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@7de147e9 +2021-03-20 18:51:33.221 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@54489296 +2021-03-20 18:51:33.221 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@54489296 +2021-03-20 18:51:33.221 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@54489296 +2021-03-20 18:51:33.222 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@712cd5d3 +2021-03-20 18:51:33.222 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@712cd5d3 +2021-03-20 18:51:33.222 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@712cd5d3 +2021-03-20 18:51:33.223 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c8f4bc7 +2021-03-20 18:51:33.223 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c8f4bc7 +2021-03-20 18:51:33.224 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@6c8f4bc7 +2021-03-20 18:51:33.225 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@2fdf22f7 +2021-03-20 18:51:33.225 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@2fdf22f7 +2021-03-20 18:51:33.225 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2fdf22f7 +2021-03-20 18:51:33.226 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2edb2f8b +2021-03-20 18:51:33.226 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2edb2f8b +2021-03-20 18:51:33.226 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2edb2f8b +2021-03-20 18:51:33.228 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3e38c472 +2021-03-20 18:51:33.229 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3e38c472 +2021-03-20 18:51:33.230 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3e38c472 +2021-03-20 18:51:33.233 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@66020d69 +2021-03-20 18:51:33.234 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@66020d69 +2021-03-20 18:51:33.234 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@66020d69 +2021-03-20 18:51:33.234 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@55421b8d +2021-03-20 18:51:33.234 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@55421b8d +2021-03-20 18:51:33.235 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@13e00016 +2021-03-20 18:51:33.235 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@13e00016 +2021-03-20 18:51:33.236 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@57b9389f +2021-03-20 18:51:33.236 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@57b9389f +2021-03-20 18:51:33.237 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@727986ad +2021-03-20 18:51:33.237 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@68c34db2 +2021-03-20 18:51:33.238 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@113dcaf8 +2021-03-20 18:51:33.238 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@113dcaf8 +2021-03-20 18:51:33.239 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@4af7dd6a +2021-03-20 18:51:33.239 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4af7dd6a +2021-03-20 18:51:33.240 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@5618fc1f +2021-03-20 18:51:33.240 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@5618fc1f +2021-03-20 18:51:33.241 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@34d9df9f +2021-03-20 18:51:33.241 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@34d9df9f +2021-03-20 18:51:33.242 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7b91d9f +2021-03-20 18:51:33.242 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7b91d9f +2021-03-20 18:51:33.243 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2e3f324e +2021-03-20 18:51:33.243 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2e3f324e +2021-03-20 18:51:33.244 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2a136383 +2021-03-20 18:51:33.244 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2a136383 +2021-03-20 18:51:33.248 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@25567581 +2021-03-20 18:51:33.248 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@25567581 +2021-03-20 18:51:33.250 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3b6c2be6 +2021-03-20 18:51:33.250 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3b6c2be6 +2021-03-20 18:51:33.251 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@c472300 +2021-03-20 18:51:33.251 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@c472300 +2021-03-20 18:51:33.253 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@7f4e5a39 +2021-03-20 18:51:33.253 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@7f4e5a39 +2021-03-20 18:51:33.255 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6682e6a5 +2021-03-20 18:51:33.255 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6682e6a5 +2021-03-20 18:51:33.255 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6682e6a5 +2021-03-20 18:51:33.257 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@d84b3a2 +2021-03-20 18:51:33.258 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@28b458e6 +2021-03-20 18:51:33.258 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@28b458e6 +2021-03-20 18:51:33.259 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@28b458e6 +2021-03-20 18:51:33.259 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@401788d5 +2021-03-20 18:51:33.260 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2b01c689 +2021-03-20 18:51:33.263 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@439f2d87 +2021-03-20 18:51:33.263 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@439f2d87 +2021-03-20 18:51:33.264 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@60b616c8 +2021-03-20 18:51:33.264 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@60b616c8 +2021-03-20 18:51:33.265 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4f64d9cb +2021-03-20 18:51:33.266 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4f64d9cb +2021-03-20 18:51:33.266 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@ee96866 +2021-03-20 18:51:33.266 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@ee96866 +2021-03-20 18:51:33.267 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3855d9b2 +2021-03-20 18:51:33.267 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3855d9b2 +2021-03-20 18:51:33.268 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@2cae5fa7 +2021-03-20 18:51:33.269 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@2f4d01b6 +2021-03-20 18:51:33.269 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@2f4d01b6 +2021-03-20 18:51:33.269 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@2f4d01b6 +2021-03-20 18:51:33.270 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@661e279d +2021-03-20 18:51:33.270 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@661e279d +2021-03-20 18:51:33.270 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@661e279d +2021-03-20 18:51:33.271 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@32e5af53 +2021-03-20 18:51:33.271 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@44641d6c +2021-03-20 18:51:33.272 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@26874f2c +2021-03-20 18:51:33.272 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@26874f2c +2021-03-20 18:51:33.272 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@26874f2c +2021-03-20 18:51:33.273 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5323999f +2021-03-20 18:51:33.273 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5323999f +2021-03-20 18:51:33.273 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5323999f +2021-03-20 18:51:33.273 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@45eab322 +2021-03-20 18:51:33.273 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@6fb22ae3 +2021-03-20 18:51:33.274 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@1002d192 +2021-03-20 18:51:33.275 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1002d192 +2021-03-20 18:51:33.275 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@55c50f52 +2021-03-20 18:51:33.276 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@8b41ad +2021-03-20 18:51:33.277 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@8b41ad +2021-03-20 18:51:33.281 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@77fc19cf +2021-03-20 18:51:33.281 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@77fc19cf +2021-03-20 18:51:33.282 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@3c16528d +2021-03-20 18:51:33.282 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@5b44318 +2021-03-20 18:51:33.284 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@684372d0 +2021-03-20 18:51:33.286 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@5c53c235 +2021-03-20 18:51:33.287 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@5c53c235 +2021-03-20 18:51:33.287 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@5940b14e +2021-03-20 18:51:33.287 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1cba0321 +2021-03-20 18:51:33.287 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@795f6681 +2021-03-20 18:51:33.287 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@66d3b881 +2021-03-20 18:51:33.288 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3a45afd4 +2021-03-20 18:51:33.288 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@762a10b6 +2021-03-20 18:51:33.288 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@74431b9c +2021-03-20 18:51:33.288 DEBUG 17952 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@f2fb225 +2021-03-20 18:51:33.351 INFO 17952 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect +2021-03-20 18:51:33.424 DEBUG 17952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3ed7dd70] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6f3b13d0] +2021-03-20 18:51:33.697 DEBUG 17952 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType +2021-03-20 18:51:33.699 DEBUG 17952 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus +2021-03-20 18:51:33.875 DEBUG 17952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3ed7dd70] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@391d28ea] +2021-03-20 18:51:34.431 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board CASCADE -2021-03-19 16:08:10.518 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.433 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_bookmark CASCADE -2021-03-19 16:08:10.519 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_comment CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_hits CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_like CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_report CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_scrap CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists board_type CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists logs CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists notice CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists notice_like CASCADE -2021-03-19 16:08:10.520 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists user CASCADE -2021-03-19 16:08:10.521 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists user_interest CASCADE -2021-03-19 16:08:10.521 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists user_login_history CASCADE -2021-03-19 16:08:10.521 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL : drop table if exists user_point CASCADE -2021-03-19 16:08:10.526 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.437 DEBUG 17952 --- [main] org.hibernate.SQL : create table board ( id bigint generated by default as identity, @@ -658,7 +658,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.545 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.451 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_bookmark ( id bigint generated by default as identity, @@ -670,7 +670,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.547 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.453 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_comment ( id bigint generated by default as identity, @@ -680,7 +680,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.548 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.454 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_hits ( id bigint generated by default as identity, @@ -689,7 +689,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.549 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.455 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_like ( id bigint generated by default as identity, @@ -698,7 +698,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.550 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.457 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_report ( id bigint generated by default as identity, @@ -714,7 +714,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_name varchar(255), primary key (id) ) -2021-03-19 16:08:10.552 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.458 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_scrap ( id bigint generated by default as identity, @@ -728,7 +728,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.553 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.459 DEBUG 17952 --- [main] org.hibernate.SQL : create table board_type ( id bigint generated by default as identity, @@ -738,7 +738,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d using_yn boolean not null, primary key (id) ) -2021-03-19 16:08:10.554 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.460 DEBUG 17952 --- [main] org.hibernate.SQL : create table logs ( id bigint generated by default as identity, @@ -746,7 +746,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d text clob, primary key (id) ) -2021-03-19 16:08:10.555 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.462 DEBUG 17952 --- [main] org.hibernate.SQL : create table notice ( id bigint generated by default as identity, @@ -761,7 +761,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.559 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.465 DEBUG 17952 --- [main] org.hibernate.SQL : create table notice_like ( id bigint generated by default as identity, @@ -769,7 +769,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.563 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.477 DEBUG 17952 --- [main] org.hibernate.SQL : create table user ( id bigint generated by default as identity, @@ -783,7 +783,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_name varchar(255) not null, primary key (id) ) -2021-03-19 16:08:10.566 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.482 DEBUG 17952 --- [main] org.hibernate.SQL : create table user_interest ( id bigint generated by default as identity, @@ -792,7 +792,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.568 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.484 DEBUG 17952 --- [main] org.hibernate.SQL : create table user_login_history ( id bigint generated by default as identity, @@ -803,7 +803,7 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_name varchar(255), primary key (id) ) -2021-03-19 16:08:10.569 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.484 DEBUG 17952 --- [main] org.hibernate.SQL : create table user_point ( id bigint generated by default as identity, @@ -813,2542 +813,124 @@ Using generated security password: 2cc4a244-767f-42e8-a70e-c041a7d3743d user_id bigint, primary key (id) ) -2021-03-19 16:08:10.570 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.486 DEBUG 17952 --- [main] org.hibernate.SQL : alter table user add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 16:08:10.576 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.489 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board add constraint FK59iw5qt320s9l10vbxey9as5p foreign key (board_type_id) references board_type -2021-03-19 16:08:10.589 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.500 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board add constraint FKfyf1fchnby6hndhlfaidier1r foreign key (user_id) references user -2021-03-19 16:08:10.594 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.503 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_bookmark add constraint FK_BOARD_BOOKMARK_USER_ID foreign key (user_id) references user -2021-03-19 16:08:10.596 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.505 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_BOARD_ID foreign key (board_id) references board -2021-03-19 16:08:10.598 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.507 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_comment add constraint FK_BOARD_COMMENT_USER_ID foreign key (user_id) references user -2021-03-19 16:08:10.600 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.509 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_hits add constraint FK8ptvjkodqmonm762uo9v8ocha foreign key (board_id) references board -2021-03-19 16:08:10.601 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.511 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_hits add constraint FKjkkt5o4uyvoo26g31v71pww4w foreign key (user_id) references user -2021-03-19 16:08:10.603 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.517 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_like add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq foreign key (board_id) references board -2021-03-19 16:08:10.606 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.518 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_like add constraint FKpf406vodal6lejcg4fkwcjr2o foreign key (user_id) references user -2021-03-19 16:08:10.610 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.519 DEBUG 17952 --- [main] org.hibernate.SQL : alter table board_scrap add constraint FK_BOARD_SCRAP_USER_ID foreign key (user_id) references user -2021-03-19 16:08:10.612 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.521 DEBUG 17952 --- [main] org.hibernate.SQL : alter table notice add constraint FKcvf4mh5se36inrxn7xlh2brfv foreign key (user_id) references user -2021-03-19 16:08:10.614 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.522 DEBUG 17952 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKm2krt4h5dcpydbb4tlvxyr27 foreign key (notice_id) references notice -2021-03-19 16:08:10.615 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.523 DEBUG 17952 --- [main] org.hibernate.SQL : alter table notice_like add constraint FKnplmervi6gx6dqj4vpnq7jn6g foreign key (user_id) references user -2021-03-19 16:08:10.617 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.524 DEBUG 17952 --- [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-19 16:08:10.619 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.525 DEBUG 17952 --- [main] org.hibernate.SQL : alter table user_interest add constraint FK_USER_INTEREST_USER_ID foreign key (user_id) references user -2021-03-19 16:08:10.621 DEBUG 17220 --- [main] org.hibernate.SQL : +2021-03-20 18:51:34.527 DEBUG 17952 --- [main] org.hibernate.SQL : alter table user_point add constraint FK_USER_POINT_USER_ID foreign key (user_id) references user -2021-03-19 16:08:10.629 INFO 17220 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 16:08:10.638 TRACE 17220 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@4a105556] for TypeConfiguration -2021-03-19 16:08:10.645 INFO 17220 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 16:08:12.205 WARN 17220 --- [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-19 16:08:12.629 INFO 17220 --- [main] .s.s.UserDetailsServiceAutoConfiguration : +2021-03-20 18:51:34.535 INFO 17952 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-03-20 18:51:34.547 TRACE 17952 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@391d28ea] for TypeConfiguration +2021-03-20 18:51:34.551 INFO 17952 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-03-20 18:51:36.115 WARN 17952 --- [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-20 18:51:36.591 INFO 17952 --- [main] .s.s.UserDetailsServiceAutoConfiguration : -Using generated security password: 24fddc66-ac1d-47f2-a143-866049349b87 +Using generated security password: 2be712c6-d75f-4f1b-be92-4ab1a1463b22 -2021-03-19 16:08:12.787 INFO 17220 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3497ecea, org.springframework.security.web.context.SecurityContextPersistenceFilter@39a03ccc, org.springframework.security.web.header.HeaderWriterFilter@66cb9a63, org.springframework.security.web.authentication.logout.LogoutFilter@1b08d26f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@89178b4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@74691677, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e487d57, org.springframework.security.web.session.SessionManagementFilter@129348e8, org.springframework.security.web.access.ExceptionTranslationFilter@73839f22, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@c7cbc2d] -2021-03-19 16:08:13.039 INFO 17220 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 16:08:13.453 INFO 17220 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 16:08:13.467 INFO 17220 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.63 seconds (JVM running for 12.15) -2021-03-19 16:08:18.989 INFO 17220 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-19 16:08:18.993 INFO 17220 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-19 16:08:18.995 INFO 17220 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-19 16:08:19.074 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:08:19.076 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 16:08:19.076 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:08:19.604 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:08:19.605 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 16:08:19.605 INFO 17220 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:12:03.247 INFO 9448 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 9448 (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-19 16:12:03.252 INFO 9448 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 16:12:04.959 INFO 9448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 16:12:05.233 INFO 9448 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 262 ms. Found 15 JPA repository interfaces. -2021-03-19 16:12:06.490 INFO 9448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 16:12:06.512 INFO 9448 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 16:12:06.513 INFO 9448 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 16:12:06.852 INFO 9448 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 16:12:06.853 INFO 9448 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3508 ms -2021-03-19 16:12:06.979 INFO 9448 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 16:12:07.234 INFO 9448 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 16:12:07.246 INFO 9448 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 16:12:07.589 INFO 9448 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 16:12:07.688 INFO 9448 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 16:12:07.976 INFO 9448 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 16:12:08.024 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@633ddc0c -2021-03-19 16:12:08.025 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@633ddc0c -2021-03-19 16:12:08.025 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@633ddc0c -2021-03-19 16:12:08.027 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@58c42c8c -2021-03-19 16:12:08.027 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@2dd0a0d0 -2021-03-19 16:12:08.028 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@214b342f -2021-03-19 16:12:08.030 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@29170a47 -2021-03-19 16:12:08.031 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@29170a47 -2021-03-19 16:12:08.031 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@29170a47 -2021-03-19 16:12:08.034 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@267ff4df -2021-03-19 16:12:08.034 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@267ff4df -2021-03-19 16:12:08.034 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@267ff4df -2021-03-19 16:12:08.036 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@1b17d8ab -2021-03-19 16:12:08.036 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@1b17d8ab -2021-03-19 16:12:08.036 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1b17d8ab -2021-03-19 16:12:08.039 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@28989415 -2021-03-19 16:12:08.040 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@28989415 -2021-03-19 16:12:08.041 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@28989415 -2021-03-19 16:12:08.043 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@7282af25 -2021-03-19 16:12:08.043 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@7282af25 -2021-03-19 16:12:08.043 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@7282af25 -2021-03-19 16:12:08.045 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@21dea711 -2021-03-19 16:12:08.045 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@21dea711 -2021-03-19 16:12:08.046 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@21dea711 -2021-03-19 16:12:08.048 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@759a678a -2021-03-19 16:12:08.049 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@759a678a -2021-03-19 16:12:08.050 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@759a678a -2021-03-19 16:12:08.053 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@6b832551 -2021-03-19 16:12:08.054 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@6b832551 -2021-03-19 16:12:08.056 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@6615237 -2021-03-19 16:12:08.057 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@6615237 -2021-03-19 16:12:08.059 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@177ede17 -2021-03-19 16:12:08.059 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@177ede17 -2021-03-19 16:12:08.060 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7b5ac347 -2021-03-19 16:12:08.061 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@6c9a3661 -2021-03-19 16:12:08.062 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@3f0ce0d1 -2021-03-19 16:12:08.062 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@3f0ce0d1 -2021-03-19 16:12:08.064 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@350ff014 -2021-03-19 16:12:08.064 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@350ff014 -2021-03-19 16:12:08.066 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@3b28b7b0 -2021-03-19 16:12:08.066 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@3b28b7b0 -2021-03-19 16:12:08.068 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@374c3975 -2021-03-19 16:12:08.068 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@374c3975 -2021-03-19 16:12:08.070 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@60807fd9 -2021-03-19 16:12:08.071 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@60807fd9 -2021-03-19 16:12:08.073 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@3b218c74 -2021-03-19 16:12:08.074 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@3b218c74 -2021-03-19 16:12:08.075 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@b56ec6c -2021-03-19 16:12:08.076 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@b56ec6c -2021-03-19 16:12:08.079 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@38c460e8 -2021-03-19 16:12:08.079 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@38c460e8 -2021-03-19 16:12:08.082 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@65036e8d -2021-03-19 16:12:08.082 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@65036e8d -2021-03-19 16:12:08.086 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@446b64b3 -2021-03-19 16:12:08.086 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@446b64b3 -2021-03-19 16:12:08.088 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@3a4e524 -2021-03-19 16:12:08.090 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3a4e524 -2021-03-19 16:12:08.093 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@10131289 -2021-03-19 16:12:08.093 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@10131289 -2021-03-19 16:12:08.093 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@10131289 -2021-03-19 16:12:08.095 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@19eea77c -2021-03-19 16:12:08.097 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@2cc75b25 -2021-03-19 16:12:08.097 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@2cc75b25 -2021-03-19 16:12:08.098 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@2cc75b25 -2021-03-19 16:12:08.099 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@119d4443 -2021-03-19 16:12:08.100 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@7e0f9528 -2021-03-19 16:12:08.102 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@7336fd8f -2021-03-19 16:12:08.102 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@7336fd8f -2021-03-19 16:12:08.103 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@852ef8d -2021-03-19 16:12:08.103 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@852ef8d -2021-03-19 16:12:08.105 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@147e0734 -2021-03-19 16:12:08.105 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@147e0734 -2021-03-19 16:12:08.107 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@270d5060 -2021-03-19 16:12:08.107 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@270d5060 -2021-03-19 16:12:08.108 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@987a0bb -2021-03-19 16:12:08.108 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@987a0bb -2021-03-19 16:12:08.109 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@3afca2c -2021-03-19 16:12:08.111 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@6d31f106 -2021-03-19 16:12:08.112 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@6d31f106 -2021-03-19 16:12:08.112 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@6d31f106 -2021-03-19 16:12:08.113 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@7f426ddd -2021-03-19 16:12:08.114 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@7f426ddd -2021-03-19 16:12:08.114 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@7f426ddd -2021-03-19 16:12:08.115 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@38de5daf -2021-03-19 16:12:08.116 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@61853c7e -2021-03-19 16:12:08.117 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@59d5a6fd -2021-03-19 16:12:08.118 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@59d5a6fd -2021-03-19 16:12:08.118 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@59d5a6fd -2021-03-19 16:12:08.119 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@1e734eee -2021-03-19 16:12:08.119 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@1e734eee -2021-03-19 16:12:08.119 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@1e734eee -2021-03-19 16:12:08.120 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5e68be2 -2021-03-19 16:12:08.121 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@aca3c85 -2021-03-19 16:12:08.124 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@4567fb2b -2021-03-19 16:12:08.125 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@4567fb2b -2021-03-19 16:12:08.126 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6df11e91 -2021-03-19 16:12:08.128 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@7c901203 -2021-03-19 16:12:08.128 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7c901203 -2021-03-19 16:12:08.130 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@2ccc9681 -2021-03-19 16:12:08.131 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@2ccc9681 -2021-03-19 16:12:08.131 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@aa752bb -2021-03-19 16:12:08.132 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@2bb31455 -2021-03-19 16:12:08.134 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@1b1252c8 -2021-03-19 16:12:08.142 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@7a55fb81 -2021-03-19 16:12:08.142 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7a55fb81 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@61911947 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@5c53c235 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@2dcd0e41 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@7272ee51 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1b409a79 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@5940b14e -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@1cba0321 -2021-03-19 16:12:08.143 DEBUG 9448 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@795f6681 -2021-03-19 16:12:08.264 INFO 9448 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 16:12:08.432 DEBUG 9448 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@63a84bb6] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@701d2b59] -2021-03-19 16:12:08.836 DEBUG 9448 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 16:12:08.839 DEBUG 9448 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 16:12:09.226 DEBUG 9448 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@63a84bb6] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@f49e81a] -2021-03-19 16:12:10.140 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-19 16:12:10.144 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-19 16:12:10.145 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-19 16:12:10.145 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-19 16:12:10.145 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-19 16:12:10.146 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-19 16:12:10.146 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-19 16:12:10.146 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-19 16:12:10.146 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-19 16:12:10.147 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-19 16:12:10.147 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-19 16:12:10.147 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-19 16:12:10.147 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-19 16:12:10.147 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-19 16:12:10.148 DEBUG 9448 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-19 16:12:10.152 DEBUG 9448 --- [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-19 16:12:10.176 DEBUG 9448 --- [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-19 16:12:10.177 DEBUG 9448 --- [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-19 16:12:10.179 DEBUG 9448 --- [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-19 16:12:10.180 DEBUG 9448 --- [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-19 16:12:10.182 DEBUG 9448 --- [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-19 16:12:10.184 DEBUG 9448 --- [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-19 16:12:10.185 DEBUG 9448 --- [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-19 16:12:10.187 DEBUG 9448 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-19 16:12:10.189 DEBUG 9448 --- [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-19 16:12:10.191 DEBUG 9448 --- [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-19 16:12:10.194 DEBUG 9448 --- [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-19 16:12:10.197 DEBUG 9448 --- [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-19 16:12:10.199 DEBUG 9448 --- [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-19 16:12:10.200 DEBUG 9448 --- [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-19 16:12:10.202 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 16:12:10.211 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-19 16:12:10.229 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-19 16:12:10.231 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-19 16:12:10.233 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-19 16:12:10.235 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:12:10.238 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-19 16:12:10.243 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-19 16:12:10.245 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-19 16:12:10.247 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-19 16:12:10.249 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-19 16:12:10.251 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-19 16:12:10.252 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-19 16:12:10.253 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-19 16:12:10.258 DEBUG 9448 --- [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-19 16:12:10.261 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-19 16:12:10.263 DEBUG 9448 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:12:10.270 INFO 9448 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 16:12:10.284 TRACE 9448 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@f49e81a] for TypeConfiguration -2021-03-19 16:12:10.290 INFO 9448 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 16:12:12.173 WARN 9448 --- [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-19 16:12:12.676 INFO 9448 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 7a44478f-f302-4e56-b2f0-5c30a233af06 - -2021-03-19 16:12:12.834 INFO 9448 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1fe37d27, org.springframework.security.web.context.SecurityContextPersistenceFilter@596d17f4, org.springframework.security.web.header.HeaderWriterFilter@7f9b851c, org.springframework.security.web.authentication.logout.LogoutFilter@64836643, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@18ab513d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@73839f22, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1718de70, org.springframework.security.web.session.SessionManagementFilter@5b6ec94a, org.springframework.security.web.access.ExceptionTranslationFilter@7a023e34, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d6dc2b8] -2021-03-19 16:12:13.081 INFO 9448 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 16:12:13.531 INFO 9448 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 16:12:13.546 INFO 9448 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.315 seconds (JVM running for 12.885) -2021-03-19 16:12:36.075 INFO 9448 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-19 16:12:36.077 INFO 9448 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-19 16:12:36.080 INFO 9448 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-19 16:12:36.164 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:12:36.165 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 16:12:36.165 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:12:36.646 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:12:36.647 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 16:12:36.647 INFO 9448 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 16:57:21.367 INFO 17584 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 17584 (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-19 16:57:21.375 INFO 17584 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 16:57:22.931 INFO 17584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 16:57:23.248 INFO 17584 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 303 ms. Found 15 JPA repository interfaces. -2021-03-19 16:57:24.427 INFO 17584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 16:57:24.446 INFO 17584 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 16:57:24.448 INFO 17584 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 16:57:24.705 INFO 17584 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 16:57:24.705 INFO 17584 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3239 ms -2021-03-19 16:57:24.785 INFO 17584 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 16:57:24.990 INFO 17584 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 16:57:24.999 INFO 17584 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 16:57:25.265 INFO 17584 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 16:57:25.358 INFO 17584 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 16:57:25.616 INFO 17584 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 16:57:25.665 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@a21c74 -2021-03-19 16:57:25.666 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@a21c74 -2021-03-19 16:57:25.666 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@a21c74 -2021-03-19 16:57:25.666 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@2ee92e7d -2021-03-19 16:57:25.667 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@7345f97d -2021-03-19 16:57:25.668 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@6b832551 -2021-03-19 16:57:25.670 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6d6039df -2021-03-19 16:57:25.670 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6d6039df -2021-03-19 16:57:25.670 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6d6039df -2021-03-19 16:57:25.671 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@1ab53860 -2021-03-19 16:57:25.671 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@1ab53860 -2021-03-19 16:57:25.672 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@1ab53860 -2021-03-19 16:57:25.673 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@1600a8a2 -2021-03-19 16:57:25.673 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@1600a8a2 -2021-03-19 16:57:25.673 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@1600a8a2 -2021-03-19 16:57:25.676 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@1491cd6c -2021-03-19 16:57:25.677 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@1491cd6c -2021-03-19 16:57:25.678 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@1491cd6c -2021-03-19 16:57:25.679 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@3f866f50 -2021-03-19 16:57:25.680 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@3f866f50 -2021-03-19 16:57:25.680 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@3f866f50 -2021-03-19 16:57:25.681 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@566c1e71 -2021-03-19 16:57:25.682 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@566c1e71 -2021-03-19 16:57:25.682 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@566c1e71 -2021-03-19 16:57:25.683 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@52aa7742 -2021-03-19 16:57:25.684 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@52aa7742 -2021-03-19 16:57:25.684 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@52aa7742 -2021-03-19 16:57:25.685 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@1192c925 -2021-03-19 16:57:25.685 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@1192c925 -2021-03-19 16:57:25.686 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@42c54bad -2021-03-19 16:57:25.686 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@42c54bad -2021-03-19 16:57:25.688 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@dc59ec2 -2021-03-19 16:57:25.688 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@dc59ec2 -2021-03-19 16:57:25.689 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@b01cb8d -2021-03-19 16:57:25.689 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@4e67cfe1 -2021-03-19 16:57:25.691 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@3dc39459 -2021-03-19 16:57:25.691 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@3dc39459 -2021-03-19 16:57:25.693 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@36551e97 -2021-03-19 16:57:25.693 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@36551e97 -2021-03-19 16:57:25.694 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@4ae280da -2021-03-19 16:57:25.694 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@4ae280da -2021-03-19 16:57:25.696 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@421ead7e -2021-03-19 16:57:25.696 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@421ead7e -2021-03-19 16:57:25.697 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@3a4e524 -2021-03-19 16:57:25.697 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@3a4e524 -2021-03-19 16:57:25.698 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@30159886 -2021-03-19 16:57:25.699 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@30159886 -2021-03-19 16:57:25.700 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@19eea77c -2021-03-19 16:57:25.701 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@19eea77c -2021-03-19 16:57:25.704 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@69feb4d9 -2021-03-19 16:57:25.705 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@69feb4d9 -2021-03-19 16:57:25.708 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@401788d5 -2021-03-19 16:57:25.708 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@401788d5 -2021-03-19 16:57:25.713 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@5203c80f -2021-03-19 16:57:25.713 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@5203c80f -2021-03-19 16:57:25.715 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@147e0734 -2021-03-19 16:57:25.715 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@147e0734 -2021-03-19 16:57:25.716 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@71369e1a -2021-03-19 16:57:25.716 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@71369e1a -2021-03-19 16:57:25.716 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@71369e1a -2021-03-19 16:57:25.718 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@987a0bb -2021-03-19 16:57:25.719 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@34aa8b61 -2021-03-19 16:57:25.719 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@34aa8b61 -2021-03-19 16:57:25.719 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@34aa8b61 -2021-03-19 16:57:25.720 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6fb0261e -2021-03-19 16:57:25.721 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@1f758e4f -2021-03-19 16:57:25.722 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@2bfc2f8b -2021-03-19 16:57:25.722 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@2bfc2f8b -2021-03-19 16:57:25.723 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@1ae924f1 -2021-03-19 16:57:25.723 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@1ae924f1 -2021-03-19 16:57:25.725 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@5f3b84bd -2021-03-19 16:57:25.725 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@5f3b84bd -2021-03-19 16:57:25.727 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@f18b738 -2021-03-19 16:57:25.727 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@f18b738 -2021-03-19 16:57:25.728 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@6fb22ae3 -2021-03-19 16:57:25.728 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@6fb22ae3 -2021-03-19 16:57:25.729 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@6735f210 -2021-03-19 16:57:25.731 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@55c50f52 -2021-03-19 16:57:25.731 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@55c50f52 -2021-03-19 16:57:25.731 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@55c50f52 -2021-03-19 16:57:25.732 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@79f5a6ed -2021-03-19 16:57:25.732 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@79f5a6ed -2021-03-19 16:57:25.732 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@79f5a6ed -2021-03-19 16:57:25.734 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@120350eb -2021-03-19 16:57:25.735 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@4217bce6 -2021-03-19 16:57:25.736 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@2e45a357 -2021-03-19 16:57:25.736 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@2e45a357 -2021-03-19 16:57:25.736 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@2e45a357 -2021-03-19 16:57:25.737 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@730bea0 -2021-03-19 16:57:25.738 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@730bea0 -2021-03-19 16:57:25.738 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@730bea0 -2021-03-19 16:57:25.738 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@19d53ab4 -2021-03-19 16:57:25.739 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@684372d0 -2021-03-19 16:57:25.743 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@1af677f8 -2021-03-19 16:57:25.744 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1af677f8 -2021-03-19 16:57:25.744 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@34cd65ac -2021-03-19 16:57:25.746 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@3a45afd4 -2021-03-19 16:57:25.746 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@3a45afd4 -2021-03-19 16:57:25.748 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@539316bb -2021-03-19 16:57:25.748 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@539316bb -2021-03-19 16:57:25.748 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@394fb736 -2021-03-19 16:57:25.749 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@1689527c -2021-03-19 16:57:25.751 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@64440065 -2021-03-19 16:57:25.754 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4c5406b -2021-03-19 16:57:25.754 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4c5406b -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@5d601832 -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@3ca17943 -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@640c216b -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@5170bc02 -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@c0c8f96 -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3bd08435 -2021-03-19 16:57:25.755 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3e52ed5d -2021-03-19 16:57:25.756 DEBUG 17584 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@6a96d639 -2021-03-19 16:57:25.875 INFO 17584 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 16:57:26.009 DEBUG 17584 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6d17914a] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@49631cfb] -2021-03-19 16:57:26.368 DEBUG 17584 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 16:57:26.370 DEBUG 17584 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 16:57:26.622 DEBUG 17584 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6d17914a] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@5fa5c8cf] -2021-03-19 16:57:27.443 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-19 16:57:27.446 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-19 16:57:27.447 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-19 16:57:27.447 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-19 16:57:27.447 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-19 16:57:27.447 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-19 16:57:27.448 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-19 16:57:27.448 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-19 16:57:27.448 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-19 16:57:27.449 DEBUG 17584 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-19 16:57:27.453 DEBUG 17584 --- [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-19 16:57:27.471 DEBUG 17584 --- [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-19 16:57:27.473 DEBUG 17584 --- [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-19 16:57:27.473 DEBUG 17584 --- [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-19 16:57:27.476 DEBUG 17584 --- [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-19 16:57:27.478 DEBUG 17584 --- [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-19 16:57:27.479 DEBUG 17584 --- [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-19 16:57:27.481 DEBUG 17584 --- [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-19 16:57:27.482 DEBUG 17584 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-19 16:57:27.484 DEBUG 17584 --- [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-19 16:57:27.485 DEBUG 17584 --- [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-19 16:57:27.488 DEBUG 17584 --- [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-19 16:57:27.493 DEBUG 17584 --- [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-19 16:57:27.494 DEBUG 17584 --- [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-19 16:57:27.495 DEBUG 17584 --- [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-19 16:57:27.496 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 16:57:27.501 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-19 16:57:27.514 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-19 16:57:27.517 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-19 16:57:27.519 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-19 16:57:27.521 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:57:27.522 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-19 16:57:27.526 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-19 16:57:27.528 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-19 16:57:27.530 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-19 16:57:27.532 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-19 16:57:27.534 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-19 16:57:27.536 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-19 16:57:27.537 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-19 16:57:27.540 DEBUG 17584 --- [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-19 16:57:27.545 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-19 16:57:27.547 DEBUG 17584 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:57:27.553 INFO 17584 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 16:57:27.564 TRACE 17584 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@5fa5c8cf] for TypeConfiguration -2021-03-19 16:57:27.568 INFO 17584 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 16:57:29.413 WARN 17584 --- [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-19 16:57:29.870 INFO 17584 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 85354eb1-8550-41a2-8293-b81141897d59 - -2021-03-19 16:57:30.042 INFO 17584 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4dc16fc9, org.springframework.security.web.context.SecurityContextPersistenceFilter@5f346355, org.springframework.security.web.header.HeaderWriterFilter@89178b4, org.springframework.security.web.authentication.logout.LogoutFilter@1828ab51, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@50fe5df2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1e9f6095, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1028a747, org.springframework.security.web.session.SessionManagementFilter@39a1e1e6, org.springframework.security.web.access.ExceptionTranslationFilter@600b3bee, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7dd847a2] -2021-03-19 16:57:30.356 INFO 17584 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 16:57:30.872 INFO 17584 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 16:57:30.897 INFO 17584 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 10.472 seconds (JVM running for 12.818) -2021-03-19 16:59:35.687 INFO 13120 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 13120 (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-19 16:59:35.693 INFO 13120 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 16:59:37.164 INFO 13120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 16:59:37.472 INFO 13120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 291 ms. Found 15 JPA repository interfaces. -2021-03-19 16:59:38.531 INFO 13120 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 16:59:38.548 INFO 13120 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 16:59:38.549 INFO 13120 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 16:59:38.785 INFO 13120 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 16:59:38.786 INFO 13120 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3001 ms -2021-03-19 16:59:38.862 INFO 13120 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 16:59:39.036 INFO 13120 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 16:59:39.047 INFO 13120 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 16:59:39.313 INFO 13120 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 16:59:39.382 INFO 13120 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 16:59:39.567 INFO 13120 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 16:59:39.605 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@21dea711 -2021-03-19 16:59:39.606 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@21dea711 -2021-03-19 16:59:39.607 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@21dea711 -2021-03-19 16:59:39.608 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@5fb8dc01 -2021-03-19 16:59:39.609 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@6cdbe5ec -2021-03-19 16:59:39.610 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@66020d69 -2021-03-19 16:59:39.612 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@eaf8427 -2021-03-19 16:59:39.613 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@eaf8427 -2021-03-19 16:59:39.613 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@eaf8427 -2021-03-19 16:59:39.614 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@17176b18 -2021-03-19 16:59:39.615 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@17176b18 -2021-03-19 16:59:39.615 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@17176b18 -2021-03-19 16:59:39.616 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c9a3661 -2021-03-19 16:59:39.616 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c9a3661 -2021-03-19 16:59:39.617 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@6c9a3661 -2021-03-19 16:59:39.619 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@3f0ce0d1 -2021-03-19 16:59:39.619 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@3f0ce0d1 -2021-03-19 16:59:39.620 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@3f0ce0d1 -2021-03-19 16:59:39.620 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@350ff014 -2021-03-19 16:59:39.621 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@350ff014 -2021-03-19 16:59:39.621 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@350ff014 -2021-03-19 16:59:39.623 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3b28b7b0 -2021-03-19 16:59:39.624 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3b28b7b0 -2021-03-19 16:59:39.624 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3b28b7b0 -2021-03-19 16:59:39.627 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@374c3975 -2021-03-19 16:59:39.627 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@374c3975 -2021-03-19 16:59:39.627 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@374c3975 -2021-03-19 16:59:39.628 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@60807fd9 -2021-03-19 16:59:39.628 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@60807fd9 -2021-03-19 16:59:39.630 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3b218c74 -2021-03-19 16:59:39.630 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3b218c74 -2021-03-19 16:59:39.631 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@b56ec6c -2021-03-19 16:59:39.631 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@b56ec6c -2021-03-19 16:59:39.632 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@bd93bc3 -2021-03-19 16:59:39.632 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@7a814310 -2021-03-19 16:59:39.633 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4b4a2fa8 -2021-03-19 16:59:39.633 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4b4a2fa8 -2021-03-19 16:59:39.634 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@65036e8d -2021-03-19 16:59:39.634 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@65036e8d -2021-03-19 16:59:39.635 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@26d0ece6 -2021-03-19 16:59:39.635 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@26d0ece6 -2021-03-19 16:59:39.636 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@35ac9ebd -2021-03-19 16:59:39.636 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@35ac9ebd -2021-03-19 16:59:39.638 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@4df7d9ee -2021-03-19 16:59:39.638 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@4df7d9ee -2021-03-19 16:59:39.639 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@7f4e5a39 -2021-03-19 16:59:39.639 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@7f4e5a39 -2021-03-19 16:59:39.643 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@64a1116a -2021-03-19 16:59:39.643 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@64a1116a -2021-03-19 16:59:39.645 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@d84b3a2 -2021-03-19 16:59:39.645 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@d84b3a2 -2021-03-19 16:59:39.647 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3a38e4dc -2021-03-19 16:59:39.647 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3a38e4dc -2021-03-19 16:59:39.649 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@550c973e -2021-03-19 16:59:39.650 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@550c973e -2021-03-19 16:59:39.651 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@60b616c8 -2021-03-19 16:59:39.651 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@60b616c8 -2021-03-19 16:59:39.653 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@1815577b -2021-03-19 16:59:39.653 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@1815577b -2021-03-19 16:59:39.653 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@1815577b -2021-03-19 16:59:39.655 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@ee96866 -2021-03-19 16:59:39.657 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@3a209918 -2021-03-19 16:59:39.657 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@3a209918 -2021-03-19 16:59:39.657 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@3a209918 -2021-03-19 16:59:39.660 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@587f4f63 -2021-03-19 16:59:39.660 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@28e7bb31 -2021-03-19 16:59:39.671 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@621624b1 -2021-03-19 16:59:39.672 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@621624b1 -2021-03-19 16:59:39.675 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@5be4be74 -2021-03-19 16:59:39.676 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@5be4be74 -2021-03-19 16:59:39.677 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@64dc86c6 -2021-03-19 16:59:39.678 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@64dc86c6 -2021-03-19 16:59:39.679 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@5e68be2 -2021-03-19 16:59:39.679 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@5e68be2 -2021-03-19 16:59:39.680 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@2424cb9d -2021-03-19 16:59:39.680 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@2424cb9d -2021-03-19 16:59:39.682 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@69a373fd -2021-03-19 16:59:39.683 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@36ad5f2a -2021-03-19 16:59:39.683 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@36ad5f2a -2021-03-19 16:59:39.683 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@36ad5f2a -2021-03-19 16:59:39.684 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@7c901203 -2021-03-19 16:59:39.684 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@7c901203 -2021-03-19 16:59:39.684 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@7c901203 -2021-03-19 16:59:39.686 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@1a497286 -2021-03-19 16:59:39.686 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@7d401cdc -2021-03-19 16:59:39.688 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@2bb31455 -2021-03-19 16:59:39.688 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@2bb31455 -2021-03-19 16:59:39.688 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@2bb31455 -2021-03-19 16:59:39.689 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@6c995c5d -2021-03-19 16:59:39.689 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@6c995c5d -2021-03-19 16:59:39.689 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@6c995c5d -2021-03-19 16:59:39.689 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@677cb96e -2021-03-19 16:59:39.691 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@51fe7f15 -2021-03-19 16:59:39.693 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@33627576 -2021-03-19 16:59:39.694 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@33627576 -2021-03-19 16:59:39.694 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@5a3cf878 -2021-03-19 16:59:39.696 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@795f6681 -2021-03-19 16:59:39.696 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@795f6681 -2021-03-19 16:59:39.697 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@240a2619 -2021-03-19 16:59:39.697 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@240a2619 -2021-03-19 16:59:39.698 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@28554ac8 -2021-03-19 16:59:39.698 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@3271ec2a -2021-03-19 16:59:39.700 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@314b7945 -2021-03-19 16:59:39.704 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@641ed324 -2021-03-19 16:59:39.704 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@641ed324 -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@74a58a06 -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@7308c820 -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5d601832 -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3ca17943 -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@640c216b -2021-03-19 16:59:39.705 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@5170bc02 -2021-03-19 16:59:39.706 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@c0c8f96 -2021-03-19 16:59:39.706 DEBUG 13120 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@3bd08435 -2021-03-19 16:59:39.809 INFO 13120 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 16:59:39.937 DEBUG 13120 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@74c7522c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@77c23d90] -2021-03-19 16:59:40.230 DEBUG 13120 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 16:59:40.232 DEBUG 13120 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 16:59:40.482 DEBUG 13120 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@74c7522c] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@299a43d9] -2021-03-19 16:59:41.246 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-19 16:59:41.251 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-19 16:59:41.251 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-19 16:59:41.251 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-19 16:59:41.251 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-19 16:59:41.251 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-19 16:59:41.252 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-19 16:59:41.252 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-19 16:59:41.252 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-19 16:59:41.252 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-19 16:59:41.252 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-19 16:59:41.253 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-19 16:59:41.253 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-19 16:59:41.253 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-19 16:59:41.253 DEBUG 13120 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-19 16:59:41.262 DEBUG 13120 --- [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-19 16:59:41.277 DEBUG 13120 --- [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-19 16:59:41.278 DEBUG 13120 --- [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-19 16:59:41.280 DEBUG 13120 --- [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-19 16:59:41.281 DEBUG 13120 --- [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-19 16:59:41.282 DEBUG 13120 --- [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-19 16:59:41.284 DEBUG 13120 --- [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-19 16:59:41.286 DEBUG 13120 --- [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-19 16:59:41.288 DEBUG 13120 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-19 16:59:41.291 DEBUG 13120 --- [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-19 16:59:41.294 DEBUG 13120 --- [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-19 16:59:41.298 DEBUG 13120 --- [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-19 16:59:41.301 DEBUG 13120 --- [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-19 16:59:41.302 DEBUG 13120 --- [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-19 16:59:41.303 DEBUG 13120 --- [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-19 16:59:41.305 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 16:59:41.312 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-19 16:59:41.322 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-19 16:59:41.326 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-19 16:59:41.328 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-19 16:59:41.330 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:59:41.332 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-19 16:59:41.334 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-19 16:59:41.336 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-19 16:59:41.338 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-19 16:59:41.344 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-19 16:59:41.347 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-19 16:59:41.349 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-19 16:59:41.351 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-19 16:59:41.353 DEBUG 13120 --- [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-19 16:59:41.355 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-19 16:59:41.371 DEBUG 13120 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-19 16:59:41.378 INFO 13120 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 16:59:41.392 TRACE 13120 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@299a43d9] for TypeConfiguration -2021-03-19 16:59:41.396 INFO 13120 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 16:59:43.089 WARN 13120 --- [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-19 16:59:43.632 INFO 13120 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 09734203-82a3-4820-949d-d35c60543dea - -2021-03-19 16:59:43.779 INFO 13120 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@36ae17ef, org.springframework.security.web.context.SecurityContextPersistenceFilter@6e111aeb, org.springframework.security.web.header.HeaderWriterFilter@2566247d, org.springframework.security.web.authentication.logout.LogoutFilter@71dfca65, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46ab8e4b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c7d675c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3f919230, org.springframework.security.web.session.SessionManagementFilter@16e0afab, org.springframework.security.web.access.ExceptionTranslationFilter@5e8a678a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@66d73e2d] -2021-03-19 16:59:44.104 INFO 13120 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 16:59:44.602 INFO 13120 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 16:59:44.617 INFO 13120 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.788 seconds (JVM running for 11.985) -2021-03-19 17:00:30.145 INFO 24416 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 24416 (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-19 17:00:30.150 INFO 24416 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 17:00:31.928 INFO 24416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 17:00:32.345 INFO 24416 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 395 ms. Found 15 JPA repository interfaces. -2021-03-19 17:00:33.588 INFO 24416 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 17:00:33.604 INFO 24416 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 17:00:33.605 INFO 24416 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 17:00:33.885 INFO 24416 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 17:00:33.886 INFO 24416 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3650 ms -2021-03-19 17:00:33.981 INFO 24416 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 17:00:34.199 INFO 24416 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 17:00:34.212 INFO 24416 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 17:00:34.550 INFO 24416 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 17:00:34.642 INFO 24416 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 17:00:34.888 INFO 24416 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 17:00:34.934 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@2a484710 -2021-03-19 17:00:34.935 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@2a484710 -2021-03-19 17:00:34.935 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@2a484710 -2021-03-19 17:00:34.936 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@2ad7bd26 -2021-03-19 17:00:34.937 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@44faa4f2 -2021-03-19 17:00:34.938 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@482ba4b1 -2021-03-19 17:00:34.942 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@23564dd2 -2021-03-19 17:00:34.942 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@23564dd2 -2021-03-19 17:00:34.943 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@23564dd2 -2021-03-19 17:00:34.945 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@5db0003d -2021-03-19 17:00:34.945 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@5db0003d -2021-03-19 17:00:34.945 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@5db0003d -2021-03-19 17:00:34.946 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7f42b194 -2021-03-19 17:00:34.946 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@7f42b194 -2021-03-19 17:00:34.947 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@7f42b194 -2021-03-19 17:00:34.948 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@54489296 -2021-03-19 17:00:34.948 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@54489296 -2021-03-19 17:00:34.948 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@54489296 -2021-03-19 17:00:34.961 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@712cd5d3 -2021-03-19 17:00:34.961 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@712cd5d3 -2021-03-19 17:00:34.961 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@712cd5d3 -2021-03-19 17:00:34.962 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@6c8f4bc7 -2021-03-19 17:00:34.963 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@6c8f4bc7 -2021-03-19 17:00:34.963 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@6c8f4bc7 -2021-03-19 17:00:34.964 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2fdf22f7 -2021-03-19 17:00:34.964 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@2fdf22f7 -2021-03-19 17:00:34.964 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2fdf22f7 -2021-03-19 17:00:34.965 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@2edb2f8b -2021-03-19 17:00:34.966 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@2edb2f8b -2021-03-19 17:00:34.967 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3e38c472 -2021-03-19 17:00:34.968 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3e38c472 -2021-03-19 17:00:34.969 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@66020d69 -2021-03-19 17:00:34.970 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@66020d69 -2021-03-19 17:00:34.970 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@63124022 -2021-03-19 17:00:34.971 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@24a04257 -2021-03-19 17:00:34.973 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@7b3cbe6e -2021-03-19 17:00:34.974 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@7b3cbe6e -2021-03-19 17:00:34.975 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@72b2c5ed -2021-03-19 17:00:34.976 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@72b2c5ed -2021-03-19 17:00:34.977 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@68c34db2 -2021-03-19 17:00:34.978 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@68c34db2 -2021-03-19 17:00:34.980 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@113dcaf8 -2021-03-19 17:00:34.980 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@113dcaf8 -2021-03-19 17:00:34.982 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@4af7dd6a -2021-03-19 17:00:34.982 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@4af7dd6a -2021-03-19 17:00:34.984 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@5618fc1f -2021-03-19 17:00:34.984 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@5618fc1f -2021-03-19 17:00:34.985 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@34d9df9f -2021-03-19 17:00:34.986 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@34d9df9f -2021-03-19 17:00:34.987 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@7b91d9f -2021-03-19 17:00:34.988 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@7b91d9f -2021-03-19 17:00:34.990 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@b01cb8d -2021-03-19 17:00:34.991 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@b01cb8d -2021-03-19 17:00:34.993 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@71bb8b34 -2021-03-19 17:00:34.993 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@71bb8b34 -2021-03-19 17:00:34.995 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@26d0ece6 -2021-03-19 17:00:34.995 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@26d0ece6 -2021-03-19 17:00:34.997 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@5dcf0772 -2021-03-19 17:00:34.997 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@5dcf0772 -2021-03-19 17:00:34.998 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@5dcf0772 -2021-03-19 17:00:34.999 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@4df7d9ee -2021-03-19 17:00:35.002 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@5d66ae3a -2021-03-19 17:00:35.002 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@5d66ae3a -2021-03-19 17:00:35.002 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@5d66ae3a -2021-03-19 17:00:35.003 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6682e6a5 -2021-03-19 17:00:35.004 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@37c1cfa -2021-03-19 17:00:35.005 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@28b458e6 -2021-03-19 17:00:35.006 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@28b458e6 -2021-03-19 17:00:35.007 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@401788d5 -2021-03-19 17:00:35.009 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@401788d5 -2021-03-19 17:00:35.012 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@2b01c689 -2021-03-19 17:00:35.012 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@2b01c689 -2021-03-19 17:00:35.013 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@439f2d87 -2021-03-19 17:00:35.014 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@439f2d87 -2021-03-19 17:00:35.015 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@60b616c8 -2021-03-19 17:00:35.015 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@60b616c8 -2021-03-19 17:00:35.016 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@7b8aebd0 -2021-03-19 17:00:35.018 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@ee96866 -2021-03-19 17:00:35.018 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@ee96866 -2021-03-19 17:00:35.018 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@ee96866 -2021-03-19 17:00:35.019 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@3855d9b2 -2021-03-19 17:00:35.019 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@3855d9b2 -2021-03-19 17:00:35.020 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@3855d9b2 -2021-03-19 17:00:35.021 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@532dacf5 -2021-03-19 17:00:35.021 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@660b1a9d -2021-03-19 17:00:35.023 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@6fe04f2a -2021-03-19 17:00:35.024 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@6fe04f2a -2021-03-19 17:00:35.025 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@6fe04f2a -2021-03-19 17:00:35.026 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@7523d5a1 -2021-03-19 17:00:35.026 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@7523d5a1 -2021-03-19 17:00:35.027 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@7523d5a1 -2021-03-19 17:00:35.027 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5980fa73 -2021-03-19 17:00:35.028 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@1ae924f1 -2021-03-19 17:00:35.030 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@2fbd390 -2021-03-19 17:00:35.031 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@2fbd390 -2021-03-19 17:00:35.032 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@f18b738 -2021-03-19 17:00:35.034 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@19ae36f4 -2021-03-19 17:00:35.035 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@19ae36f4 -2021-03-19 17:00:35.036 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@53cddaf8 -2021-03-19 17:00:35.037 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@53cddaf8 -2021-03-19 17:00:35.037 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@7de35070 -2021-03-19 17:00:35.038 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@79f5a6ed -2021-03-19 17:00:35.043 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@aa752bb -2021-03-19 17:00:35.047 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@1b1252c8 -2021-03-19 17:00:35.048 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@1b1252c8 -2021-03-19 17:00:35.048 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@5873f3f0 -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@684372d0 -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@63dda940 -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@41f964f9 -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@652e345 -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@7574d4ad -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@7bede4ea -2021-03-19 17:00:35.049 DEBUG 24416 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@713999c2 -2021-03-19 17:00:35.149 INFO 24416 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 17:00:35.299 DEBUG 24416 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e5f5478] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@5fb07347] -2021-03-19 17:00:35.633 DEBUG 24416 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 17:00:35.634 DEBUG 24416 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 17:00:35.904 DEBUG 24416 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@6e5f5478] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@6630dd28] -2021-03-19 17:00:36.843 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-19 17:00:36.848 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-19 17:00:36.848 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-19 17:00:36.849 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-19 17:00:36.849 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-19 17:00:36.849 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-19 17:00:36.849 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-19 17:00:36.850 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-19 17:00:36.850 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-19 17:00:36.850 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-19 17:00:36.850 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-19 17:00:36.851 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-19 17:00:36.851 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-19 17:00:36.851 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-19 17:00:36.852 DEBUG 24416 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-19 17:00:36.856 DEBUG 24416 --- [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-19 17:00:36.878 DEBUG 24416 --- [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-19 17:00:36.879 DEBUG 24416 --- [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-19 17:00:36.881 DEBUG 24416 --- [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-19 17:00:36.882 DEBUG 24416 --- [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-19 17:00:36.884 DEBUG 24416 --- [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-19 17:00:36.886 DEBUG 24416 --- [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-19 17:00:36.888 DEBUG 24416 --- [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-19 17:00:36.890 DEBUG 24416 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-19 17:00:36.895 DEBUG 24416 --- [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-19 17:00:36.896 DEBUG 24416 --- [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-19 17:00:36.901 DEBUG 24416 --- [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-19 17:00:36.904 DEBUG 24416 --- [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-19 17:00:36.909 DEBUG 24416 --- [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-19 17:00:36.912 DEBUG 24416 --- [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-19 17:00:36.915 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 17:00:36.923 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-19 17:00:36.938 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-19 17:00:36.941 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-19 17:00:36.945 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-19 17:00:36.961 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-19 17:00:36.963 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-19 17:00:36.965 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-19 17:00:36.967 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-19 17:00:36.970 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-19 17:00:36.974 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-19 17:00:36.977 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-19 17:00:36.980 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-19 17:00:36.982 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-19 17:00:36.984 DEBUG 24416 --- [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-19 17:00:36.987 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-19 17:00:36.993 DEBUG 24416 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-19 17:00:37.000 INFO 24416 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 17:00:37.014 TRACE 24416 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@6630dd28] for TypeConfiguration -2021-03-19 17:00:37.018 INFO 24416 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 17:00:38.977 WARN 24416 --- [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-19 17:00:39.676 INFO 24416 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 7ddb4a06-04b5-41d0-b7fe-27f6ac00979d - -2021-03-19 17:00:39.942 INFO 24416 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b08d26f, org.springframework.security.web.context.SecurityContextPersistenceFilter@6f9b5f01, org.springframework.security.web.header.HeaderWriterFilter@7d12fb85, org.springframework.security.web.authentication.logout.LogoutFilter@610d0067, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4a225014, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@b1f36e5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@565030b7, org.springframework.security.web.session.SessionManagementFilter@16269ff4, org.springframework.security.web.access.ExceptionTranslationFilter@7e24a2e2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@28f6a008] -2021-03-19 17:00:40.477 INFO 24416 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 17:00:41.165 INFO 24416 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 17:00:41.184 INFO 24416 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.944 seconds (JVM running for 14.314) -2021-03-19 17:00:54.092 INFO 24416 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-19 17:00:54.094 INFO 24416 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-19 17:00:54.097 INFO 24416 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms -2021-03-19 17:00:54.327 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:00:54.327 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:00:54.327 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:00:55.955 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:00:55.956 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:00:55.956 INFO 24416 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:01:18.184 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:01:18.184 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:01:18.185 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:01:18.382 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:01:18.383 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:01:18.383 INFO 24416 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:02:46.207 INFO 18992 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 18992 (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-19 17:02:46.213 INFO 18992 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default -2021-03-19 17:02:47.974 INFO 18992 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2021-03-19 17:02:48.354 INFO 18992 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 365 ms. Found 15 JPA repository interfaces. -2021-03-19 17:02:49.586 INFO 18992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) -2021-03-19 17:02:49.610 INFO 18992 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-03-19 17:02:49.612 INFO 18992 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41] -2021-03-19 17:02:49.945 INFO 18992 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-03-19 17:02:49.946 INFO 18992 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3640 ms -2021-03-19 17:02:50.045 INFO 18992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-03-19 17:02:50.298 INFO 18992 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-03-19 17:02:50.309 INFO 18992 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb' -2021-03-19 17:02:50.632 INFO 18992 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-03-19 17:02:50.720 INFO 18992 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final -2021-03-19 17:02:50.982 INFO 18992 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-03-19 17:02:51.027 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3af236d0 -2021-03-19 17:02:51.028 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@3af236d0 -2021-03-19 17:02:51.028 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@3af236d0 -2021-03-19 17:02:51.029 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6bf570c -2021-03-19 17:02:51.030 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@5db0003d -2021-03-19 17:02:51.030 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@7de147e9 -2021-03-19 17:02:51.032 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@54489296 -2021-03-19 17:02:51.032 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@54489296 -2021-03-19 17:02:51.032 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@54489296 -2021-03-19 17:02:51.034 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@712cd5d3 -2021-03-19 17:02:51.034 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@712cd5d3 -2021-03-19 17:02:51.034 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@712cd5d3 -2021-03-19 17:02:51.035 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c8f4bc7 -2021-03-19 17:02:51.035 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@6c8f4bc7 -2021-03-19 17:02:51.035 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@6c8f4bc7 -2021-03-19 17:02:51.036 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@2fdf22f7 -2021-03-19 17:02:51.036 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@2fdf22f7 -2021-03-19 17:02:51.037 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@2fdf22f7 -2021-03-19 17:02:51.038 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2edb2f8b -2021-03-19 17:02:51.039 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2edb2f8b -2021-03-19 17:02:51.040 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2edb2f8b -2021-03-19 17:02:51.044 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3e38c472 -2021-03-19 17:02:51.044 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@3e38c472 -2021-03-19 17:02:51.044 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@3e38c472 -2021-03-19 17:02:51.046 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@66020d69 -2021-03-19 17:02:51.046 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@66020d69 -2021-03-19 17:02:51.046 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@66020d69 -2021-03-19 17:02:51.047 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@55421b8d -2021-03-19 17:02:51.047 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@55421b8d -2021-03-19 17:02:51.049 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@13e00016 -2021-03-19 17:02:51.049 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@13e00016 -2021-03-19 17:02:51.050 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@57b9389f -2021-03-19 17:02:51.051 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@57b9389f -2021-03-19 17:02:51.051 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@727986ad -2021-03-19 17:02:51.052 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@68c34db2 -2021-03-19 17:02:51.054 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@113dcaf8 -2021-03-19 17:02:51.055 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@113dcaf8 -2021-03-19 17:02:51.059 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@4af7dd6a -2021-03-19 17:02:51.060 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@4af7dd6a -2021-03-19 17:02:51.062 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@5618fc1f -2021-03-19 17:02:51.063 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@5618fc1f -2021-03-19 17:02:51.065 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@34d9df9f -2021-03-19 17:02:51.066 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@34d9df9f -2021-03-19 17:02:51.068 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@7b91d9f -2021-03-19 17:02:51.068 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@7b91d9f -2021-03-19 17:02:51.070 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2e3f324e -2021-03-19 17:02:51.070 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2e3f324e -2021-03-19 17:02:51.071 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2a136383 -2021-03-19 17:02:51.072 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2a136383 -2021-03-19 17:02:51.076 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@25567581 -2021-03-19 17:02:51.076 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@25567581 -2021-03-19 17:02:51.078 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3b6c2be6 -2021-03-19 17:02:51.079 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@3b6c2be6 -2021-03-19 17:02:51.094 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@c472300 -2021-03-19 17:02:51.094 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@c472300 -2021-03-19 17:02:51.095 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@7f4e5a39 -2021-03-19 17:02:51.096 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@7f4e5a39 -2021-03-19 17:02:51.099 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6682e6a5 -2021-03-19 17:02:51.099 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6682e6a5 -2021-03-19 17:02:51.099 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6682e6a5 -2021-03-19 17:02:51.101 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@d84b3a2 -2021-03-19 17:02:51.104 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@28b458e6 -2021-03-19 17:02:51.105 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@28b458e6 -2021-03-19 17:02:51.105 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@28b458e6 -2021-03-19 17:02:51.107 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@401788d5 -2021-03-19 17:02:51.109 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2b01c689 -2021-03-19 17:02:51.110 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@439f2d87 -2021-03-19 17:02:51.110 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@439f2d87 -2021-03-19 17:02:51.111 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@60b616c8 -2021-03-19 17:02:51.111 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@60b616c8 -2021-03-19 17:02:51.113 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@4f64d9cb -2021-03-19 17:02:51.113 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@4f64d9cb -2021-03-19 17:02:51.114 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@ee96866 -2021-03-19 17:02:51.114 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@ee96866 -2021-03-19 17:02:51.115 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3855d9b2 -2021-03-19 17:02:51.116 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3855d9b2 -2021-03-19 17:02:51.116 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@2cae5fa7 -2021-03-19 17:02:51.118 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@2f4d01b6 -2021-03-19 17:02:51.119 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@2f4d01b6 -2021-03-19 17:02:51.119 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@2f4d01b6 -2021-03-19 17:02:51.121 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@661e279d -2021-03-19 17:02:51.121 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@661e279d -2021-03-19 17:02:51.121 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@661e279d -2021-03-19 17:02:51.127 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@32e5af53 -2021-03-19 17:02:51.127 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@44641d6c -2021-03-19 17:02:51.129 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@26874f2c -2021-03-19 17:02:51.130 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@26874f2c -2021-03-19 17:02:51.130 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@26874f2c -2021-03-19 17:02:51.131 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@5323999f -2021-03-19 17:02:51.131 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@5323999f -2021-03-19 17:02:51.131 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@5323999f -2021-03-19 17:02:51.131 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@45eab322 -2021-03-19 17:02:51.133 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@6fb22ae3 -2021-03-19 17:02:51.134 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@1002d192 -2021-03-19 17:02:51.134 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@1002d192 -2021-03-19 17:02:51.134 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@55c50f52 -2021-03-19 17:02:51.136 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@8b41ad -2021-03-19 17:02:51.136 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@8b41ad -2021-03-19 17:02:51.138 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@77fc19cf -2021-03-19 17:02:51.139 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@77fc19cf -2021-03-19 17:02:51.140 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@3c16528d -2021-03-19 17:02:51.141 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@5b44318 -2021-03-19 17:02:51.143 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@684372d0 -2021-03-19 17:02:51.148 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@5c53c235 -2021-03-19 17:02:51.148 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@5c53c235 -2021-03-19 17:02:51.149 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@5940b14e -2021-03-19 17:02:51.149 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@1cba0321 -2021-03-19 17:02:51.149 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@795f6681 -2021-03-19 17:02:51.150 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@66d3b881 -2021-03-19 17:02:51.150 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3a45afd4 -2021-03-19 17:02:51.150 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@762a10b6 -2021-03-19 17:02:51.150 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@74431b9c -2021-03-19 17:02:51.150 DEBUG 18992 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@f2fb225 -2021-03-19 17:02:51.284 INFO 18992 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2021-03-19 17:02:51.403 DEBUG 18992 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3ed7dd70] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6f3b13d0] -2021-03-19 17:02:51.782 DEBUG 18992 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType -2021-03-19 17:02:51.784 DEBUG 18992 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus -2021-03-19 17:02:52.091 DEBUG 18992 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@3ed7dd70] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@391d28ea] -2021-03-19 17:02:53.221 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board CASCADE -2021-03-19 17:02:53.229 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_bookmark CASCADE -2021-03-19 17:02:53.229 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_comment CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_hits CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_like CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_report CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_scrap CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists board_type CASCADE -2021-03-19 17:02:53.230 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists logs CASCADE -2021-03-19 17:02:53.231 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists notice CASCADE -2021-03-19 17:02:53.231 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists notice_like CASCADE -2021-03-19 17:02:53.231 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists user CASCADE -2021-03-19 17:02:53.232 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists user_interest CASCADE -2021-03-19 17:02:53.232 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists user_login_history CASCADE -2021-03-19 17:02:53.232 DEBUG 18992 --- [main] org.hibernate.SQL : - - drop table if exists user_point CASCADE -2021-03-19 17:02:53.237 DEBUG 18992 --- [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-19 17:02:53.264 DEBUG 18992 --- [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-19 17:02:53.268 DEBUG 18992 --- [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-19 17:02:53.269 DEBUG 18992 --- [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-19 17:02:53.271 DEBUG 18992 --- [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-19 17:02:53.278 DEBUG 18992 --- [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-19 17:02:53.280 DEBUG 18992 --- [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-19 17:02:53.283 DEBUG 18992 --- [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-19 17:02:53.284 DEBUG 18992 --- [main] org.hibernate.SQL : - - create table logs ( - id bigint generated by default as identity, - reg_date timestamp, - text clob, - primary key (id) - ) -2021-03-19 17:02:53.286 DEBUG 18992 --- [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-19 17:02:53.287 DEBUG 18992 --- [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-19 17:02:53.292 DEBUG 18992 --- [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-19 17:02:53.296 DEBUG 18992 --- [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-19 17:02:53.297 DEBUG 18992 --- [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-19 17:02:53.300 DEBUG 18992 --- [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-19 17:02:53.302 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table user - add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email) -2021-03-19 17:02:53.309 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board - add constraint FK59iw5qt320s9l10vbxey9as5p - foreign key (board_type_id) - references board_type -2021-03-19 17:02:53.326 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board - add constraint FKfyf1fchnby6hndhlfaidier1r - foreign key (user_id) - references user -2021-03-19 17:02:53.329 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_bookmark - add constraint FK_BOARD_BOOKMARK_USER_ID - foreign key (user_id) - references user -2021-03-19 17:02:53.330 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_BOARD_ID - foreign key (board_id) - references board -2021-03-19 17:02:53.332 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_comment - add constraint FK_BOARD_COMMENT_USER_ID - foreign key (user_id) - references user -2021-03-19 17:02:53.335 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FK8ptvjkodqmonm762uo9v8ocha - foreign key (board_id) - references board -2021-03-19 17:02:53.336 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_hits - add constraint FKjkkt5o4uyvoo26g31v71pww4w - foreign key (user_id) - references user -2021-03-19 17:02:53.338 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq - foreign key (board_id) - references board -2021-03-19 17:02:53.342 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_like - add constraint FKpf406vodal6lejcg4fkwcjr2o - foreign key (user_id) - references user -2021-03-19 17:02:53.344 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table board_scrap - add constraint FK_BOARD_SCRAP_USER_ID - foreign key (user_id) - references user -2021-03-19 17:02:53.349 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table notice - add constraint FKcvf4mh5se36inrxn7xlh2brfv - foreign key (user_id) - references user -2021-03-19 17:02:53.365 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKm2krt4h5dcpydbb4tlvxyr27 - foreign key (notice_id) - references notice -2021-03-19 17:02:53.367 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table notice_like - add constraint FKnplmervi6gx6dqj4vpnq7jn6g - foreign key (user_id) - references user -2021-03-19 17:02:53.369 DEBUG 18992 --- [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-19 17:02:53.371 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table user_interest - add constraint FK_USER_INTEREST_USER_ID - foreign key (user_id) - references user -2021-03-19 17:02:53.373 DEBUG 18992 --- [main] org.hibernate.SQL : - - alter table user_point - add constraint FK_USER_POINT_USER_ID - foreign key (user_id) - references user -2021-03-19 17:02:53.381 INFO 18992 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-03-19 17:02:53.395 TRACE 18992 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@391d28ea] for TypeConfiguration -2021-03-19 17:02:53.400 INFO 18992 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-03-19 17:02:55.233 WARN 18992 --- [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-19 17:02:55.822 INFO 18992 --- [main] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 28a4e585-590e-4ba9-ae67-800c933b1cde - -2021-03-19 17:02:56.020 INFO 18992 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22cf1808, org.springframework.security.web.context.SecurityContextPersistenceFilter@397f925e, org.springframework.security.web.header.HeaderWriterFilter@16269ff4, org.springframework.security.web.authentication.logout.LogoutFilter@18ab513d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@474deb4c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@63541cd4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7156f8cf, org.springframework.security.web.session.SessionManagementFilter@b1f36e5, org.springframework.security.web.access.ExceptionTranslationFilter@136690b1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@73753326] -2021-03-19 17:02:56.393 INFO 18992 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2021-03-19 17:02:56.881 INFO 18992 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' -2021-03-19 17:02:56.897 INFO 18992 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 11.626 seconds (JVM running for 14.138) -2021-03-19 17:03:13.402 INFO 18992 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-03-19 17:03:13.404 INFO 18992 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-03-19 17:03:13.405 INFO 18992 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms -2021-03-19 17:03:13.592 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:13.592 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:03:13.592 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:13.880 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:13.881 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:03:13.881 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:27.742 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:27.743 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:03:27.743 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:28.026 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:03:28.027 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:03:28.027 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:04:27.126 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:04:27.126 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:04:27.126 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:04:27.351 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:04:27.351 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:04:27.351 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:07:59.393 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:07:59.394 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:07:59.394 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:07:59.634 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:07:59.634 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:07:59.634 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:09.240 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:09.241 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:08:09.241 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:09.484 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:09.484 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:08:09.485 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:19.595 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:19.595 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:08:19.597 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:22.272 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:22.273 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:08:22.273 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:39.559 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:39.559 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:08:39.559 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:39.829 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:08:39.829 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:08:39.829 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:04.929 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:04.930 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:09:04.930 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:06.046 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:06.046 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:09:06.046 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:25.140 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:25.140 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:09:25.141 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:25.454 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:25.454 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:09:25.454 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:38.636 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:38.636 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:09:38.636 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:38.916 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:38.917 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:09:38.917 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:49.940 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:49.940 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:09:49.940 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:50.181 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:50.182 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:09:50.182 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:56.015 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:56.016 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:09:56.016 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:56.258 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:09:56.259 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:09:56.259 INFO 18992 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:04.523 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:04.524 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:10:04.525 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:04.741 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:04.741 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:10:04.741 INFO 18992 --- [http-nio-8080-exec-5] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:17.715 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:17.715 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:10:17.716 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:17.964 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:17.965 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:10:17.965 INFO 18992 --- [http-nio-8080-exec-7] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:32.848 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:32.848 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:10:32.848 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:33.074 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:33.075 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:10:33.075 INFO 18992 --- [http-nio-8080-exec-9] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:43.470 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:43.470 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! -2021-03-19 17:10:43.471 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:43.689 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ -2021-03-19 17:10:43.690 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! -2021-03-19 17:10:43.690 INFO 18992 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:51:36.792 INFO 17952 --- [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-20 18:51:37.085 INFO 17952 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2021-03-20 18:51:37.521 INFO 17952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2021-03-20 18:51:37.535 INFO 17952 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 8.08 seconds (JVM running for 10.63) +2021-03-20 18:52:03.893 INFO 17952 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-03-20 18:52:03.894 INFO 17952 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-03-20 18:52:03.897 INFO 17952 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2021-03-20 18:52:04.079 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:52:04.079 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전! +2021-03-20 18:52:04.079 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:52:04.451 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ +2021-03-20 18:52:04.451 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후! +2021-03-20 18:52:04.451 INFO 17952 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################ diff --git a/rest-controller-practice/logs/spring-jpa.log.2021-03-19.0.gz b/rest-controller-practice/logs/spring-jpa.log.2021-03-19.0.gz new file mode 100644 index 00000000..f3c18225 Binary files /dev/null and b/rest-controller-practice/logs/spring-jpa.log.2021-03-19.0.gz differ diff --git a/rest-controller-practice/src/main/java/com/example/restcontroller/extra/controller/ApiExtraController.java b/rest-controller-practice/src/main/java/com/example/restcontroller/extra/controller/ApiExtraController.java index 6a287fa6..56945424 100644 --- a/rest-controller-practice/src/main/java/com/example/restcontroller/extra/controller/ApiExtraController.java +++ b/rest-controller-practice/src/main/java/com/example/restcontroller/extra/controller/ApiExtraController.java @@ -1,6 +1,7 @@ package com.example.restcontroller.extra.controller; import com.example.restcontroller.common.model.ResponseResult; +import com.example.restcontroller.extra.model.AirInput; import com.example.restcontroller.extra.model.OpenApiResult; import com.example.restcontroller.extra.model.PharmacySearch; import com.fasterxml.jackson.core.JsonProcessingException; @@ -116,4 +117,27 @@ public class ApiExtraController { return ResponseResult.success(jsonResult); } + + @GetMapping("/api/extra/air") + public String chapter4_7(@RequestBody AirInput airInput) { + + String apiKey = "Jer4jLO%2Bcisqdh2c0sMb5cSD31Q8oJTFY4a2bo5oW3w%2B2O7Iijh%2Fm%2BFyHQyTbk1c8ybTTqTsP%2BY%2BkID1sdyjbA%3D%3D"; + String url = "http://openapi.airkorea.or.kr/openapi/services/rest/ArpltnInforInqireSvc/getCtprvnRltmMesureDnsty?serviceKey=%s&pageNo=1&numOfRows=10&sidoName=%s"; + + String apiResult = ""; + + try { + URI uri = new URI(String.format(url, apiKey, URLEncoder.encode(airInput.getSearchSido(), "utf-8"))); + RestTemplate restTemplate = new RestTemplate(); + HttpHeaders headers = new HttpHeaders(); + headers.setAccept(Collections.singletonList(MediaType.APPLICATION_JSON)); + + String result = restTemplate.getForObject(uri, String.class); + + apiResult = result; + } catch (URISyntaxException | UnsupportedEncodingException e) { + e.printStackTrace(); + } + return apiResult; + } } diff --git a/rest-controller-practice/src/main/java/com/example/restcontroller/extra/model/AirInput.java b/rest-controller-practice/src/main/java/com/example/restcontroller/extra/model/AirInput.java new file mode 100644 index 00000000..5493251d --- /dev/null +++ b/rest-controller-practice/src/main/java/com/example/restcontroller/extra/model/AirInput.java @@ -0,0 +1,19 @@ +package com.example.restcontroller.extra.model; + +import lombok.AllArgsConstructor; +import lombok.Builder; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@Builder +@AllArgsConstructor +@NoArgsConstructor +public class AirInput { + + private String sido; + + public String getSearchSido() { + return sido != null ? sido : ""; + } +}