일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Git
- JDBC connection pool
- 임베디드타입
- 자바제너릭
- 데이터베이트h2
- 에이치투데이터베이스
- JPAmapping
- 스프링부트기본설정
- javageneric
- httppie
- JPA프록시
- jpqlquery
- sql
- 이해와 원리
- JPAproxy
- springbootH2
- springbootproxy
- jpa
- embededtype
- JPA Hint & Lock
- 제이피큐엘쿼리
- springboot기본설정
- JPA값타입
- Open EntityManager
- spring
- MySqlType
- 스프링부트
- dockercmd
- OSIV
- gitinitial
- Today
- Total
목록전체 글 (69)
빡코

프로젝트를 생성후 아래와 같이 세팅해준다 servlet-context.xml 설정 pom.xml 파일 설정하기 4.0.0 com.jdbc springweb Springweb war 1.0.0-BUILD-SNAPSHOT 1.6 3.1.1.RELEASE 1.6.10 1.6.6 org.springframework spring-context ${org.springframework-version} commons-logging commons-logging org.springframework spring-webmvc ${org.springframework-version} org.aspectj aspectjrt ${org.aspectj-version} org.slf4j slf4j-api ${org.slf4j-versi..

스프링 3.0에서의 APO 개념. AOP(Aspect Oriented Programming : 관점지향프로그래밍) OOP(Object Oriented Programming :객체지향프로그래밍) //클래스 단위로 프로그래밍 불특정 다수의 객체(클래스,메소드)에 코드를 탈부착할수있게 만드는 기능 공통적으로 사용되는 부분(공통화해서 라이브러리 할수있는 부분 트랜젝션이나 에외부분)을 별도로 분리하는 기술 ********************************************************** 용어설명 **클래스를 벗어나서~~ [횡단 관심사] 모든 영역에 공통적으로 적용되는 코딩 어플리케이션 여러부분에 영향을 주는 기능 클래스들이 있고, 해당 각 클래스안에는 다수의 메소드들이 있는데, 이 메소드를..

[ SpringMyBatis 프로젝트 생성] 1. 프로젝트 생성 2.SpringJdbcTemplate 아래 Class 파일들을 복사해서 붙여넣어 준다 3.SpringJdbcTemplate 의 pom.xml 파일을 SpringMyBatis 프로젝트위에 덮어씌운다. 4.CustomMain.java Dao2 이름을 Dao로 변경!! [Maven 라이브러리 추가해주기] 주소 https://mvnrepository.com/ Maven Repository: Search/Browse/Explore Closure Compiler Externs Last Release on Nov 12, 2019 mvnrepository.com Maven 라이브러리 태그를 pom.xml에 추가해준다. 1. https://mvnreposi..