1576 lines
124 KiB
Plaintext
1576 lines
124 KiB
Plaintext
2021-03-23 16:29:57.099 INFO 22684 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 22684 (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-23 16:29:57.112 INFO 22684 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default
|
|
2021-03-23 16:29:58.633 INFO 22684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2021-03-23 16:29:58.959 INFO 22684 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 305 ms. Found 16 JPA repository interfaces.
|
|
2021-03-23 16:29:59.990 INFO 22684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
|
2021-03-23 16:30:00.003 INFO 22684 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2021-03-23 16:30:00.004 INFO 22684 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-03-23 16:30:00.168 INFO 22684 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2021-03-23 16:30:00.169 INFO 22684 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2945 ms
|
|
2021-03-23 16:30:00.242 INFO 22684 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2021-03-23 16:30:00.400 INFO 22684 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2021-03-23 16:30:00.407 INFO 22684 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb'
|
|
2021-03-23 16:30:00.608 INFO 22684 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2021-03-23 16:30:00.697 INFO 22684 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final
|
|
2021-03-23 16:30:00.935 INFO 22684 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
|
2021-03-23 16:30:00.988 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@56c0a61e
|
|
2021-03-23 16:30:00.989 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@56c0a61e
|
|
2021-03-23 16:30:00.990 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@56c0a61e
|
|
2021-03-23 16:30:00.991 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@5f6494c0
|
|
2021-03-23 16:30:00.991 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@3a4e524
|
|
2021-03-23 16:30:00.993 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@1cee2e10
|
|
2021-03-23 16:30:00.994 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@19eea77c
|
|
2021-03-23 16:30:00.995 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@19eea77c
|
|
2021-03-23 16:30:00.996 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@19eea77c
|
|
2021-03-23 16:30:00.997 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@69feb4d9
|
|
2021-03-23 16:30:00.998 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@69feb4d9
|
|
2021-03-23 16:30:00.998 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@69feb4d9
|
|
2021-03-23 16:30:00.999 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3ccb12d
|
|
2021-03-23 16:30:01.000 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@3ccb12d
|
|
2021-03-23 16:30:01.000 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@3ccb12d
|
|
2021-03-23 16:30:01.002 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@41fc0084
|
|
2021-03-23 16:30:01.002 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@41fc0084
|
|
2021-03-23 16:30:01.002 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@41fc0084
|
|
2021-03-23 16:30:01.004 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4628a02b
|
|
2021-03-23 16:30:01.004 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@4628a02b
|
|
2021-03-23 16:30:01.004 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@4628a02b
|
|
2021-03-23 16:30:01.006 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5203c80f
|
|
2021-03-23 16:30:01.006 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@5203c80f
|
|
2021-03-23 16:30:01.006 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@5203c80f
|
|
2021-03-23 16:30:01.008 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4cae66a8
|
|
2021-03-23 16:30:01.008 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4cae66a8
|
|
2021-03-23 16:30:01.008 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@4cae66a8
|
|
2021-03-23 16:30:01.010 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@3181d4de
|
|
2021-03-23 16:30:01.011 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@3181d4de
|
|
2021-03-23 16:30:01.012 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@3cf55e0c
|
|
2021-03-23 16:30:01.012 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@3cf55e0c
|
|
2021-03-23 16:30:01.013 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@3afca2c
|
|
2021-03-23 16:30:01.013 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@3afca2c
|
|
2021-03-23 16:30:01.014 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@3a209918
|
|
2021-03-23 16:30:01.016 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@532dacf5
|
|
2021-03-23 16:30:01.018 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@2f4d01b6
|
|
2021-03-23 16:30:01.018 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@2f4d01b6
|
|
2021-03-23 16:30:01.019 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@661e279d
|
|
2021-03-23 16:30:01.020 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@661e279d
|
|
2021-03-23 16:30:01.021 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@32e5af53
|
|
2021-03-23 16:30:01.021 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@32e5af53
|
|
2021-03-23 16:30:01.023 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@27bcb4ad
|
|
2021-03-23 16:30:01.023 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@27bcb4ad
|
|
2021-03-23 16:30:01.025 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@1e191150
|
|
2021-03-23 16:30:01.026 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@1e191150
|
|
2021-03-23 16:30:01.027 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@aca3c85
|
|
2021-03-23 16:30:01.027 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@aca3c85
|
|
2021-03-23 16:30:01.029 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@69a373fd
|
|
2021-03-23 16:30:01.030 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@69a373fd
|
|
2021-03-23 16:30:01.032 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@6df11e91
|
|
2021-03-23 16:30:01.033 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@6df11e91
|
|
2021-03-23 16:30:01.034 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@8b41ad
|
|
2021-03-23 16:30:01.035 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@8b41ad
|
|
2021-03-23 16:30:01.038 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@2bb31455
|
|
2021-03-23 16:30:01.039 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@2bb31455
|
|
2021-03-23 16:30:01.040 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@41a16eb3
|
|
2021-03-23 16:30:01.040 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@41a16eb3
|
|
2021-03-23 16:30:01.042 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@652e345
|
|
2021-03-23 16:30:01.042 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@652e345
|
|
2021-03-23 16:30:01.042 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@652e345
|
|
2021-03-23 16:30:01.044 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@6060146b
|
|
2021-03-23 16:30:01.046 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@2dcd0e41
|
|
2021-03-23 16:30:01.046 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@2dcd0e41
|
|
2021-03-23 16:30:01.046 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@2dcd0e41
|
|
2021-03-23 16:30:01.048 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@3a45afd4
|
|
2021-03-23 16:30:01.048 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2035d65b
|
|
2021-03-23 16:30:01.050 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@394fb736
|
|
2021-03-23 16:30:01.051 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@394fb736
|
|
2021-03-23 16:30:01.053 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@13004dd8
|
|
2021-03-23 16:30:01.053 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@13004dd8
|
|
2021-03-23 16:30:01.054 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@314b7945
|
|
2021-03-23 16:30:01.054 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@314b7945
|
|
2021-03-23 16:30:01.056 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@59d6642a
|
|
2021-03-23 16:30:01.056 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@59d6642a
|
|
2021-03-23 16:30:01.057 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@288728e
|
|
2021-03-23 16:30:01.057 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@288728e
|
|
2021-03-23 16:30:01.058 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@4c5406b
|
|
2021-03-23 16:30:01.060 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@3e52ed5d
|
|
2021-03-23 16:30:01.060 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@3e52ed5d
|
|
2021-03-23 16:30:01.061 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@3e52ed5d
|
|
2021-03-23 16:30:01.062 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@147efd9
|
|
2021-03-23 16:30:01.063 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@147efd9
|
|
2021-03-23 16:30:01.063 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@147efd9
|
|
2021-03-23 16:30:01.064 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@3ef3f661
|
|
2021-03-23 16:30:01.065 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@78479f2b
|
|
2021-03-23 16:30:01.066 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@7b377a53
|
|
2021-03-23 16:30:01.067 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@7b377a53
|
|
2021-03-23 16:30:01.067 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@7b377a53
|
|
2021-03-23 16:30:01.068 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@27358a19
|
|
2021-03-23 16:30:01.068 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@27358a19
|
|
2021-03-23 16:30:01.068 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@27358a19
|
|
2021-03-23 16:30:01.069 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@5d5d3a5c
|
|
2021-03-23 16:30:01.070 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@4601047
|
|
2021-03-23 16:30:01.072 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@d108406
|
|
2021-03-23 16:30:01.072 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@d108406
|
|
2021-03-23 16:30:01.073 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@6a5dd083
|
|
2021-03-23 16:30:01.075 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@7f5ce33e
|
|
2021-03-23 16:30:01.075 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@7f5ce33e
|
|
2021-03-23 16:30:01.077 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@66a82a13
|
|
2021-03-23 16:30:01.078 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@66a82a13
|
|
2021-03-23 16:30:01.079 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@46d0f89c
|
|
2021-03-23 16:30:01.079 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@5773d271
|
|
2021-03-23 16:30:01.082 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@40dd552c
|
|
2021-03-23 16:30:01.085 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@474e34e4
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@474e34e4
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@51eb0e84
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4ce267cc
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@2eebce87
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6ee37ca7
|
|
2021-03-23 16:30:01.086 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@6775c0d1
|
|
2021-03-23 16:30:01.087 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@38f617f4
|
|
2021-03-23 16:30:01.087 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@4899799b
|
|
2021-03-23 16:30:01.087 DEBUG 22684 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@3dea226b
|
|
2021-03-23 16:30:01.171 INFO 22684 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
|
|
2021-03-23 16:30:01.284 DEBUG 22684 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7e31062c] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@595fed99]
|
|
2021-03-23 16:30:01.543 DEBUG 22684 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType
|
|
2021-03-23 16:30:01.545 DEBUG 22684 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus
|
|
2021-03-23 16:30:01.742 DEBUG 22684 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@7e31062c] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@2beee3e8]
|
|
2021-03-23 16:30:02.414 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board CASCADE
|
|
2021-03-23 16:30:02.417 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_bookmark CASCADE
|
|
2021-03-23 16:30:02.417 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_comment CASCADE
|
|
2021-03-23 16:30:02.417 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_hits CASCADE
|
|
2021-03-23 16:30:02.417 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_like CASCADE
|
|
2021-03-23 16:30:02.417 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_report CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_scrap CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_type CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists logs CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists mail_template CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice CASCADE
|
|
2021-03-23 16:30:02.418 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice_like CASCADE
|
|
2021-03-23 16:30:02.419 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user CASCADE
|
|
2021-03-23 16:30:02.419 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_interest CASCADE
|
|
2021-03-23 16:30:02.419 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_login_history CASCADE
|
|
2021-03-23 16:30:02.419 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_point CASCADE
|
|
2021-03-23 16:30:02.422 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
create table board (
|
|
id bigint generated by default as identity,
|
|
content clob,
|
|
publish_end_date date,
|
|
publish_start_date date,
|
|
reg_date timestamp,
|
|
reply_contents clob,
|
|
title varchar(255),
|
|
top_yn boolean not null,
|
|
board_type_id bigint,
|
|
user_id bigint,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:30:02.435 DEBUG 22684 --- [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-23 16:30:02.436 DEBUG 22684 --- [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-23 16:30:02.437 DEBUG 22684 --- [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-23 16:30:02.437 DEBUG 22684 --- [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-23 16:30:02.439 DEBUG 22684 --- [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-23 16:30:02.440 DEBUG 22684 --- [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-23 16:30:02.441 DEBUG 22684 --- [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-23 16:30:02.442 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
create table logs (
|
|
id bigint generated by default as identity,
|
|
reg_date timestamp,
|
|
text clob,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:30:02.443 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
create table mail_template (
|
|
id bigint generated by default as identity,
|
|
contents varchar(255),
|
|
reg_date timestamp,
|
|
send_email varchar(255),
|
|
send_user_name varchar(255),
|
|
template_id varchar(255),
|
|
title varchar(255),
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:30:02.444 DEBUG 22684 --- [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-23 16:30:02.445 DEBUG 22684 --- [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-23 16:30:02.448 DEBUG 22684 --- [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,
|
|
password_reset_key varchar(255),
|
|
password_reset_yn boolean 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-23 16:30:02.449 DEBUG 22684 --- [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-23 16:30:02.450 DEBUG 22684 --- [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-23 16:30:02.452 DEBUG 22684 --- [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-23 16:30:02.453 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user
|
|
add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email)
|
|
2021-03-23 16:30:02.458 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FK59iw5qt320s9l10vbxey9as5p
|
|
foreign key (board_type_id)
|
|
references board_type
|
|
2021-03-23 16:30:02.470 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FKfyf1fchnby6hndhlfaidier1r
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.471 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_bookmark
|
|
add constraint FK_BOARD_BOOKMARK_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.473 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_BOARD_ID
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:30:02.474 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.476 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FK8ptvjkodqmonm762uo9v8ocha
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:30:02.477 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FKjkkt5o4uyvoo26g31v71pww4w
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.479 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:30:02.481 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKpf406vodal6lejcg4fkwcjr2o
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.483 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_scrap
|
|
add constraint FK_BOARD_SCRAP_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.485 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice
|
|
add constraint FKcvf4mh5se36inrxn7xlh2brfv
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.487 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKm2krt4h5dcpydbb4tlvxyr27
|
|
foreign key (notice_id)
|
|
references notice
|
|
2021-03-23 16:30:02.488 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKnplmervi6gx6dqj4vpnq7jn6g
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.490 DEBUG 22684 --- [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-23 16:30:02.492 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_interest
|
|
add constraint FK_USER_INTEREST_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.494 DEBUG 22684 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_point
|
|
add constraint FK_USER_POINT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:30:02.499 INFO 22684 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
|
|
2021-03-23 16:30:02.507 TRACE 22684 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2beee3e8] for TypeConfiguration
|
|
2021-03-23 16:30:02.509 INFO 22684 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2021-03-23 16:30:04.150 WARN 22684 --- [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-23 16:30:04.510 INFO 22684 --- [main] .s.s.UserDetailsServiceAutoConfiguration :
|
|
|
|
Using generated security password: 4add762d-ff99-474d-8d47-c940b8af02fe
|
|
|
|
2021-03-23 16:30:04.646 INFO 22684 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1db565f2, org.springframework.security.web.context.SecurityContextPersistenceFilter@40ed4674, org.springframework.security.web.header.HeaderWriterFilter@3ecc9baa, org.springframework.security.web.authentication.logout.LogoutFilter@4fae4c3b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@377cc0f8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@535aa7c7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c0a143, org.springframework.security.web.session.SessionManagementFilter@6b7e4db6, org.springframework.security.web.access.ExceptionTranslationFilter@294ab038, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3df4cd96]
|
|
2021-03-23 16:30:04.905 INFO 22684 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-03-23 16:30:05.234 INFO 22684 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
2021-03-23 16:30:05.307 INFO 22684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
|
2021-03-23 16:30:05.327 INFO 22684 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 9.104 seconds (JVM running for 11.577)
|
|
2021-03-23 16:32:53.758 INFO 8572 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 8572 (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-23 16:32:53.767 INFO 8572 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default
|
|
2021-03-23 16:32:55.897 INFO 8572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2021-03-23 16:32:56.239 INFO 8572 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 329 ms. Found 16 JPA repository interfaces.
|
|
2021-03-23 16:32:57.643 INFO 8572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
|
2021-03-23 16:32:57.658 INFO 8572 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2021-03-23 16:32:57.659 INFO 8572 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-03-23 16:32:58.015 INFO 8572 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2021-03-23 16:32:58.017 INFO 8572 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4108 ms
|
|
2021-03-23 16:32:58.102 INFO 8572 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2021-03-23 16:32:58.286 INFO 8572 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2021-03-23 16:32:58.295 INFO 8572 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb'
|
|
2021-03-23 16:32:58.585 INFO 8572 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2021-03-23 16:32:58.690 INFO 8572 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final
|
|
2021-03-23 16:32:58.991 INFO 8572 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
|
2021-03-23 16:32:59.040 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@421ead7e
|
|
2021-03-23 16:32:59.041 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@421ead7e
|
|
2021-03-23 16:32:59.041 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@421ead7e
|
|
2021-03-23 16:32:59.042 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@6826b70f
|
|
2021-03-23 16:32:59.043 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@5e67a490
|
|
2021-03-23 16:32:59.044 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@7f4e5a39
|
|
2021-03-23 16:32:59.046 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6682e6a5
|
|
2021-03-23 16:32:59.046 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@6682e6a5
|
|
2021-03-23 16:32:59.046 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@6682e6a5
|
|
2021-03-23 16:32:59.047 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@37c1cfa
|
|
2021-03-23 16:32:59.049 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@37c1cfa
|
|
2021-03-23 16:32:59.050 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@37c1cfa
|
|
2021-03-23 16:32:59.053 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@28b458e6
|
|
2021-03-23 16:32:59.053 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@28b458e6
|
|
2021-03-23 16:32:59.053 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@28b458e6
|
|
2021-03-23 16:32:59.055 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@401788d5
|
|
2021-03-23 16:32:59.055 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@401788d5
|
|
2021-03-23 16:32:59.055 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@401788d5
|
|
2021-03-23 16:32:59.057 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2b01c689
|
|
2021-03-23 16:32:59.057 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@2b01c689
|
|
2021-03-23 16:32:59.057 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@2b01c689
|
|
2021-03-23 16:32:59.058 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@439f2d87
|
|
2021-03-23 16:32:59.058 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@439f2d87
|
|
2021-03-23 16:32:59.059 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@439f2d87
|
|
2021-03-23 16:32:59.060 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@60b616c8
|
|
2021-03-23 16:32:59.060 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@60b616c8
|
|
2021-03-23 16:32:59.060 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@60b616c8
|
|
2021-03-23 16:32:59.061 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@4f64d9cb
|
|
2021-03-23 16:32:59.061 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@4f64d9cb
|
|
2021-03-23 16:32:59.062 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@ee96866
|
|
2021-03-23 16:32:59.062 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@ee96866
|
|
2021-03-23 16:32:59.063 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@3855d9b2
|
|
2021-03-23 16:32:59.063 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@3855d9b2
|
|
2021-03-23 16:32:59.064 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@2cae5fa7
|
|
2021-03-23 16:32:59.066 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@da09250
|
|
2021-03-23 16:32:59.069 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@112c2930
|
|
2021-03-23 16:32:59.069 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@112c2930
|
|
2021-03-23 16:32:59.071 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@beabd6b
|
|
2021-03-23 16:32:59.071 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@beabd6b
|
|
2021-03-23 16:32:59.072 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@5980fa73
|
|
2021-03-23 16:32:59.072 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@5980fa73
|
|
2021-03-23 16:32:59.074 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@4357524b
|
|
2021-03-23 16:32:59.074 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@4357524b
|
|
2021-03-23 16:32:59.075 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@2fbd390
|
|
2021-03-23 16:32:59.075 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@2fbd390
|
|
2021-03-23 16:32:59.076 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@45eab322
|
|
2021-03-23 16:32:59.076 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@45eab322
|
|
2021-03-23 16:32:59.077 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@19ae36f4
|
|
2021-03-23 16:32:59.077 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@19ae36f4
|
|
2021-03-23 16:32:59.079 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@1002d192
|
|
2021-03-23 16:32:59.079 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@1002d192
|
|
2021-03-23 16:32:59.082 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@541d4d9f
|
|
2021-03-23 16:32:59.083 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@541d4d9f
|
|
2021-03-23 16:32:59.086 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@3c16528d
|
|
2021-03-23 16:32:59.086 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@3c16528d
|
|
2021-03-23 16:32:59.088 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@677cb96e
|
|
2021-03-23 16:32:59.089 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@677cb96e
|
|
2021-03-23 16:32:59.090 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@7574d4ad
|
|
2021-03-23 16:32:59.090 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@7574d4ad
|
|
2021-03-23 16:32:59.090 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@7574d4ad
|
|
2021-03-23 16:32:59.092 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@33627576
|
|
2021-03-23 16:32:59.093 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@7272ee51
|
|
2021-03-23 16:32:59.093 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@7272ee51
|
|
2021-03-23 16:32:59.093 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@7272ee51
|
|
2021-03-23 16:32:59.095 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@762a10b6
|
|
2021-03-23 16:32:59.095 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@240a2619
|
|
2021-03-23 16:32:59.097 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3070f3e6
|
|
2021-03-23 16:32:59.097 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3070f3e6
|
|
2021-03-23 16:32:59.101 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@4fc6e776
|
|
2021-03-23 16:32:59.102 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@4fc6e776
|
|
2021-03-23 16:32:59.103 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@32da97fd
|
|
2021-03-23 16:32:59.103 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@32da97fd
|
|
2021-03-23 16:32:59.105 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@365cef67
|
|
2021-03-23 16:32:59.105 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@365cef67
|
|
2021-03-23 16:32:59.106 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@b7d2d51
|
|
2021-03-23 16:32:59.106 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@b7d2d51
|
|
2021-03-23 16:32:59.107 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@66b0e207
|
|
2021-03-23 16:32:59.109 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@6a96d639
|
|
2021-03-23 16:32:59.109 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@6a96d639
|
|
2021-03-23 16:32:59.109 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@6a96d639
|
|
2021-03-23 16:32:59.110 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@1e120628
|
|
2021-03-23 16:32:59.111 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@1e120628
|
|
2021-03-23 16:32:59.111 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@1e120628
|
|
2021-03-23 16:32:59.113 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@baa9ce4
|
|
2021-03-23 16:32:59.113 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@2755617b
|
|
2021-03-23 16:32:59.116 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@1b0e031b
|
|
2021-03-23 16:32:59.117 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@1b0e031b
|
|
2021-03-23 16:32:59.117 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@1b0e031b
|
|
2021-03-23 16:32:59.121 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@8077c97
|
|
2021-03-23 16:32:59.121 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@8077c97
|
|
2021-03-23 16:32:59.121 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@8077c97
|
|
2021-03-23 16:32:59.123 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@6e0d16a4
|
|
2021-03-23 16:32:59.124 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@25e8e59
|
|
2021-03-23 16:32:59.127 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@799c8758
|
|
2021-03-23 16:32:59.127 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@799c8758
|
|
2021-03-23 16:32:59.128 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@77663cd7
|
|
2021-03-23 16:32:59.130 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@638afcaa
|
|
2021-03-23 16:32:59.130 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@638afcaa
|
|
2021-03-23 16:32:59.134 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@675ec28b
|
|
2021-03-23 16:32:59.134 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@675ec28b
|
|
2021-03-23 16:32:59.135 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@570b2057
|
|
2021-03-23 16:32:59.136 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@59f45950
|
|
2021-03-23 16:32:59.138 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@33f4c769
|
|
2021-03-23 16:32:59.141 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@7e2c6702
|
|
2021-03-23 16:32:59.141 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@7e2c6702
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4ce267cc
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@2eebce87
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@6ee37ca7
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@6775c0d1
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@38f617f4
|
|
2021-03-23 16:32:59.142 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@4899799b
|
|
2021-03-23 16:32:59.143 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@3dea226b
|
|
2021-03-23 16:32:59.143 DEBUG 8572 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@74500e4f
|
|
2021-03-23 16:32:59.269 INFO 8572 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
|
|
2021-03-23 16:32:59.420 DEBUG 8572 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@595fed99] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@7d522180]
|
|
2021-03-23 16:32:59.770 DEBUG 8572 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType
|
|
2021-03-23 16:32:59.772 DEBUG 8572 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus
|
|
2021-03-23 16:33:00.069 DEBUG 8572 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@595fed99] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@732d078d]
|
|
2021-03-23 16:33:00.963 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board CASCADE
|
|
2021-03-23 16:33:00.971 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_bookmark CASCADE
|
|
2021-03-23 16:33:00.972 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_comment CASCADE
|
|
2021-03-23 16:33:00.972 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_hits CASCADE
|
|
2021-03-23 16:33:00.972 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_like CASCADE
|
|
2021-03-23 16:33:00.973 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_report CASCADE
|
|
2021-03-23 16:33:00.973 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_scrap CASCADE
|
|
2021-03-23 16:33:00.973 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_type CASCADE
|
|
2021-03-23 16:33:00.973 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists logs CASCADE
|
|
2021-03-23 16:33:00.973 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists mail_template CASCADE
|
|
2021-03-23 16:33:00.974 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice CASCADE
|
|
2021-03-23 16:33:00.974 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice_like CASCADE
|
|
2021-03-23 16:33:00.974 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user CASCADE
|
|
2021-03-23 16:33:00.975 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_interest CASCADE
|
|
2021-03-23 16:33:00.975 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_login_history CASCADE
|
|
2021-03-23 16:33:00.975 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_point CASCADE
|
|
2021-03-23 16:33:00.980 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
create table board (
|
|
id bigint generated by default as identity,
|
|
content clob,
|
|
publish_end_date date,
|
|
publish_start_date date,
|
|
reg_date timestamp,
|
|
reply_contents clob,
|
|
title varchar(255),
|
|
top_yn boolean not null,
|
|
board_type_id bigint,
|
|
user_id bigint,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:33:01.006 DEBUG 8572 --- [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-23 16:33:01.007 DEBUG 8572 --- [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-23 16:33:01.008 DEBUG 8572 --- [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-23 16:33:01.009 DEBUG 8572 --- [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-23 16:33:01.011 DEBUG 8572 --- [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-23 16:33:01.012 DEBUG 8572 --- [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-23 16:33:01.014 DEBUG 8572 --- [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-23 16:33:01.018 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
create table logs (
|
|
id bigint generated by default as identity,
|
|
reg_date timestamp,
|
|
text clob,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:33:01.019 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
create table mail_template (
|
|
id bigint generated by default as identity,
|
|
contents varchar(255),
|
|
reg_date timestamp,
|
|
send_email varchar(255),
|
|
send_user_name varchar(255),
|
|
template_id varchar(255),
|
|
title varchar(255),
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:33:01.020 DEBUG 8572 --- [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-23 16:33:01.022 DEBUG 8572 --- [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-23 16:33:01.026 DEBUG 8572 --- [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,
|
|
password_reset_key varchar(255),
|
|
password_reset_yn boolean 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-23 16:33:01.027 DEBUG 8572 --- [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-23 16:33:01.028 DEBUG 8572 --- [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-23 16:33:01.030 DEBUG 8572 --- [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-23 16:33:01.033 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user
|
|
add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email)
|
|
2021-03-23 16:33:01.042 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FK59iw5qt320s9l10vbxey9as5p
|
|
foreign key (board_type_id)
|
|
references board_type
|
|
2021-03-23 16:33:01.060 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FKfyf1fchnby6hndhlfaidier1r
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.062 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_bookmark
|
|
add constraint FK_BOARD_BOOKMARK_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.067 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_BOARD_ID
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:33:01.070 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.072 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FK8ptvjkodqmonm762uo9v8ocha
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:33:01.076 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FKjkkt5o4uyvoo26g31v71pww4w
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.078 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:33:01.082 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKpf406vodal6lejcg4fkwcjr2o
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.089 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_scrap
|
|
add constraint FK_BOARD_SCRAP_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.092 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice
|
|
add constraint FKcvf4mh5se36inrxn7xlh2brfv
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.095 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKm2krt4h5dcpydbb4tlvxyr27
|
|
foreign key (notice_id)
|
|
references notice
|
|
2021-03-23 16:33:01.102 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKnplmervi6gx6dqj4vpnq7jn6g
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.106 DEBUG 8572 --- [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-23 16:33:01.109 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_interest
|
|
add constraint FK_USER_INTEREST_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.112 DEBUG 8572 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_point
|
|
add constraint FK_USER_POINT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:33:01.128 INFO 8572 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
|
|
2021-03-23 16:33:01.152 TRACE 8572 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@732d078d] for TypeConfiguration
|
|
2021-03-23 16:33:01.157 INFO 8572 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2021-03-23 16:33:03.202 WARN 8572 --- [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-23 16:33:03.828 INFO 8572 --- [main] .s.s.UserDetailsServiceAutoConfiguration :
|
|
|
|
Using generated security password: a25ad609-1819-4aa4-a00f-46792df540b8
|
|
|
|
2021-03-23 16:33:04.076 INFO 8572 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c577368, org.springframework.security.web.context.SecurityContextPersistenceFilter@108fd5d5, org.springframework.security.web.header.HeaderWriterFilter@4f1aa2bc, org.springframework.security.web.authentication.logout.LogoutFilter@930911e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@28b47211, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4fe3199d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@57c7ec30, org.springframework.security.web.session.SessionManagementFilter@25c98637, org.springframework.security.web.access.ExceptionTranslationFilter@3ecc9baa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3ba015b1]
|
|
2021-03-23 16:33:04.505 INFO 8572 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-03-23 16:33:04.895 INFO 8572 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
2021-03-23 16:33:04.995 INFO 8572 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
|
2021-03-23 16:33:05.013 INFO 8572 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 12.374 seconds (JVM running for 15.609)
|
|
2021-03-23 16:33:52.417 INFO 8572 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-03-23 16:33:52.419 INFO 8572 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
2021-03-23 16:33:52.422 INFO 8572 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
|
|
2021-03-23 16:33:52.506 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : #########################################
|
|
2021-03-23 16:33:52.506 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : [interceptor] - preHandler start
|
|
2021-03-23 16:33:52.507 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : #########################################
|
|
2021-03-23 16:33:52.507 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : POST /api/public/user/password/reset
|
|
2021-03-23 16:33:52.541 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.c.interceptor.CommonInterceptor : null
|
|
2021-03-23 16:33:52.560 INFO 8572 --- [http-nio-8080-exec-1] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.AuthFailException인증정보가 정확하지 않습니다
|
|
2021-03-23 16:35:06.543 INFO 16716 --- [main] c.e.r.RestControllerApplication : Starting RestControllerApplication using Java 11.0.8 on DESKTOP-8F3AB8V with PID 16716 (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-23 16:35:06.551 INFO 16716 --- [main] c.e.r.RestControllerApplication : No active profile set, falling back to default profiles: default
|
|
2021-03-23 16:35:08.544 INFO 16716 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
|
2021-03-23 16:35:08.937 INFO 16716 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 373 ms. Found 16 JPA repository interfaces.
|
|
2021-03-23 16:35:10.545 INFO 16716 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
|
2021-03-23 16:35:10.569 INFO 16716 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
|
2021-03-23 16:35:10.570 INFO 16716 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.41]
|
|
2021-03-23 16:35:10.942 INFO 16716 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
|
2021-03-23 16:35:10.942 INFO 16716 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4289 ms
|
|
2021-03-23 16:35:11.102 INFO 16716 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
|
2021-03-23 16:35:11.381 INFO 16716 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
|
2021-03-23 16:35:11.396 INFO 16716 --- [main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:testDb'
|
|
2021-03-23 16:35:11.773 INFO 16716 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
|
2021-03-23 16:35:11.881 INFO 16716 --- [main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.27.Final
|
|
2021-03-23 16:35:12.154 INFO 16716 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
|
2021-03-23 16:35:12.220 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@48ccbb32
|
|
2021-03-23 16:35:12.221 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@48ccbb32
|
|
2021-03-23 16:35:12.222 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@48ccbb32
|
|
2021-03-23 16:35:12.222 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@3b6c2be6
|
|
2021-03-23 16:35:12.224 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@4ae280da
|
|
2021-03-23 16:35:12.225 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@446b64b3
|
|
2021-03-23 16:35:12.241 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@3a4e524
|
|
2021-03-23 16:35:12.241 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@3a4e524
|
|
2021-03-23 16:35:12.241 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@3a4e524
|
|
2021-03-23 16:35:12.243 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@30159886
|
|
2021-03-23 16:35:12.244 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@30159886
|
|
2021-03-23 16:35:12.244 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@30159886
|
|
2021-03-23 16:35:12.246 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@19eea77c
|
|
2021-03-23 16:35:12.247 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@19eea77c
|
|
2021-03-23 16:35:12.247 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@19eea77c
|
|
2021-03-23 16:35:12.251 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@69feb4d9
|
|
2021-03-23 16:35:12.252 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@69feb4d9
|
|
2021-03-23 16:35:12.252 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@69feb4d9
|
|
2021-03-23 16:35:12.254 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@3ccb12d
|
|
2021-03-23 16:35:12.254 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@3ccb12d
|
|
2021-03-23 16:35:12.254 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@3ccb12d
|
|
2021-03-23 16:35:12.256 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@41fc0084
|
|
2021-03-23 16:35:12.256 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@41fc0084
|
|
2021-03-23 16:35:12.257 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@41fc0084
|
|
2021-03-23 16:35:12.260 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4628a02b
|
|
2021-03-23 16:35:12.260 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@4628a02b
|
|
2021-03-23 16:35:12.261 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@4628a02b
|
|
2021-03-23 16:35:12.262 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@5203c80f
|
|
2021-03-23 16:35:12.262 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@5203c80f
|
|
2021-03-23 16:35:12.267 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@4cae66a8
|
|
2021-03-23 16:35:12.267 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@4cae66a8
|
|
2021-03-23 16:35:12.269 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@3181d4de
|
|
2021-03-23 16:35:12.269 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@3181d4de
|
|
2021-03-23 16:35:12.271 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@1815577b
|
|
2021-03-23 16:35:12.273 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@ee96866
|
|
2021-03-23 16:35:12.274 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@3855d9b2
|
|
2021-03-23 16:35:12.274 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@3855d9b2
|
|
2021-03-23 16:35:12.277 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@532dacf5
|
|
2021-03-23 16:35:12.277 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@532dacf5
|
|
2021-03-23 16:35:12.279 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@2f4d01b6
|
|
2021-03-23 16:35:12.280 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@2f4d01b6
|
|
2021-03-23 16:35:12.286 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@661e279d
|
|
2021-03-23 16:35:12.286 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@661e279d
|
|
2021-03-23 16:35:12.288 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@32e5af53
|
|
2021-03-23 16:35:12.288 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@32e5af53
|
|
2021-03-23 16:35:12.290 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@27bcb4ad
|
|
2021-03-23 16:35:12.291 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@27bcb4ad
|
|
2021-03-23 16:35:12.292 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e191150
|
|
2021-03-23 16:35:12.292 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@1e191150
|
|
2021-03-23 16:35:12.294 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@aca3c85
|
|
2021-03-23 16:35:12.295 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@aca3c85
|
|
2021-03-23 16:35:12.302 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@1002d192
|
|
2021-03-23 16:35:12.302 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@1002d192
|
|
2021-03-23 16:35:12.307 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@edb83f8
|
|
2021-03-23 16:35:12.307 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@edb83f8
|
|
2021-03-23 16:35:12.310 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@aa752bb
|
|
2021-03-23 16:35:12.310 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@aa752bb
|
|
2021-03-23 16:35:12.313 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6e807e2
|
|
2021-03-23 16:35:12.314 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6e807e2
|
|
2021-03-23 16:35:12.314 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6e807e2
|
|
2021-03-23 16:35:12.317 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@41a16eb3
|
|
2021-03-23 16:35:12.321 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@652e345
|
|
2021-03-23 16:35:12.321 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@652e345
|
|
2021-03-23 16:35:12.321 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@652e345
|
|
2021-03-23 16:35:12.323 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@1af677f8
|
|
2021-03-23 16:35:12.325 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@2dcd0e41
|
|
2021-03-23 16:35:12.327 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@3a45afd4
|
|
2021-03-23 16:35:12.328 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@3a45afd4
|
|
2021-03-23 16:35:12.332 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@2035d65b
|
|
2021-03-23 16:35:12.332 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@2035d65b
|
|
2021-03-23 16:35:12.334 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@394fb736
|
|
2021-03-23 16:35:12.334 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@394fb736
|
|
2021-03-23 16:35:12.336 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@13004dd8
|
|
2021-03-23 16:35:12.336 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@13004dd8
|
|
2021-03-23 16:35:12.338 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@314b7945
|
|
2021-03-23 16:35:12.339 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@314b7945
|
|
2021-03-23 16:35:12.340 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@2049e582
|
|
2021-03-23 16:35:12.342 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@288728e
|
|
2021-03-23 16:35:12.342 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@288728e
|
|
2021-03-23 16:35:12.342 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@288728e
|
|
2021-03-23 16:35:12.344 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@7308c820
|
|
2021-03-23 16:35:12.345 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@7308c820
|
|
2021-03-23 16:35:12.345 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@7308c820
|
|
2021-03-23 16:35:12.347 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@3e52ed5d
|
|
2021-03-23 16:35:12.352 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@14d1737a
|
|
2021-03-23 16:35:12.354 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@23e2c1ca
|
|
2021-03-23 16:35:12.354 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@23e2c1ca
|
|
2021-03-23 16:35:12.354 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@23e2c1ca
|
|
2021-03-23 16:35:12.357 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@78479f2b
|
|
2021-03-23 16:35:12.357 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@78479f2b
|
|
2021-03-23 16:35:12.357 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@78479f2b
|
|
2021-03-23 16:35:12.359 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@49653791
|
|
2021-03-23 16:35:12.359 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@1b0e031b
|
|
2021-03-23 16:35:12.361 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@5d5d3a5c
|
|
2021-03-23 16:35:12.362 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@5d5d3a5c
|
|
2021-03-23 16:35:12.363 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4601047
|
|
2021-03-23 16:35:12.368 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@d108406
|
|
2021-03-23 16:35:12.368 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@d108406
|
|
2021-03-23 16:35:12.371 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@394a6d2b
|
|
2021-03-23 16:35:12.371 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@394a6d2b
|
|
2021-03-23 16:35:12.372 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@7f5ce33e
|
|
2021-03-23 16:35:12.373 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7aae1170
|
|
2021-03-23 16:35:12.376 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@a457c2b
|
|
2021-03-23 16:35:12.384 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@4ebd6fd6
|
|
2021-03-23 16:35:12.385 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@4ebd6fd6
|
|
2021-03-23 16:35:12.387 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@4438938e
|
|
2021-03-23 16:35:12.387 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@4e50ae56
|
|
2021-03-23 16:35:12.387 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@1c68d0db
|
|
2021-03-23 16:35:12.387 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@9be7319
|
|
2021-03-23 16:35:12.388 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@91a2543
|
|
2021-03-23 16:35:12.388 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@42730828
|
|
2021-03-23 16:35:12.388 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@18c7f6b5
|
|
2021-03-23 16:35:12.388 DEBUG 16716 --- [main] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@629b780f
|
|
2021-03-23 16:35:12.512 INFO 16716 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
|
|
2021-03-23 16:35:12.666 DEBUG 16716 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4a9b92c6] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@6eed46e9]
|
|
2021-03-23 16:35:12.958 DEBUG 16716 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.model.UserPointType
|
|
2021-03-23 16:35:12.960 DEBUG 16716 --- [main] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum com.example.restcontroller.user.entity.UserStatus
|
|
2021-03-23 16:35:13.328 DEBUG 16716 --- [main] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@4a9b92c6] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@2493eec6]
|
|
2021-03-23 16:35:14.738 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board CASCADE
|
|
2021-03-23 16:35:14.743 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_bookmark CASCADE
|
|
2021-03-23 16:35:14.743 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_comment CASCADE
|
|
2021-03-23 16:35:14.744 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_hits CASCADE
|
|
2021-03-23 16:35:14.744 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_like CASCADE
|
|
2021-03-23 16:35:14.744 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_report CASCADE
|
|
2021-03-23 16:35:14.744 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_scrap CASCADE
|
|
2021-03-23 16:35:14.745 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists board_type CASCADE
|
|
2021-03-23 16:35:14.745 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists logs CASCADE
|
|
2021-03-23 16:35:14.745 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists mail_template CASCADE
|
|
2021-03-23 16:35:14.745 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice CASCADE
|
|
2021-03-23 16:35:14.746 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists notice_like CASCADE
|
|
2021-03-23 16:35:14.746 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user CASCADE
|
|
2021-03-23 16:35:14.748 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_interest CASCADE
|
|
2021-03-23 16:35:14.751 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_login_history CASCADE
|
|
2021-03-23 16:35:14.752 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
drop table if exists user_point CASCADE
|
|
2021-03-23 16:35:14.756 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
create table board (
|
|
id bigint generated by default as identity,
|
|
content clob,
|
|
publish_end_date date,
|
|
publish_start_date date,
|
|
reg_date timestamp,
|
|
reply_contents clob,
|
|
title varchar(255),
|
|
top_yn boolean not null,
|
|
board_type_id bigint,
|
|
user_id bigint,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:35:14.779 DEBUG 16716 --- [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-23 16:35:14.782 DEBUG 16716 --- [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-23 16:35:14.784 DEBUG 16716 --- [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-23 16:35:14.785 DEBUG 16716 --- [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-23 16:35:14.787 DEBUG 16716 --- [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-23 16:35:14.789 DEBUG 16716 --- [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-23 16:35:14.792 DEBUG 16716 --- [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-23 16:35:14.794 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
create table logs (
|
|
id bigint generated by default as identity,
|
|
reg_date timestamp,
|
|
text clob,
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:35:14.795 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
create table mail_template (
|
|
id bigint generated by default as identity,
|
|
contents varchar(255),
|
|
reg_date timestamp,
|
|
send_email varchar(255),
|
|
send_user_name varchar(255),
|
|
template_id varchar(255),
|
|
title varchar(255),
|
|
primary key (id)
|
|
)
|
|
2021-03-23 16:35:14.799 DEBUG 16716 --- [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-23 16:35:14.804 DEBUG 16716 --- [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-23 16:35:14.811 DEBUG 16716 --- [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,
|
|
password_reset_key varchar(255),
|
|
password_reset_yn boolean 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-23 16:35:14.817 DEBUG 16716 --- [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-23 16:35:14.819 DEBUG 16716 --- [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-23 16:35:14.822 DEBUG 16716 --- [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-23 16:35:14.824 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user
|
|
add constraint UK_ob8kqyqqgmefl0aco34akdtpe unique (email)
|
|
2021-03-23 16:35:14.828 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FK59iw5qt320s9l10vbxey9as5p
|
|
foreign key (board_type_id)
|
|
references board_type
|
|
2021-03-23 16:35:14.845 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board
|
|
add constraint FKfyf1fchnby6hndhlfaidier1r
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.851 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_bookmark
|
|
add constraint FK_BOARD_BOOKMARK_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.854 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_BOARD_ID
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:35:14.857 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_comment
|
|
add constraint FK_BOARD_COMMENT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.859 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FK8ptvjkodqmonm762uo9v8ocha
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:35:14.861 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_hits
|
|
add constraint FKjkkt5o4uyvoo26g31v71pww4w
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.865 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKk7rxm8vl1ptqqhwdj2sjmlpvq
|
|
foreign key (board_id)
|
|
references board
|
|
2021-03-23 16:35:14.869 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_like
|
|
add constraint FKpf406vodal6lejcg4fkwcjr2o
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.871 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table board_scrap
|
|
add constraint FK_BOARD_SCRAP_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.873 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice
|
|
add constraint FKcvf4mh5se36inrxn7xlh2brfv
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.874 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKm2krt4h5dcpydbb4tlvxyr27
|
|
foreign key (notice_id)
|
|
references notice
|
|
2021-03-23 16:35:14.877 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table notice_like
|
|
add constraint FKnplmervi6gx6dqj4vpnq7jn6g
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.879 DEBUG 16716 --- [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-23 16:35:14.887 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_interest
|
|
add constraint FK_USER_INTEREST_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.891 DEBUG 16716 --- [main] org.hibernate.SQL :
|
|
|
|
alter table user_point
|
|
add constraint FK_USER_POINT_USER_ID
|
|
foreign key (user_id)
|
|
references user
|
|
2021-03-23 16:35:14.904 INFO 16716 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
|
|
2021-03-23 16:35:14.921 TRACE 16716 --- [main] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@2493eec6] for TypeConfiguration
|
|
2021-03-23 16:35:14.926 INFO 16716 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
|
2021-03-23 16:35:17.142 WARN 16716 --- [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-23 16:35:17.582 INFO 16716 --- [main] .s.s.UserDetailsServiceAutoConfiguration :
|
|
|
|
Using generated security password: c9849bd4-6f4a-4fd4-a787-6a01e7d1bf9d
|
|
|
|
2021-03-23 16:35:17.735 INFO 16716 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22942eff, org.springframework.security.web.context.SecurityContextPersistenceFilter@255b84a9, org.springframework.security.web.header.HeaderWriterFilter@5fee3c9c, org.springframework.security.web.authentication.logout.LogoutFilter@3093161a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@26723525, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@795e8ef5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@26bbbe9e, org.springframework.security.web.session.SessionManagementFilter@30259c61, org.springframework.security.web.access.ExceptionTranslationFilter@74cf2d5f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@488c6c98]
|
|
2021-03-23 16:35:18.029 INFO 16716 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
|
|
2021-03-23 16:35:18.443 INFO 16716 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
|
|
2021-03-23 16:35:18.536 INFO 16716 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
|
2021-03-23 16:35:18.556 INFO 16716 --- [main] c.e.r.RestControllerApplication : Started RestControllerApplication in 13.05 seconds (JVM running for 15.875)
|
|
2021-03-23 16:35:31.071 INFO 16716 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2021-03-23 16:35:31.073 INFO 16716 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
|
|
2021-03-23 16:35:31.075 INFO 16716 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
|
|
2021-03-23 16:35:31.492 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:35:31.493 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전!
|
|
2021-03-23 16:35:31.493 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:35:31.538 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:35:31.538 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 전!
|
|
2021-03-23 16:35:31.539 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:35:31.607 DEBUG 16716 --- [http-nio-8080-exec-1] org.hibernate.SQL :
|
|
select
|
|
user0_.id as id1_12_,
|
|
user0_.email as email2_12_,
|
|
user0_.lock_yn as lock_yn3_12_,
|
|
user0_.password as password4_12_,
|
|
user0_.password_reset_key as password5_12_,
|
|
user0_.password_reset_yn as password6_12_,
|
|
user0_.phone as phone7_12_,
|
|
user0_.reg_date as reg_date8_12_,
|
|
user0_.status as status9_12_,
|
|
user0_.update_date as update_10_12_,
|
|
user0_.user_name as user_na11_12_
|
|
from
|
|
user user0_
|
|
where
|
|
user0_.email=?
|
|
and user0_.user_name=?
|
|
2021-03-23 16:35:31.617 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com]
|
|
2021-03-23 16:35:31.617 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [kim]
|
|
2021-03-23 16:35:31.621 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_12_] : [BIGINT]) - [1]
|
|
2021-03-23 16:35:31.627 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([email2_12_] : [VARCHAR]) - [haerong22@gmail.com]
|
|
2021-03-23 16:35:31.627 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([lock_yn3_12_] : [BOOLEAN]) - [false]
|
|
2021-03-23 16:35:31.628 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password4_12_] : [VARCHAR]) - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6]
|
|
2021-03-23 16:35:31.629 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password5_12_] : [VARCHAR]) - [null]
|
|
2021-03-23 16:35:31.629 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([password6_12_] : [BOOLEAN]) - [false]
|
|
2021-03-23 16:35:31.629 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([phone7_12_] : [VARCHAR]) - [010-1234-1234]
|
|
2021-03-23 16:35:31.631 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date8_12_] : [TIMESTAMP]) - [2021-02-20T00:50:11]
|
|
2021-03-23 16:35:31.634 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([status9_12_] : [VARCHAR]) - [USING]
|
|
2021-03-23 16:35:31.634 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([update_10_12_] : [TIMESTAMP]) - [null]
|
|
2021-03-23 16:35:31.635 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([user_na11_12_] : [VARCHAR]) - [kim]
|
|
2021-03-23 16:35:31.657 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardBookmarkList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardCommentList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardHitsList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardLikeList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.boardScrapList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeLikeList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.noticeList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userInterestList#1]
|
|
2021-03-23 16:35:31.658 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userList#1]
|
|
2021-03-23 16:35:31.659 TRACE 16716 --- [http-nio-8080-exec-1] org.hibernate.type.CollectionType : Created collection wrapper: [com.example.restcontroller.user.entity.User.userPointList#1]
|
|
2021-03-23 16:35:31.709 DEBUG 16716 --- [http-nio-8080-exec-1] org.hibernate.SQL :
|
|
select
|
|
mailtempla0_.id as id1_9_,
|
|
mailtempla0_.contents as contents2_9_,
|
|
mailtempla0_.reg_date as reg_date3_9_,
|
|
mailtempla0_.send_email as send_ema4_9_,
|
|
mailtempla0_.send_user_name as send_use5_9_,
|
|
mailtempla0_.template_id as template6_9_,
|
|
mailtempla0_.title as title7_9_
|
|
from
|
|
mail_template mailtempla0_
|
|
where
|
|
mailtempla0_.template_id=?
|
|
2021-03-23 16:35:31.710 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [USER_RESET_PASSWORD]
|
|
2021-03-23 16:35:31.710 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_9_] : [BIGINT]) - [1]
|
|
2021-03-23 16:35:31.710 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([contents2_9_] : [VARCHAR]) - [<div><p>{USER_NAME}님 안녕하세요.</p><p>아래 링크를 클릭하여, 비밀번호를 초기화해 주세요.</p><p><a href="{SERVER_URL}/reset?key={RESET_PASSWORD_KEY}">초기화</a></p></div>]
|
|
2021-03-23 16:35:31.710 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([reg_date3_9_] : [TIMESTAMP]) - [2021-03-23T16:35:15.117862]
|
|
2021-03-23 16:35:31.711 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_ema4_9_] : [VARCHAR]) - [test.email.12588@gmail.com]
|
|
2021-03-23 16:35:31.711 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([send_use5_9_] : [VARCHAR]) - [관리자]
|
|
2021-03-23 16:35:31.711 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([template6_9_] : [VARCHAR]) - [USER_RESET_PASSWORD]
|
|
2021-03-23 16:35:31.711 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([title7_9_] : [VARCHAR]) - [{USER_NAME}님의 비밀번호 초기화 요청입니다.]
|
|
2021-03-23 16:35:35.889 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:35:35.889 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : 서비스 호출 후!
|
|
2021-03-23 16:35:35.889 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:35:35.897 DEBUG 16716 --- [http-nio-8080-exec-1] org.hibernate.SQL :
|
|
update
|
|
user
|
|
set
|
|
email=?,
|
|
lock_yn=?,
|
|
password=?,
|
|
password_reset_key=?,
|
|
password_reset_yn=?,
|
|
phone=?,
|
|
reg_date=?,
|
|
status=?,
|
|
update_date=?,
|
|
user_name=?
|
|
where
|
|
id=?
|
|
2021-03-23 16:35:35.900 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com]
|
|
2021-03-23 16:35:35.901 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [BOOLEAN] - [false]
|
|
2021-03-23 16:35:35.901 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [3] as [VARCHAR] - [$2a$10$2ElPbt2mwiAc9IYH3rgJz.YZInXlUd363utdyU0TWfne6Y3vKh8h6]
|
|
2021-03-23 16:35:35.901 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [4] as [VARCHAR] - [47a08d5e-c250-4aa3-b5c3-b543767c8e40]
|
|
2021-03-23 16:35:35.901 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [5] as [BOOLEAN] - [true]
|
|
2021-03-23 16:35:35.901 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [6] as [VARCHAR] - [010-1234-1234]
|
|
2021-03-23 16:35:35.902 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [7] as [TIMESTAMP] - [2021-02-20T00:50:11]
|
|
2021-03-23 16:35:35.902 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [8] as [VARCHAR] - [USING]
|
|
2021-03-23 16:35:35.902 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [9] as [TIMESTAMP] - [null]
|
|
2021-03-23 16:35:35.902 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [10] as [VARCHAR] - [kim]
|
|
2021-03-23 16:35:35.903 TRACE 16716 --- [http-nio-8080-exec-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [11] as [BIGINT] - [1]
|
|
2021-03-23 16:35:35.921 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:35:35.921 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 후!
|
|
2021-03-23 16:35:35.921 INFO 16716 --- [http-nio-8080-exec-1] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:36:29.874 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:36:29.875 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : 컨트롤러 호출 전!
|
|
2021-03-23 16:36:29.875 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.BoardLogger : ############################################################
|
|
2021-03-23 16:36:29.876 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:36:29.876 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : 서비스 호출 전!
|
|
2021-03-23 16:36:29.876 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.aop.LoginLogger : ############################################################
|
|
2021-03-23 16:36:29.878 DEBUG 16716 --- [http-nio-8080-exec-3] org.hibernate.SQL :
|
|
select
|
|
user0_.id as id1_12_,
|
|
user0_.email as email2_12_,
|
|
user0_.lock_yn as lock_yn3_12_,
|
|
user0_.password as password4_12_,
|
|
user0_.password_reset_key as password5_12_,
|
|
user0_.password_reset_yn as password6_12_,
|
|
user0_.phone as phone7_12_,
|
|
user0_.reg_date as reg_date8_12_,
|
|
user0_.status as status9_12_,
|
|
user0_.update_date as update_10_12_,
|
|
user0_.user_name as user_na11_12_
|
|
from
|
|
user user0_
|
|
where
|
|
user0_.email=?
|
|
and user0_.user_name=?
|
|
2021-03-23 16:36:29.878 TRACE 16716 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [1] as [VARCHAR] - [haerong22@gmail.com]
|
|
2021-03-23 16:36:29.879 TRACE 16716 --- [http-nio-8080-exec-3] o.h.type.descriptor.sql.BasicBinder : binding parameter [2] as [VARCHAR] - [k22im]
|
|
2021-03-23 16:36:29.887 INFO 16716 --- [http-nio-8080-exec-3] c.e.r.common.GlobalExceptionHandler : com.example.restcontroller.common.exception.BizException회원 정보가 존재하지 않습니다.
|