[Tool] Swagger(API 문서 자동화) 3.0.0 + Authorize 버튼
·
🔻Download, Tool
❗build.gradle에 swagger 설정 추가 implementation "io.springfox:springfox-swagger2:3.0.0" implementation "io.springfox:springfox-swagger-ui:3.0.0" implementation "io.springfox:springfox-spring-web:3.0.0" implementation "io.springfox:springfox-oas:3.0.0" implementation "io.swagger:swagger-annotations:1.5.21" implementation "io.swagger:swagger-models:1.5.21" ❗SwaggerConfig 작성 ✏️SwaggerConfig 클래스를 만들고 아래..
[Tool] Swagger(API 문서 자동화) 2.9.2 사용하기
·
🔻Download, Tool
❗build.gradle에 swagger 설정 추가 implementation 'io.springfox:springfox-swagger2:2.9.2' implementation 'io.springfox:springfox-swagger-ui:2.9.2' ❗SwaggerConfig 작성 SwaggerConfig라는 설정클래스를 만들고 아래처럼 적어주면 된다 @Configuration @EnableSwagger2 public class SwaggerConfig { @Bean public Docket apiV1() { return new Docket(DocumentationType.SWAGGER_2) .useDefaultResponseMessages(false) .groupName("[그룹이름]") .selec..
[Tool] Postman GET, POST, PATCH 사용하기
·
🔻Download, Tool
❗GET GET방식으로 선택하고 주소를 입력 후 SEND만 하면 결과물을 볼 수 있다 ❗POST POST 방식으로 선택 후 주소를 넣은 다음 @RequestBody가 있을 경우 Body>raw>JSON을 선택한 후에 아래에 백엔드로 보내고자하는 정보를 입력하고 SEND하면 결과를 볼 수 있다 ❗PATCH PATCH 방식으로 선택 후 주소를 넣은 다음 @RequestBody가 있을 경우 Body>raw>JSON을 선택한 후에 변경하고 싶은 정보를 JSON방식으로 입력 후 SEND하면 결과를 볼 수 있다
[Tool] Postman 설치 및 사용법
·
🔻Download, Tool
❗Postman 설치 https://www.postman.com/ Postman API Platform | Sign Up for Free Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster. www.postman.com 위의 링크에서 어플리케이션 다운로드 ❗Postman 사용법
[Tool] SQL Fiddle
·
🔻Download, Tool
따로 sql관련 프로그램 설치 없이 인터넷 상에서 바로 사용할 수 있는 SQL 사이트 http://sqlfiddle.com/ SQL Fiddle | A tool for easy online testing and sharing of database problems and their solutions. Query Panel Use this panel to try to solve the problem with other SQL statements (SELECTs, etc...). Results will be displayed below. Share your queries by copying and pasting the URL that is generated after each run. sqlfiddle.com..
[Tool] ERDCloud 사용법
·
🔻Download, Tool
❗ERDCloud 프로젝트 생성 https://www.erdcloud.com/ ERDCloud Draw ERD with your team members. All states are shared in real time. And it's FREE. Database modeling tool. www.erdcloud.com https://inpa.tistory.com/entry/ERD-CLOUD-%E2%98%81%EF%B8%8F-ERD-%EB%8B%A4%EC%9D%B4%EC%96%B4%EA%B7%B8%EB%9E%A8%EC%9D%84-%EC%98%A8%EB%9D%BC%EC%9D%B8%EC%97%90%EC%84%9C-%EA%B7%B8%EB%A0%A4%EB%B3%B4%EC%9E%90 [ERD CLOUD] ☁️ ERD..
[Download] JDK 다운로드 및 환경변수 설정
·
🔻Download, Tool
https://www.oracle.com/java/technologies/downloads/ Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com javac -version / java -> 명령어 실행된다면 제대로 셋팅 완료! 만약 명령어가 없다고 뜬다면 환경변수 설정이 제대로 되지 않은 것이나 명령창을 다시 껐다가 켜보면 된다!
[Download] 이클립스 다운로드
·
🔻Download, Tool
https://www.eclipse.org/ The Community for Open Innovation and Collaboration | The Eclipse Foundation The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source … www.eclipse.org
[Download] DataGrip 설치
·
🔻Download, Tool
https://www.jetbrains.com/datagrip/download/#section=windows Download DataGrip: Cross-Platform IDE for Databases & SQL Download the latest version of DataGrip for Windows, macOS or Linux. www.jetbrains.com
[Download] PuTTY 다운로드
·
🔻Download, Tool
https://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY: a free SSH and Telnet client PuTTY: a free SSH and Telnet client Home | FAQ | Feedback | Licence | Updates | Mirrors | Keys | Links | Team Download: Stable · Pre-release · Snapshot | Docs | Changes | Wishlist PuTTY is a free implementation of SSH and Telnet for Windows and Unix plat www.chiark.greenend.org.uk
_니지
'🔻Download, Tool' 카테고리의 글 목록 (2 Page)