반응형
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
- SpringBoot
- javascript
- jenkins
- ajax
- MSsql
- nodejs
- Next.js
- FCM
- Push
- docker
- git
- Maven
- node.js
- PM2
- config
- spring3
- MariaDB
- mybatis
- NextJS
- mysql
- pwa
- Java
- rocky9
- Eclipse
- security
- Tomcat
- centos7
- jquery
- yona
- popup
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