Skip to content

Commit

Permalink
[doc] project version 정보 수정 (v 0.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chhs2131 committed Sep 27, 2022
1 parent 03cac7f commit 4654d14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = 'com.dbsgAPI'
version = '0.1.0-SNAPSHOT'
version = '0.1.1-SNAPSHOT'
sourceCompatibility = '1.8'

configurations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class KakaoController {
private final AuthenticationManagerBuilder authenticationManagerBuilder;
private final KakaoService kakaoService;

//TODO login 관련도 /api/v1/login 쪽으로 분리 필요함
@GetMapping(value="/login/kakaoLoginUrl")
@Operation(summary="백엔드 테스트용", description="카카오 AuthCode 취득을 위한 URI 반환")
public String kakaoLoginUrl() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ springdoc:
paths-to-match: /api/v1/**, /login/**
swagger:
title: 공모주토피아 API
version: v0.1.0
description: 주식알리미 서비스에 사용되는 API 명세입니다.<br/> <a href='https://www.notion.so/8c74d32d5e9846d698757d8b23cb0108?v=065595755f7645028e0a191479d986fa'>서버 변동사항 정리</a>
version: v0.1.1
description: 주식알리미 서비스에 사용되는 API 명세입니다.<br/> <a href='https://www.notion.so/8c74d32d5e9846d698757d8b23cb0108?v=065595755f7645028e0a191479d986fa'>서버 변동사항 정리</a><br/> <a href='https://github.com/chhs2131/dbsgAPI'>소스코드 변동내역(Github)</a>

# jwt
jwt:
Expand Down

0 comments on commit 4654d14

Please sign in to comment.