http://docs.spring.io/spring-boot/docs/current/reference/html/howto-traditional-deployment.html


Annotation (@SpringBootAnnotation) 잘 활용한 후..


undertow를 사용하면, packaging을 jar로 하면 끝이다.


패키징 (mvn clean package) 후, jar파일을 실행(java -jar google.jar) 하면 완료이다. 



Posted by 김용환 '김용환'

댓글을 달아 주세요