프로그래밍 TIP/Spring 4

Spring Boot 에서 Springloaded 사용하기

참고: http://reiphiel.tistory.com/89 pom.xml 설정 org.springframework.boot spring-boot-maven-plugin org.springframework springloaded 1.2.4.RELEASE 실행할 때 Run As > Spring Boot 로 실행하면 Java 파일 변경 시 SpringLoaded 가 적용 되지 않음 반드시 Run As > Maven Build 를 구성해서 사용해야 SpringLoaded 가 Java 파일 변경 시에 이를 반영함 Goals: spring-boot:run 그런데 종료하려면??? 1. 작업 관리자에서 java.exe 를 잘 찾아서 강제 종료. 2. Spring Boot CLI 을 이용해서 구동하고 종료하기 (ht..

이클립스 프로젝트 생성 후 초기화

1. workspace UTF-8 설정아래 그림에서 6개 모두General – Content Types / WorkspaceWeb – CSS Files / HTML Files / JSP FilesXML – XML Files Java Properties File 확인 사살JSP 확인 사살 2. SVN Plugin 설치 - Subclipse 3. Server.xml – UTF-8 설정 4. FontSize 플러그인 설치https://marketplace.eclipse.org/content/fontsize 5. RedMine – Mylyn Connector 설치 및 셋팅http://blog.naver.com/rasy1024?Redirect=Log&logNo=40191229251[3. Eclipse Mylyn ..

Spring3.0 스케줄링

Spring 설정 XML 파일 (context-schedule.xml) task 네임스페이스 추가 xmlns:task=http://www.springframework.org/schema/task xsi:schemaLocation=" http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd" task 를 @ 애너테이션 기반으로 자동 검색 또는 아래와 같이 구체적으로 기술 Java 소스 package tipNTech.schedule; import org.springframework.stereotype.Component; import org.springframework.sched..

반응형