반응형
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
- git
- mybatis
- NextJS
- spring3
- Next.js
- centos7
- yona
- pwa
- Java
- jenkins
- SpringBoot
- Push
- config
- submit
- ajax
- docker
- nodejs
- MariaDB
- jquery
- mysql
- PM2
- popup
- Maven
- Eclipse
- rocky9
- security
- javascript
- MSsql
- FCM
- node.js
Archives
- Today
- Total
목록springboot+swagger+config (1)
ふたりで
springboot+swagger+config
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..
Spring
2022. 4. 18. 15:17