일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Thymeleaf
- 오픈소스
- Open Source
- 문서
- JDBC
- MSSQL
- AJAX
- MySQL
- Eclipse
- Tomcat
- Spring Boot
- Python
- myBatis
- ubuntu
- Docker
- JavaScript
- error
- spring
- maven
- 설정
- Source
- Exception
- STS
- Core Java
- IntelliJ
- PostgreSQL
- jpa
- oracle
- SpringBoot
- git
- Today
- Total
목록Exception (114)
헤르메스 LIFE
오류내용 ERROR in ./node_modules/vue-loader/lib/template-compiler?{"id":"data-v-2fff0124","hasScoped":false,"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/TodoInput.vue Module build failed: SyntaxError: Unexpected token (1:153) at Parser.pp$4.raise (C:\project\workspace\vuesample\vue-todo\node_modules\vue-template-es2015-compiler\buble.js:..
일단 구글링으로 해결했습니다. 아래 출처에 자세한 설명이 있으니 확인해봐야 겠습니다. org.glassfish.jaxb jaxb-runtime https://luvstudy.tistory.com/61 JDK 11에서 java.xml.bind 관련 에러 발생하는 경우 JDK 9나 10에서 프로젝트 실행 시 아래와 같은 오류가 나게 되는 경우가 있다. Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBContext Java EE 모듈과 CORBA 모듈이 Deprecated 되면서 기본.. luvstudy.tistory.com https://pekahblog.tistory.com/62 [Spring] javax/xml/bind/DatatypeCo..
개발환경 Spring Boot 기본프로젝스 생성 후 Maven Install 하여 jar를 생성하던 중 아래와 같은 오류가 발생했습니다. 2022-06-25 15:43:30.351 ERROR 1452 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to det..
개발환경 Spring Boot Spring Security ... 제 프로젝트에 Swagger를 사용하기 위해 셋팅을 해 봤는데, http://localhost:8080/swagger-ui.html 접속이 안되고 있습니다. 원인은 Spring Security 가 접속을 막는 듯 보여집니다. 심규남님의 소스를 통해서 잘 되는 소스를 이용해서 제가 원하는 환경을 테스트 할 수 있었습니다. 1. @EnableWebMvc 와 WebMvcConfigurer 의 관계를 공부할 수 있었습니다. 2. @EnableSwagger2를 반드시 넣어줘야 합니다. 3. addResourceHandlers 함수를 Override 해줘야 합니다. @Configuration @EnableWebMvc // spring-security..
여러가지 이상한 로그가 보여집니다. 2022-03-27 02:21:20.726 DEBUG 21440 --- [ main] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: unknown javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) ~[na:na] at java...
개발환경 Spring Boot : 2.6.5 Spring Web : 2.6.5 Spring Security : 5.6.2 Sprint Tomcat : java-JWT : 3.18.3 Lombok : 1.18.22 DB : Postgresql 23:18:35.883 ERROR o.a.c.c.C.[.[.[.[dispatcherServlet].log(175) - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id "null" at org.springframe..
STS 환경하에서 Gradle 환경으로 개발환경을 구축하던 중 아래와 같은 오류가 발생 했습니다. Cannot use Gradle object after build has finished. Java home 을 지정해주니 해결 됐습니다.
layout:decorator 를 아무리 찾아봐도, 최근 소스를 참조해도.. 전부 layout:decorator 를 사용하더군요.. ^^;; layout:decorator -> layout:decorate 로 변경된 듯 합니다. 레이아웃을 사용해 페이지 구성하기! OKKY 의 Dierslair님, k011215님 감사합니다. https://okky.kr/article/1132029 OKKY | thymeleaf - layout:decorator 가 제대로 작동하지 않습니다. layout 폴더에 만들어둔 defaultLayout 만 따로 실행했을땐 분명 내부에 집어넣은 fragment 들도 다 잘 작동하는데, 이상하게 index2.html에서 layout:decorator layout/defaultLayo..
개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 6. Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 7. Spring Security : 5.6.1 8. lombok 9. Thymeleaf 3.0.14 17:45:47.766 ERROR org.thymeleaf.TemplateEngine.process(1136) - [THYMELEAF][http-nio-9090-exec-7] Exception processing template "loginForm": Error reso..
개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 6. Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 7. Spring Security : 5.6.1 8. lombok 23:17:26.019 [http-nio-9090-exec-8] INFO c.s.s.c.auth.PrincipalDetailsService - userId :: 1 23:17:26.041 [http-nio-9090-exec-8] DEBUG org.hibernate.SQL - select user0_.id ..