Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스프링시큐리티
- spring camp
- Multi DataSource
- spring boot 1.3
- elasticache
- spring test mvc
- devtools
- mybatis
- 스프링 부트
- Spring MVC
- spring
- spring cloud config
- spring cloud
- 스프링
- OAuth2.0
- apache thrift
- 인텔리J
- Spring Boot
- spring boot mybatis
- Spring Security OAuth
- spring-mybatis
- Fiilter
- KSUG
- spring boot devtools
- OAuth 2.0
- ServletContextInitializer
- WebApplicationInitializer
- @MVC
- 데브툴즈
- spring security
Archives
- Today
- Total
목록개발이야기/그루비(Groovy) (1)
홍이의 개발 노트
Grails 공부 정리
참고사항Grails 2.3.7은 JDK 8에서 grails console 명령어 불가GVM을 사용하면 쉽게 설치 가능하다.GVM 공식 사이트 http://gvmtool.net/설치 방법curl -s get.gvmtool.net | bashGrails 설치 방법gvm install grailsGrails로 만드는 helloworld Quick start 참조사이트 http://grails.org/doc/latest/guide/gettingStarted.html프로젝트 생성grails create-app helloworld컨트롤러 생성프로젝트 생성된 폴더로 이동cd helloworld컨트롤러 생성grails create-controller hello서버 시작grails run-app테스트 사이트 접속http..
개발이야기/그루비(Groovy)
2014. 3. 15. 00:55