[springboot] bower/gulp를 이용한 라이브러리 관리
- Goalspringboot 프로젝트에 bower,gulp를 이용한 frontend library 관리 - Time15min - Enviromentjava 1.8, STS3.7 - Tutorial 아래 포스팅에 이어서 작성합니다. 2016/11/14 - [Springboot] - [springboot] sts로 springboot + gradle + thymeleaf 프로젝트 만들기 .bowerrc 파일 작성1234{ "directory":"src/main/resources/static/bower_components", "json":"bower.json"}Colored by Color Scriptercs 콘솔창에서 bower init 으로 bower.json 파일 생성 하고 jquery를 예제로 설치1..