일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- spring DB Connection
- JPA DB 다중 Connection
- spring JPA DB multi Connection
- JPA DB Connection 다중
- Transactions Propagation Option
- @Builder @NoArgsConstructor
- CrudRepository update
- JAVA Exception 종류
- spring mapper
- spring JPA DB Connection
- Data Annotation
- Spring JPA Specification
- repository annotation
- AllArgsConstructor
- mapper annotationo
- 도커 컨테이너 로그
- vueslot
- 자바버그수정
- spring mapper annotation
- spring repository
- 도커 logs
- 도커 로그 확인
- vuecomponent
- JpaRepository update
- spring @mapper
- docker 로그
- doker logs tail
- Vue
- Spring
- NoArgsConstructor
- Today
- Total
목록Backend/maven (2)
개발을 잘하고 싶은 개발자
다른 블로그에서는 분명 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와 같이 사용해서 인 것같다.... 그래서 다른블로그들 말만 믿고 에러만 쳐다보다가 결국 찾은..
1.pom.xml 4.0.0 com.company.sample webservice-test war 1.0-SNAPSHOT webservice-test Maven Webapp http://maven.apache.org org.springframework spring-webmvc 4.2.4.RELEASE org.springframework spring-core 4.2.4.RELEASE org.springframework spring-web 4.2.4.RELEASE org.apache.velocity velocity 1.7 org.springframework spring-context-support 4.2.4.RELEASE webservice-test 2. web.xml Archetype Created Web..