inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

코드살인마님의 게시글

코드살인마 코드살인마

@jaehyen21439

수강평 작성수
-
평균평점
-

게시글 6

질문&답변

JPA 강의 중 SpringConfig Bean 오류

application.properties에서 spring.datasource.url=jdbc:h2:~/test 를 spring.datasource.url=jdbc:h2:tcp://localhost/~/test 로 변경하니 에러 없이 잘 돌아가는데 혹시 이유가 뭔가요?

좋아요수
0
댓글수
2
조회수
2376

질문&답변

Undertow-> tomcat 으로 다시 변경할 때

해결했습니다 alias 정보를 tomcat 으로 해놓고 key-store를 keystore로 적었습니다 항상 좋은 강의해주셔서 감사합니다

좋아요수
0
댓글수
7
조회수
558

질문&답변

Undertow-> tomcat 으로 다시 변경할 때

강사님 같은 오류로 질문합니다. server.ssl.keystore = keystore.p12 server.ssl.key-store-type= PKCS12 server.ssl.key-store-password=1234 server.ssl.key-alias= spring 현재 application.properties 의 코드이고 이 코드를 지우면 잘 돌아가는데 이 코드를 넣으면 2020-09-02 17:01:13.181 ERROR 1427 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured. Action: Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port. 이런 오류가 뜹니다

좋아요수
0
댓글수
7
조회수
558

질문&답변

Undertow-> tomcat 으로 다시 변경할 때

4.0.0 org.example Spring7 1.0-SNAPSHOT org.springframework.boot spring-boot-starter-parent 2.0.3.RELEASE org.springframework.boot spring-boot-starter-web --> --> org.springframework.boot --> spring-boot-starter-tomcat --> --> --> org.springframework.boot spring-boot-starter-tomcat org.springframework.boot spring-boot-maven-plugin

좋아요수
0
댓글수
7
조회수
558