일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Data Annotation
- repository annotation
- 도커 로그 확인
- @Builder @NoArgsConstructor
- JAVA Exception 종류
- spring mapper
- docker 로그
- spring JPA DB multi Connection
- JPA DB 다중 Connection
- 자바버그수정
- 도커 컨테이너 로그
- Spring
- spring mapper annotation
- Vue
- JPA DB Connection 다중
- JpaRepository update
- mapper annotationo
- Transactions Propagation Option
- NoArgsConstructor
- vueslot
- spring JPA DB Connection
- spring @mapper
- CrudRepository update
- Spring JPA Specification
- doker logs tail
- spring repository
- spring DB Connection
- 도커 logs
- AllArgsConstructor
- vuecomponent
- Today
- Total
목록전체 글 (33)
개발을 잘하고 싶은 개발자
JPA의 장점으로 지금 프로젝트에서 편리한 점이 많지만 이런 예외(?)를 종종 맞닥드릴때마다 가이드 보면서 한단계 한단계 공부한다.. 간단한 호출이나 이런저런 쿼리를 사용하다 프로시져 호출할 일이 생겼다! @Entity @Table(name = "CAR") @NamedStoredProcedureQueries({ @NamedStoredProcedureQuery( name = "findByYearProcedure", procedureName = "FIND_CAR_BY_YEAR", resultClasses = { Car.class }, parameters = { @StoredProcedureParameter( name = "p_year", type = Integer.class, mode = ParameterM..

vue naver map에 대해 구글링 해서 찾은 "vue naver maps" 가이드를 보고 구현을 해보았다. 참고 https://shin-jaeheon.github.io/vue-naver-maps/#/ Vue 초.보.인 나로써 바로 내 소스에 녹이기에는 쉽지 않았다;; 게다가 vue의 팝업 위 팝업이라 이틀 정도 걸렸다. 아래 적용한 소스를 example로 올려본다 내 소스 환경 -> Vue + NuxtJS 1. nuxt.config.js 디렉토리 위치(프로젝트 바로 밑. /C/workspace/project1/nuxt.config.js) plugins: [ "~/plugins/naverMap.js" ], 2. naverMap.js 디렉토리 위치(/C/workspace/project1/plugins/..
다른 블로그에서는 분명 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와 같이 사용해서 인 것같다.... 그래서 다른블로그들 말만 믿고 에러만 쳐다보다가 결국 찾은..
src/main에 있던 webapp을 건드렸다 만들었다 하다가 webapp 디렉토리 폴더의 모양이처음엔 위에 사진처럼 디렉토리 안에 지구(?)모양이 있었는데 잠깐 이름바꾸면서인가?지웠다가 다시만들었는데 저 지구모양이 사라지면서web.xml에 servlet-mapping이 에러가났다. 아래처럼 에러 내용은 저렇지만 maven에는 어느정도 다 넣었다고 생각한다. 그래서 디렉토리를 지구가 들어있는 디렉토리로 바꾸려고 해 보았지만 못찾아서...다른 메이븐+spring webapp 프로젝트를 만들어 거기있는 webapp을 복사 해 왔다. 복사 해 온 지구들어있는 디렉토리에 web.xml에서는 에러가 나지않았다.
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..