inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

스프링 시큐리티

ddl-auto = create가 적용이 안됩니다

471

박차니

작성한 질문수 6

0

2020-11-20 06:36:28.772  INFO 10976 --- [  restartedMain] i.s.c.CoreSpringSecurityApplication      : Starting CoreSpringSecurityApplication on chanui-MacBookPro.local with PID 10976 (/Users/chan/Desktop/spring/corespringsecurityfinal-master/target/classes started by chan in /Users/chan/Desktop/spring/corespringsecurityfinal-master)
2020-11-20 06:36:28.775  INFO 10976 --- [  restartedMain] i.s.c.CoreSpringSecurityApplication      : No active profile set, falling back to default profiles: default
2020-11-20 06:36:28.835  INFO 10976 --- [  restartedMain] o.s.b.devtools.restart.ChangeableUrls    : The Class-Path manifest attribute in /Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar referenced one or more files that do not exist: file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.xml.bind-api-2.3.2.jar,file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/txw2-2.3.2.jar,file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/istack-commons-runtime-3.0.8.jar,file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/stax-ex-1.8.1.jar,file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/FastInfoset-1.2.16.jar,file:/Users/chan/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jakarta.activation-api-1.2.1.jar
2020-11-20 06:36:28.836  INFO 10976 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2020-11-20 06:36:28.836  INFO 10976 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2020-11-20 06:36:29.583  INFO 10976 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2020-11-20 06:36:29.666  INFO 10976 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 1 repository interfaces.
2020-11-20 06:36:30.123  INFO 10976 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-11-20 06:36:30.406  INFO 10976 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8091 (http)
2020-11-20 06:36:30.416  INFO 10976 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2020-11-20 06:36:30.416  INFO 10976 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.27]
2020-11-20 06:36:30.492  INFO 10976 --- [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2020-11-20 06:36:30.492  INFO 10976 --- [  restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1656 ms
2020-11-20 06:36:30.740  INFO 10976 --- [  restartedMain] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-11-20 06:36:30.799  INFO 10976 --- [  restartedMain] org.hibernate.Version                    : HHH000412: Hibernate Core {5.4.8.Final}
2020-11-20 06:36:30.918  INFO 10976 --- [  restartedMain] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-11-20 06:36:31.014  INFO 10976 --- [  restartedMain] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2020-11-20 06:36:31.086  INFO 10976 --- [  restartedMain] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2020-11-20 06:36:31.102  INFO 10976 --- [  restartedMain] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
Hibernate: 
    
    drop table if exists "account" cascade

안녕하세요 강의 너무 잘듣고 있습니다!!! 현재 지금 디비에서 문제가 생겨서 진도가 안나갑니다 처음에 테이블 생성하고 유저 정보와 매니저 정보 저장하는거 까지 문제 없었습니다.근데 로그인을 시도하면  null 값과 함께 VIEW 에서 오류 코드 999 확인됩니다 혹시나 싶어서 다시 서버를 구동하면  localhost 자체가 접속이 안되고 있습니다. 에러 코드는 특별히 나오지 지 않습니다  혹시나 싶어서 db계정에 권한 문제 인가 싶어서 확인해보니 권한 문재도 아닌거 같고..  프로퍼티즈 에서 create 를 지우면 또 서버구동은 되는데 마찬가지로 localhost가 접속이 안되고 ... ㅠ 이것저것 해보다가 결국 짬뽕이 되버려서 여쭤 봅니다 ㅠㅠ 답답해 미치겠어요 ㅠㅠ

java spring-boot Spring Security

답변 3

0

정수원

네 해결되었다니 다행입니다.^^

그런데 쿼리 실행이 그렇게 오래 걸릴만한 이유가 딱히 없다면 어느 구간에서 시간이 오랫동안 소요되는지 체크해봐야 할 듯 싶습니다.

혹시 소스 올려 주실 수 있으세요?

0

박차니

아 그리고 선생님 이거 오류가 아니라 인텔리제이에서 쿼리 실행하는데 엄청난 시간이 소요 되네요 보통 10분넘게 있어야지 서버구동이 정상이 되는데 이거 해결할수 있는 방법이 없을까요?

0

박차니

선생님 자체 해결했습니다 commi이 안되서 발생하는 문제였어요.. ㅋㅋㅋ 해결하고도 어이가 없는 실수네요.. 허 ㅎ ㅓㅎ ㅓ..

시큐리티 공부 버전 질문

0

175

1

[해결 방법] MethodSecurityConfig.customMethodSecurityMetadataSource() 호출하지 않는 이슈

0

185

1

AbstractSecurityInterceptor.class.beforeInvocation()를 2번 실행하는 경우

0

174

1

강의 코드가 왜이렇게 뒤죽박죽인가요...

0

249

1

메인 페이지로 접속해도 login url로 리다이렉트가 되지 않습니다..

0

235

1

파라미터값이 넘어가지 않습니다 ....

0

374

1

security filterChain 설정 질문이 있습니다.

0

331

1

소스 부분 질문 드립니다.

0

208

2

섹션4 7번 강의 문제가 있는거 같네요.

0

344

2

파일이 수시로 이름이 바껴있네요 ㄷㄷ

0

304

1

HttpSessionSecurityContextRepository를 사용안하는 문제

0

555

2

error , exception 이 잘 안됩니다.

0

279

2

thymeleaf tag 질문합니다.

0

196

2

버전업하면서 deprecated된 것들이 너무많아요

0

478

1

spring security 패치 관련

0

437

1

모바일을 사용할때 토큰말고 세션

0

845

2

DB 연동한 인가 부분에 대한 질문입니다!

0

264

1

Ajax방식도 똑같이 Session방식을 사용하는건가요?

0

307

1

Config 파일 생성 시 질문이 있습니다.

0

225

1

강사님 몇일동안 구글 검색만 100개 했는데도 이유를 모르겠습니다..

1

429

2

403 에러 뜹니다.

0

813

2

login_proc의 존재에 대한 간략한 설명입니다

0

276

1

top.html에 로그인 링크를 만들어서 로그인을 해봤습니다

0

280

2

안녕하세요. DB에 저장될 때 이해 안 가는 값이 있어서 질문드립니다!

0

189

1