작성
·
179
1
안녕하세요 강사님 질 좋은 강의 항상 감사드립니다.
다름이 아니라 해당 강의의 7분 이후부터 실행의 오류가 떠서
제 나름대로 이전에 쓰던 Member 클래스를 삭제하지 않고 그대로 써서 있는 오류라 생각하고 import 해당 부분을 삭제 하고 다시 실행을 해보니
화면과 같이 몇 시간째 계속 구동만 하고 있습니다 ㅠㅠ
혹시 어떤 부분에서 이상이 생긴건지 알고 싶습니다.
H2 데이터베이스도 다시 껐다 켜보니 테이블의 속성들과 엔티티들이 제대로 생성 되었으나 프로젝트가 제대로 실행이 안되네요..
오전 4:23:06: Executing task 'JpashopApplication.main()'...
Starting Gradle Daemon...
Gradle Daemon started in 7 s 113 ms
> Task :compileJava
> Task :processResources UP-TO-DATE
> Task :classes
> Task :JpashopApplication.main()
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.4.6)
2021-06-13 04:23:31.474 INFO 9616 --- [ restartedMain] jpabook.jpashop.JpashopApplication : Starting JpashopApplication using Java 11.0.7 on DESKTOP-JN8L91B with PID 9616 (C:\Users\jmg98\Desktop\spring-study\jpashop\build\classes\java\main started by jmg98 in C:\Users\jmg98\Desktop\spring-study\jpashop)
2021-06-13 04:23:31.480 INFO 9616 --- [ restartedMain] jpabook.jpashop.JpashopApplication : No active profile set, falling back to default profiles: default
2021-06-13 04:23:31.609 INFO 9616 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2021-06-13 04:23:31.609 INFO 9616 --- [ restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2021-06-13 04:23:33.528 INFO 9616 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-06-13 04:23:33.568 INFO 9616 --- [ restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 0 JPA repository interfaces.
2021-06-13 04:23:36.861 INFO 9616 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2021-06-13 04:23:36.886 INFO 9616 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-06-13 04:23:36.887 INFO 9616 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.46]
2021-06-13 04:23:37.109 INFO 9616 --- [ restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-06-13 04:23:37.109 INFO 9616 --- [ restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5490 ms
2021-06-13 04:23:37.415 INFO 9616 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-06-13 04:23:37.530 INFO 9616 --- [ restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-06-13 04:23:37.543 INFO 9616 --- [ restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:tcp://localhost/~/jpashop'
2021-06-13 04:23:37.814 INFO 9616 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2021-06-13 04:23:37.926 INFO 9616 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.31.Final
2021-06-13 04:23:38.265 INFO 9616 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-13 04:23:38.329 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@707695b9
2021-06-13 04:23:38.329 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration boolean -> org.hibernate.type.BooleanType@707695b9
2021-06-13 04:23:38.329 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@707695b9
2021-06-13 04:23:38.331 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@58db1cb
2021-06-13 04:23:38.332 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration true_false -> org.hibernate.type.TrueFalseType@322582ea
2021-06-13 04:23:38.333 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration yes_no -> org.hibernate.type.YesNoType@39657700
2021-06-13 04:23:38.336 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2acaddb3
2021-06-13 04:23:38.336 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration byte -> org.hibernate.type.ByteType@2acaddb3
2021-06-13 04:23:38.336 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@2acaddb3
2021-06-13 04:23:38.339 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration character -> org.hibernate.type.CharacterType@36a0dc2b
2021-06-13 04:23:38.339 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration char -> org.hibernate.type.CharacterType@36a0dc2b
2021-06-13 04:23:38.339 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@36a0dc2b
2021-06-13 04:23:38.341 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@25a931e6
2021-06-13 04:23:38.342 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration short -> org.hibernate.type.ShortType@25a931e6
2021-06-13 04:23:38.342 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Short -> org.hibernate.type.ShortType@25a931e6
2021-06-13 04:23:38.345 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration integer -> org.hibernate.type.IntegerType@4bf5ff2a
2021-06-13 04:23:38.345 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration int -> org.hibernate.type.IntegerType@4bf5ff2a
2021-06-13 04:23:38.345 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@4bf5ff2a
2021-06-13 04:23:38.347 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@29d778e5
2021-06-13 04:23:38.347 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration long -> org.hibernate.type.LongType@29d778e5
2021-06-13 04:23:38.348 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Long -> org.hibernate.type.LongType@29d778e5
2021-06-13 04:23:38.350 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@1c961bf9
2021-06-13 04:23:38.350 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration float -> org.hibernate.type.FloatType@1c961bf9
2021-06-13 04:23:38.350 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Float -> org.hibernate.type.FloatType@1c961bf9
2021-06-13 04:23:38.352 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5e5dd60c
2021-06-13 04:23:38.353 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration double -> org.hibernate.type.DoubleType@5e5dd60c
2021-06-13 04:23:38.353 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@5e5dd60c
2021-06-13 04:23:38.355 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@3228f1b8
2021-06-13 04:23:38.356 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@3228f1b8
2021-06-13 04:23:38.357 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration big_integer -> org.hibernate.type.BigIntegerType@667b76d3
2021-06-13 04:23:38.358 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@667b76d3
2021-06-13 04:23:38.359 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration string -> org.hibernate.type.StringType@1e16df67
2021-06-13 04:23:38.359 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.String -> org.hibernate.type.StringType@1e16df67
2021-06-13 04:23:38.360 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration nstring -> org.hibernate.type.StringNVarcharType@7cf65dc4
2021-06-13 04:23:38.361 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@5eb9949f
2021-06-13 04:23:38.364 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration url -> org.hibernate.type.UrlType@4027c2f1
2021-06-13 04:23:38.364 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.net.URL -> org.hibernate.type.UrlType@4027c2f1
2021-06-13 04:23:38.366 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration Duration -> org.hibernate.type.DurationType@1286018c
2021-06-13 04:23:38.366 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Duration -> org.hibernate.type.DurationType@1286018c
2021-06-13 04:23:38.368 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration Instant -> org.hibernate.type.InstantType@1c38ca04
2021-06-13 04:23:38.370 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.Instant -> org.hibernate.type.InstantType@1c38ca04
2021-06-13 04:23:38.371 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDateTime -> org.hibernate.type.LocalDateTimeType@1483ec49
2021-06-13 04:23:38.371 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDateTime -> org.hibernate.type.LocalDateTimeType@1483ec49
2021-06-13 04:23:38.373 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalDate -> org.hibernate.type.LocalDateType@70426fd9
2021-06-13 04:23:38.373 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalDate -> org.hibernate.type.LocalDateType@70426fd9
2021-06-13 04:23:38.375 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration LocalTime -> org.hibernate.type.LocalTimeType@2c8bb7a6
2021-06-13 04:23:38.375 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.LocalTime -> org.hibernate.type.LocalTimeType@2c8bb7a6
2021-06-13 04:23:38.377 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2dcec937
2021-06-13 04:23:38.377 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetDateTime -> org.hibernate.type.OffsetDateTimeType@2dcec937
2021-06-13 04:23:38.379 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration OffsetTime -> org.hibernate.type.OffsetTimeType@4d5602fa
2021-06-13 04:23:38.379 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.OffsetTime -> org.hibernate.type.OffsetTimeType@4d5602fa
2021-06-13 04:23:38.381 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@41bf024
2021-06-13 04:23:38.382 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.time.ZonedDateTime -> org.hibernate.type.ZonedDateTimeType@41bf024
2021-06-13 04:23:38.384 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration date -> org.hibernate.type.DateType@4aff8dd6
2021-06-13 04:23:38.384 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Date -> org.hibernate.type.DateType@4aff8dd6
2021-06-13 04:23:38.385 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration time -> org.hibernate.type.TimeType@53960c84
2021-06-13 04:23:38.385 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Time -> org.hibernate.type.TimeType@53960c84
2021-06-13 04:23:38.387 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration timestamp -> org.hibernate.type.TimestampType@6744c497
2021-06-13 04:23:38.387 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@6744c497
2021-06-13 04:23:38.388 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Date -> org.hibernate.type.TimestampType@6744c497
2021-06-13 04:23:38.389 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@1033dd6
2021-06-13 04:23:38.391 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar -> org.hibernate.type.CalendarType@2c3651d7
2021-06-13 04:23:38.391 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@2c3651d7
2021-06-13 04:23:38.392 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@2c3651d7
2021-06-13 04:23:38.393 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@50711b9e
2021-06-13 04:23:38.395 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration calendar_time -> org.hibernate.type.CalendarTimeType@3b60b5e
2021-06-13 04:23:38.396 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration locale -> org.hibernate.type.LocaleType@760841d9
2021-06-13 04:23:38.397 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@760841d9
2021-06-13 04:23:38.399 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration currency -> org.hibernate.type.CurrencyType@2f9fc1a5
2021-06-13 04:23:38.399 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@2f9fc1a5
2021-06-13 04:23:38.402 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration timezone -> org.hibernate.type.TimeZoneType@661fac2a
2021-06-13 04:23:38.402 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@661fac2a
2021-06-13 04:23:38.403 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration class -> org.hibernate.type.ClassType@32ab17cb
2021-06-13 04:23:38.403 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Class -> org.hibernate.type.ClassType@32ab17cb
2021-06-13 04:23:38.404 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@59c49e5f
2021-06-13 04:23:38.405 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@59c49e5f
2021-06-13 04:23:38.406 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@fcf8928
2021-06-13 04:23:38.408 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration binary -> org.hibernate.type.BinaryType@215e3147
2021-06-13 04:23:38.408 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration byte[] -> org.hibernate.type.BinaryType@215e3147
2021-06-13 04:23:38.408 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration [B -> org.hibernate.type.BinaryType@215e3147
2021-06-13 04:23:38.410 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@5a099d86
2021-06-13 04:23:38.411 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@5a099d86
2021-06-13 04:23:38.411 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@5a099d86
2021-06-13 04:23:38.412 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration row_version -> org.hibernate.type.RowVersionType@419c267a
2021-06-13 04:23:38.413 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration image -> org.hibernate.type.ImageType@4f54fecd
2021-06-13 04:23:38.414 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration characters -> org.hibernate.type.CharArrayType@7691154b
2021-06-13 04:23:38.415 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration char[] -> org.hibernate.type.CharArrayType@7691154b
2021-06-13 04:23:38.415 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration [C -> org.hibernate.type.CharArrayType@7691154b
2021-06-13 04:23:38.416 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@e52e9e3
2021-06-13 04:23:38.416 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@e52e9e3
2021-06-13 04:23:38.416 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@e52e9e3
2021-06-13 04:23:38.417 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration text -> org.hibernate.type.TextType@4b9501f8
2021-06-13 04:23:38.418 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration ntext -> org.hibernate.type.NTextType@7b4c6401
2021-06-13 04:23:38.420 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration blob -> org.hibernate.type.BlobType@665eae40
2021-06-13 04:23:38.421 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@665eae40
2021-06-13 04:23:38.422 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@4693ed57
2021-06-13 04:23:38.424 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration clob -> org.hibernate.type.ClobType@27ef38ad
2021-06-13 04:23:38.424 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@27ef38ad
2021-06-13 04:23:38.426 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration nclob -> org.hibernate.type.NClobType@313e4b3c
2021-06-13 04:23:38.426 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@313e4b3c
2021-06-13 04:23:38.427 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@5e16595
2021-06-13 04:23:38.427 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@7b689e45
2021-06-13 04:23:38.429 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration serializable -> org.hibernate.type.SerializableType@200ed1b1
2021-06-13 04:23:38.434 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration object -> org.hibernate.type.ObjectType@32a495dc
2021-06-13 04:23:38.434 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@32a495dc
2021-06-13 04:23:38.435 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@11b9dc8f
2021-06-13 04:23:38.436 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@f054b24
2021-06-13 04:23:38.436 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@6ef05a37
2021-06-13 04:23:38.436 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@4461df08
2021-06-13 04:23:38.436 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@1be32eaf
2021-06-13 04:23:38.436 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@3e9a0a9c
2021-06-13 04:23:38.437 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@5257de9a
2021-06-13 04:23:38.437 DEBUG 9616 --- [ restartedMain] org.hibernate.type.BasicTypeRegistry : Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@1884d247
2021-06-13 04:23:38.598 INFO 9616 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2021-06-13 04:23:38.775 DEBUG 9616 --- [ restartedMain] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@c69eb7b] to MetadataBuildingContext [org.hibernate.boot.internal.MetadataBuildingContextRootImpl@4d4bd166]
2021-06-13 04:23:39.616 DEBUG 9616 --- [ restartedMain] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum jpabook.jpashop.domain.DeliveryStatus
2021-06-13 04:23:39.619 DEBUG 9616 --- [ restartedMain] org.hibernate.type.EnumType : Using NAMED-based conversion for Enum jpabook.jpashop.domain.OrderStatus
2021-06-13 04:23:39.619 DEBUG 9616 --- [ restartedMain] o.h.type.spi.TypeConfiguration$Scope : Scoping TypeConfiguration [org.hibernate.type.spi.TypeConfiguration@c69eb7b] to SessionFactoryImpl [org.hibernate.internal.SessionFactoryImpl@7a720798]
2021-06-13 04:23:40.454 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists category CASCADE
2021-06-13 04:23:40.459 INFO 9616 --- [ restartedMain] p6spy : #1623525820459 | took 1ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists category CASCADE
drop table if exists category CASCADE ;
2021-06-13 04:23:40.459 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists category_item CASCADE
2021-06-13 04:23:40.460 INFO 9616 --- [ restartedMain] p6spy : #1623525820460 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists category_item CASCADE
drop table if exists category_item CASCADE ;
2021-06-13 04:23:40.460 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists delivery CASCADE
2021-06-13 04:23:40.461 INFO 9616 --- [ restartedMain] p6spy : #1623525820461 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists delivery CASCADE
drop table if exists delivery CASCADE ;
2021-06-13 04:23:40.461 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists item CASCADE
2021-06-13 04:23:40.462 INFO 9616 --- [ restartedMain] p6spy : #1623525820462 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists item CASCADE
drop table if exists item CASCADE ;
2021-06-13 04:23:40.462 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists member CASCADE
2021-06-13 04:23:40.463 INFO 9616 --- [ restartedMain] p6spy : #1623525820463 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists member CASCADE
drop table if exists member CASCADE ;
2021-06-13 04:23:40.463 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists order_item CASCADE
2021-06-13 04:23:40.464 INFO 9616 --- [ restartedMain] p6spy : #1623525820464 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists order_item CASCADE
drop table if exists order_item CASCADE ;
2021-06-13 04:23:40.464 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop table if exists orders CASCADE
2021-06-13 04:23:40.465 INFO 9616 --- [ restartedMain] p6spy : #1623525820465 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop table if exists orders CASCADE
drop table if exists orders CASCADE ;
2021-06-13 04:23:40.465 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
drop sequence if exists hibernate_sequence
2021-06-13 04:23:40.466 INFO 9616 --- [ restartedMain] p6spy : #1623525820466 | took 0ms | statement | connection 2| url jdbc:h2:tcp://localhost/~/jpashop
drop sequence if exists hibernate_sequence
drop sequence if exists hibernate_sequence;
2021-06-13 04:23:40.469 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL : create sequence hibernate_sequence start with 1 increment by 1
2021-06-13 04:23:40.470 INFO 9616 --- [ restartedMain] p6spy : #1623525820470 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create sequence hibernate_sequence start with 1 increment by 1
create sequence hibernate_sequence start with 1 increment by 1;
2021-06-13 04:23:40.471 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table category (
category_id bigint not null,
name varchar(255),
parent_id bigint,
primary key (category_id)
)
2021-06-13 04:23:40.472 INFO 9616 --- [ restartedMain] p6spy : #1623525820472 | took 1ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table category (
category_id bigint not null,
name varchar(255),
parent_id bigint,
primary key (category_id)
)
create table category (
category_id bigint not null,
name varchar(255),
parent_id bigint,
primary key (category_id)
);
2021-06-13 04:23:40.473 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table category_item (
category_id bigint not null,
item_id bigint not null
)
2021-06-13 04:23:40.474 INFO 9616 --- [ restartedMain] p6spy : #1623525820474 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table category_item (
category_id bigint not null,
item_id bigint not null
)
create table category_item (
category_id bigint not null,
item_id bigint not null
);
2021-06-13 04:23:40.474 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table delivery (
delevery_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
status varchar(255),
primary key (delevery_id)
)
2021-06-13 04:23:40.475 INFO 9616 --- [ restartedMain] p6spy : #1623525820475 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table delivery (
delevery_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
status varchar(255),
primary key (delevery_id)
)
create table delivery (
delevery_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
status varchar(255),
primary key (delevery_id)
);
2021-06-13 04:23:40.475 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table item (
dtype varchar(31) not null,
item_id bigint not null,
name varchar(255),
price integer not null,
stock_quantity integer not null,
artist varchar(255),
etc varchar(255),
author varchar(255),
isbn varchar(255),
actor varchar(255),
director varchar(255),
primary key (item_id)
)
2021-06-13 04:23:40.476 INFO 9616 --- [ restartedMain] p6spy : #1623525820476 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table item (
dtype varchar(31) not null,
item_id bigint not null,
name varchar(255),
price integer not null,
stock_quantity integer not null,
artist varchar(255),
etc varchar(255),
author varchar(255),
isbn varchar(255),
actor varchar(255),
director varchar(255),
primary key (item_id)
)
create table item (
dtype varchar(31) not null,
item_id bigint not null,
name varchar(255),
price integer not null,
stock_quantity integer not null,
artist varchar(255),
etc varchar(255),
author varchar(255),
isbn varchar(255),
actor varchar(255),
director varchar(255),
primary key (item_id)
);
2021-06-13 04:23:40.476 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table member (
member_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
name varchar(255),
primary key (member_id)
)
2021-06-13 04:23:40.477 INFO 9616 --- [ restartedMain] p6spy : #1623525820477 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table member (
member_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
name varchar(255),
primary key (member_id)
)
create table member (
member_id bigint not null,
city varchar(255),
street varchar(255),
zipcode varchar(255),
name varchar(255),
primary key (member_id)
);
2021-06-13 04:23:40.478 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table order_item (
order_item_id bigint not null,
count integer not null,
order_price integer not null,
item_id bigint,
order_id bigint,
primary key (order_item_id)
)
2021-06-13 04:23:40.479 INFO 9616 --- [ restartedMain] p6spy : #1623525820479 | took 0ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table order_item (
order_item_id bigint not null,
count integer not null,
order_price integer not null,
item_id bigint,
order_id bigint,
primary key (order_item_id)
)
create table order_item (
order_item_id bigint not null,
count integer not null,
order_price integer not null,
item_id bigint,
order_id bigint,
primary key (order_item_id)
);
2021-06-13 04:23:40.479 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
create table orders (
order_id bigint not null,
order_date timestamp,
status varchar(255),
delivery_id bigint,
member_id bigint,
primary key (order_id)
)
2021-06-13 04:23:40.481 INFO 9616 --- [ restartedMain] p6spy : #1623525820481 | took 1ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
create table orders (
order_id bigint not null,
order_date timestamp,
status varchar(255),
delivery_id bigint,
member_id bigint,
primary key (order_id)
)
create table orders (
order_id bigint not null,
order_date timestamp,
status varchar(255),
delivery_id bigint,
member_id bigint,
primary key (order_id)
);
2021-06-13 04:23:40.481 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table category
add constraint FK2y94svpmqttx80mshyny85wqr
foreign key (parent_id)
references category
2021-06-13 04:23:40.483 INFO 9616 --- [ restartedMain] p6spy : #1623525820483 | took 2ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table category
add constraint FK2y94svpmqttx80mshyny85wqr
foreign key (parent_id)
references category
alter table category
add constraint FK2y94svpmqttx80mshyny85wqr
foreign key (parent_id)
references category;
2021-06-13 04:23:40.484 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table category_item
add constraint FKu8b4lwqutcdq3363gf6mlujq
foreign key (item_id)
references item
2021-06-13 04:23:40.486 INFO 9616 --- [ restartedMain] p6spy : #1623525820486 | took 1ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table category_item
add constraint FKu8b4lwqutcdq3363gf6mlujq
foreign key (item_id)
references item
alter table category_item
add constraint FKu8b4lwqutcdq3363gf6mlujq
foreign key (item_id)
references item;
2021-06-13 04:23:40.486 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table category_item
add constraint FKcq2n0opf5shyh84ex1fhukcbh
foreign key (category_id)
references category
2021-06-13 04:23:40.488 INFO 9616 --- [ restartedMain] p6spy : #1623525820488 | took 2ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table category_item
add constraint FKcq2n0opf5shyh84ex1fhukcbh
foreign key (category_id)
references category
alter table category_item
add constraint FKcq2n0opf5shyh84ex1fhukcbh
foreign key (category_id)
references category;
2021-06-13 04:23:40.489 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table order_item
add constraint FKija6hjjiit8dprnmvtvgdp6ru
foreign key (item_id)
references item
2021-06-13 04:23:40.491 INFO 9616 --- [ restartedMain] p6spy : #1623525820491 | took 1ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table order_item
add constraint FKija6hjjiit8dprnmvtvgdp6ru
foreign key (item_id)
references item
alter table order_item
add constraint FKija6hjjiit8dprnmvtvgdp6ru
foreign key (item_id)
references item;
2021-06-13 04:23:40.491 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table order_item
add constraint FKt4dc2r9nbvbujrljv3e23iibt
foreign key (order_id)
references orders
2021-06-13 04:23:40.493 INFO 9616 --- [ restartedMain] p6spy : #1623525820493 | took 1ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table order_item
add constraint FKt4dc2r9nbvbujrljv3e23iibt
foreign key (order_id)
references orders
alter table order_item
add constraint FKt4dc2r9nbvbujrljv3e23iibt
foreign key (order_id)
references orders;
2021-06-13 04:23:40.494 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table orders
add constraint FKtkrur7wg4d8ax0pwgo0vmy20c
foreign key (delivery_id)
references delivery
2021-06-13 04:23:40.497 INFO 9616 --- [ restartedMain] p6spy : #1623525820497 | took 3ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table orders
add constraint FKtkrur7wg4d8ax0pwgo0vmy20c
foreign key (delivery_id)
references delivery
alter table orders
add constraint FKtkrur7wg4d8ax0pwgo0vmy20c
foreign key (delivery_id)
references delivery;
2021-06-13 04:23:40.498 DEBUG 9616 --- [ restartedMain] org.hibernate.SQL :
alter table orders
add constraint FKpktxwhj3x9m4gth5ff6bkqgeb
foreign key (member_id)
references member
2021-06-13 04:23:40.500 INFO 9616 --- [ restartedMain] p6spy : #1623525820500 | took 2ms | statement | connection 3| url jdbc:h2:tcp://localhost/~/jpashop
alter table orders
add constraint FKpktxwhj3x9m4gth5ff6bkqgeb
foreign key (member_id)
references member
alter table orders
add constraint FKpktxwhj3x9m4gth5ff6bkqgeb
foreign key (member_id)
references member;
2021-06-13 04:23:40.504 INFO 9616 --- [ restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-13 04:23:40.520 TRACE 9616 --- [ restartedMain] o.h.type.spi.TypeConfiguration$Scope : Handling #sessionFactoryCreated from [org.hibernate.internal.SessionFactoryImpl@7a720798] for TypeConfiguration
2021-06-13 04:23:40.524 INFO 9616 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-06-13 04:23:40.550 INFO 9616 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2021-06-13 04:23:40.709 WARN 9616 --- [ restartedMain] 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-06-13 04:23:41.120 INFO 9616 --- [ restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2021-06-13 04:23:41.443 INFO 9616 --- [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2021-06-13 04:23:41.459 INFO 9616 --- [ restartedMain] jpabook.jpashop.JpashopApplication : Started JpashopApplication in 11.642 seconds (JVM running for 13.145)
답변 1
1
안녕하세요. taetae님^^
정상 상황입니다.
Gradle로 실행하면 로딩 처럼 보입니다.
로그에 tomcat start port 8080 이 지금처럼 보이면 성공입니다^^
웹 브라우져서에 다음과 같이 입력하면 됩니다.
http://localhost:8080
Gradle이 아닌 IntelliJ에서 직접 실행하려면 다음 링크에 있는 "Gradle JDK 설정" 부분을 참고해주세요.
여기에서 Build and Run Using을 IntelliJ IDEA로 설정해주시면 됩니다.
https://www.inflearn.com/questions/116973
감사합니다.