일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ajax
- spring3
- MSsql
- mysql
- yona
- MariaDB
- security
- node.js
- nodejs
- SpringBoot
- config
- git
- javascript
- NextJS
- FCM
- Java
- jenkins
- jquery
- PM2
- Eclipse
- Push
- Next.js
- mybatis
- pwa
- docker
- popup
- submit
- Maven
- rocky9
- centos7
- Today
- Total
목록Swagger (2)
ふたりで
springboot 후로잭트에 swagger를 설정 하는 방법에 대해 정리 해본다... 먼저 아래와 같이 Maven 설정. io.springfox springfox-swagger2 2.9.2 1. SwaggerConfig.java 작성. swagger를 사용하기 위해 springboot 프로잭트에 설정을 한다. package com.graykang.test.config; import java.util.ArrayList; import java.util.List; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframewor..
swagger-hub editor로 yml 스크립트를 어찌 짜야하는지 도통 몰라 이것저것 만져보고 수정하고 겁나 헤딩하며 대충 감만 잡았다. 중요한 건 내가 만든 springboot2 restapi 서버 쪽으로 어떻게 연결하느냐 였다... 항상 헤딩하며 느끼는 거지만 알고 나면 진짜 아무것도 아닌 거 더라는;;;; yml 작성 법은 차차 알아 가는 걸로;;; 아래 yml스크립트로 swagger-hub에 명시한 API는 userid/password를 jsonData로 전달하면 response시 jsonData로 암호화된 userid/password를 Return 한다. openapi: 3.0.0 # Added by API Auto Mocking Plugin servers: # Added by API Aut..