Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring
- spring JPA DB Connection
- AllArgsConstructor
- 도커 logs
- Data Annotation
- @Builder @NoArgsConstructor
- Transactions Propagation Option
- 도커 로그 확인
- NoArgsConstructor
- 자바버그수정
- JPA DB Connection 다중
- JPA DB 다중 Connection
- spring mapper annotation
- Vue
- CrudRepository update
- JAVA Exception 종류
- spring DB Connection
- spring repository
- spring JPA DB multi Connection
- JpaRepository update
- spring mapper
- mapper annotationo
- repository annotation
- vueslot
- doker logs tail
- docker 로그
- spring @mapper
- 도커 컨테이너 로그
- Spring JPA Specification
- vuecomponent
Archives
- Today
- Total
목록Spring (2)
개발을 잘하고 싶은 개발자
jsonView InternalResourceViewResolver 설정,velocity( Spring 4, IntelliJ)
다른 블로그에서는 분명 2 3 4 5 이렇게 사용하라고 했지만 결론은... HTTP Status 500 - Servlet.init() for servlet bbs threw exception 500에러가 발생한다 그 이유는 com.fasterxml.jackson.core jackson-databind 2.7.3 com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.7.3 commons-logging commons-logging 1.2 javax.servlet javax.servlet-api 3.1.0 dependency를 넣지 않아서도 아니고 왠지 velocity와 같이 사용해서 인 것같다.... 그래서 다른블로그들 말만 믿고 에러만 쳐다보다가 결국 찾은..
Backend/maven
2016. 3. 18. 14:33
src/main에 있던 webapp을 건드렸다 만들었다 하다가 webapp 디렉토리 폴더의 모양이처음엔 위에 사진처럼 디렉토리 안에 지구(?)모양이 있었는데 잠깐 이름바꾸면서인가?지웠다가 다시만들었는데 저 지구모양이 사라지면서web.xml에 servlet-mapping이 에러가났다. 아래처럼 에러 내용은 저렇지만 maven에는 어느정도 다 넣었다고 생각한다. 그래서 디렉토리를 지구가 들어있는 디렉토리로 바꾸려고 해 보았지만 못찾아서...다른 메이븐+spring webapp 프로젝트를 만들어 거기있는 webapp을 복사 해 왔다. 복사 해 온 지구들어있는 디렉토리에 web.xml에서는 에러가 나지않았다.
Backend/spring
2016. 1. 28. 11:45