Spring
의존성 주입, 트랜잭션 관리, 웹 응용 프로그램, 데이터 액세스, 메시징, 테스트 등을위한 핵심 지원.
mybatis
Spring에서 DB 작업을 하기위해서 지속성 프레임워크인 mybatis를 사용하여 DB 작업을 구현하고자 한다.
2. pom.xml 설정
3. 파일 만들기
4. ...
자세한 내용은 참고URL를 통하여 알아보세요.
참고 ::
Spring : https://projects.spring.io/spring-framework/
Spring 개발 환경 구축 : http://addio3305.tistory.com/35
mybatis 연동 :
1) http://hellogk.tistory.com/93
2) http://mobicon.tistory.com/382
3) http://roqkffhwk.tistory.com/110
mysql 설치 : http://withcoding.com/26
반응형
'Java Story' 카테고리의 다른 글
[ JAVA ] [ Mybatis ] mapper 파일 등록 (단일/다수) (0) | 2016.04.01 |
---|---|
[ JAVA ] [ Spring ] rrd4j 그래프 그리기 (0) | 2016.04.01 |
[Spring] [Mybatis] Request processing failed; nested exception is java.lang.NullPointerException (0) | 2016.03.30 |
[JAVA] [CentOS] 이클립스 설치 (0) | 2016.03.24 |
[ Java ] Persisted Framework (0) | 2016.03.21 |
[ Java ] The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path" (0) | 2016.02.11 |
[ JAVA ] 이클립스-개발환경-UTF8-인코딩-설정 (0) | 2016.02.04 |
[ JAVA ] 이클립스 getset auto shutcut 만들기 (0) | 2016.02.03 |