반응형
    
    
    
  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  | <dependency>     <groupId>org.mybatis</groupId>     <artifactId>mybatis</artifactId>     <version>3.2.2</version> </dependency> <dependency>     <groupId>org.mybatis</groupId>     <artifactId>mybatis-spring</artifactId>     <version>1.2.0</version> </dependency> <dependency>     <groupId>org.springframework</groupId>     <artifactId>spring-jdbc</artifactId>     <version>4.3.16.RELEASE</version> </dependency> <dependency>     <groupId>commons-dbcp</groupId>     <artifactId>commons-dbcp</artifactId>     <version>1.4</version> </dependency>  | cs | 
1 2 3 4 5 6 7  | <dependency>     <groupId>mysql</groupId>     <artifactId>mysql-connector-java</artifactId>     <version>5.1.31</version> </dependency>  | cs | 
반응형
    
    
    
  'Framework & Library > Spring & Egov' 카테고리의 다른 글
| (스크랩)@Autowired (0) | 2018.07.05 | 
|---|---|
| [스프링/전자정부] 전자정부 프레임워크 다중 DB 연동 시 사용했던 xml (0) | 2018.07.04 | 
| [스프링/전자정부] 전자정부 프레임워크 / 파일 업로드 용량 설정 (0) | 2018.04.10 | 
| [스프링/전자정부프레임워크] Unexpected EOF read on the socket 에러 (스크랩) (0) | 2018.01.19 | 
| [Spring Boot] (스크랩) log4j2, RollingFileAppender 튜토리얼 (0) | 2018.01.17 |