Files
excel-download/rest-controller-practice/logs/spring-jpa.log
2021-03-20 18:54:12 +09:00

937 lines
74 KiB
Plaintext

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-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_bookmark CASCADE
2021-03-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_comment CASCADE
2021-03-20 18:49:21.568 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_hits CASCADE
2021-03-20 18:49:21.569 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_like CASCADE
2021-03-20 18:49:21.569 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_report CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_scrap CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists board_type CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists logs CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists notice CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists notice_like CASCADE
2021-03-20 18:49:21.570 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists user CASCADE
2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists user_interest CASCADE
2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists user_login_history CASCADE
2021-03-20 18:49:21.571 DEBUG 24612 --- [main] org.hibernate.SQL :
drop table if exists user_point CASCADE
2021-03-20 18:49:21.576 DEBUG 24612 --- [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-20 18:49:21.598 DEBUG 24612 --- [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-20 18:49:21.601 DEBUG 24612 --- [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-20 18:49:21.602 DEBUG 24612 --- [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-20 18:49:21.604 DEBUG 24612 --- [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-20 18:49:21.606 DEBUG 24612 --- [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-20 18:49:21.608 DEBUG 24612 --- [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-20 18:49:21.610 DEBUG 24612 --- [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-20 18:49:21.612 DEBUG 24612 --- [main] org.hibernate.SQL :
create table logs (
id bigint generated by default as identity,
reg_date timestamp,
text clob,
primary key (id)
)
2021-03-20 18:49:21.614 DEBUG 24612 --- [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-20 18:49:21.616 DEBUG 24612 --- [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-20 18:49:21.618 DEBUG 24612 --- [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-20 18:49:21.622 DEBUG 24612 --- [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-20 18:49:21.624 DEBUG 24612 --- [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-20 18:49:21.626 DEBUG 24612 --- [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-20 18:49:21.630 DEBUG 24612 --- [main] org.hibernate.SQL :
alter table user
add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email)
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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: 6c7e06c9-7153-4abe-b5ce-643795d07e99
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-20 18:51:34.433 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_bookmark CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_comment CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_hits CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_like CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_report CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_scrap CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists board_type CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists logs CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists notice CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists notice_like CASCADE
2021-03-20 18:51:34.434 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists user CASCADE
2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists user_interest CASCADE
2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists user_login_history CASCADE
2021-03-20 18:51:34.435 DEBUG 17952 --- [main] org.hibernate.SQL :
drop table if exists user_point CASCADE
2021-03-20 18:51:34.437 DEBUG 17952 --- [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-20 18:51:34.451 DEBUG 17952 --- [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-20 18:51:34.453 DEBUG 17952 --- [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-20 18:51:34.454 DEBUG 17952 --- [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-20 18:51:34.455 DEBUG 17952 --- [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-20 18:51:34.457 DEBUG 17952 --- [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-20 18:51:34.458 DEBUG 17952 --- [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-20 18:51:34.459 DEBUG 17952 --- [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-20 18:51:34.460 DEBUG 17952 --- [main] org.hibernate.SQL :
create table logs (
id bigint generated by default as identity,
reg_date timestamp,
text clob,
primary key (id)
)
2021-03-20 18:51:34.462 DEBUG 17952 --- [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-20 18:51:34.465 DEBUG 17952 --- [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-20 18:51:34.477 DEBUG 17952 --- [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-20 18:51:34.482 DEBUG 17952 --- [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-20 18:51:34.484 DEBUG 17952 --- [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-20 18:51:34.484 DEBUG 17952 --- [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-20 18:51:34.486 DEBUG 17952 --- [main] org.hibernate.SQL :
alter table user
add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email)
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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: 2be712c6-d75f-4f1b-be92-4ab1a1463b22
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 : ############################################################