일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- plugin
- Eclipse
- lsof
- find
- grep
- web.xml
- resource
- Mac
- GIT
- Source
- tomcat
- Windows 10
- xargs
- maVen
- import
- 네트워크
- profile
- 단축키
- bash
- JavaScript
- Windows
- VirtualBox
- netsh
- vscode
- Quartz
- context
- IntelliJ
- port
- 줄바꿈 문자
- ssh
- Today
- Total
목록분류 전체보기 (1764)
develog
pom.xml 3.1.1.RELEASE mesir-repo http://mesir.googlecode.com/svn/trunk/mavenrepo junit junit 4.11 test com.oracle ojdbc14 10.2.0.4.0 org.springframework spring-context ${org.springframework-version} org.springframework spring-jdbc ${org.springframework-version} org.springframework spring-web ${org.springframework-version} org.springframework spring-webmvc ${org.springframework-version} org.mybat..
/WEB-INF/web.xml contextConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoaderListener dispatcher org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring-mvc.xml dispatcher *.do /WEB-INF/applicationContext.xml /WEB-INF/spring-mvc.xml /WEB-INF/mybatis-config.xml /WEB-INF/mappers/BoardDao.xml SELECT SEQ, TITLE, TO_CHAR(REG_TS, '..
- Eclipse - Help - Eclipse Market place- 키워드 'maven' 으로 검색- Maven Integration for Eclipse (Juno and newer) 설치
Eclipse Java EE IDE for Web DevelopersVersion: Kepler Release-------------------------------------- ▶ Dynamic Web Project 생성- Source folders 수정- src 삭제- src/main/java 추가- src/main/resources 추가- src/test/java 추가- src/test/resources 추가- Default output folder 변경 : target/classes ▶ Maven Project 로 변경- 프로젝트 선택 - 마우스 우클릭 - Configure - Convert to Maven Project ▶ pom.xml 수정- WebContent 삭제 ▶ Project Prop..