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 |
Tags
- SQL
- GIT
- 보조정렬
- mapreduce
- Python
- Spring
- Kotlin
- plugin
- table
- Java
- IntelliJ
- R
- Eclipse
- Android
- Express
- SPC
- 공정능력
- Sqoop
- MSSQL
- react
- es6
- SSL
- xPlatform
- vaadin
- hadoop
- window
- NPM
- mybatis
- JavaScript
- tomcat
Archives
- Today
- Total
반응형
목록Document (1)
DBILITY
spring boot RESTful + swagger2 sample
이 예제는 spring boot를 이용해 Restful API를 작성하며, API 문서화는 swagger를 사용한다. swagger는 Restful API를 설계,빌드,문서화하는 도구로 문서화를 위해 소스코드에서 swagger 파일을 생성해 본다. swagger-ui를 통해 문서를 확인하고, API별로 테스트도 가능하다. lombok plugin을 통해 model class를 생성하며 ide는 sts4를 사용했다. gradle과 yaml을 많이 사용한다는데 나는 maven과 properties가 아직 익숙하니 그대로 사용하였다. pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 2.1.8.RELEASE com.dbility.cloud s..
java/spring cloud
2019. 9. 4. 10:47
반응형