Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Team-16] BE 3번째 PR입니다! #184

Open
wants to merge 24 commits into
base: team-16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
89273e3
[#8] Feat : Spring JDBC 의존성 추가
street62 Apr 5, 2022
c2caa8f
[#8] Chore : gitignore 추가
street62 Apr 5, 2022
e817c33
[#8] Feat : application.properties DB 관련 설정
street62 Apr 5, 2022
9d48a39
[#8] Chore : git 캐시 삭제
street62 Apr 5, 2022
adcd6c1
[#8] Chore : gitignore .idea 추가
street62 Apr 5, 2022
825f3bf
[#8] Chore : gitignore 수정 후 재커밋
street62 Apr 5, 2022
fb1d3a3
[#14] Feat : TaskController.add() 구현
street62 Apr 7, 2022
d3f7da8
[#18] Swagger 설정
street62 Apr 8, 2022
edd99b0
[#18] Feat: response 응답 형식 변경 및 Swagger ui 페이지 Example Value 값 변경
dongkyu-park Apr 8, 2022
e17f1bf
[#23] Feat : TaskController.add() 응답코드만 반환하도록 변경
street62 Apr 11, 2022
1ba223f
[#23] Refactor : ResponseEntity를 Service에서 생성하도록 변경
street62 Apr 11, 2022
2249d49
[#23] 패키지명 및 group ID 변경
street62 Apr 11, 2022
6fd4420
[#24] build.gradle의 sourceCompatibility 설정
street62 Apr 12, 2022
63fe397
[#24] Swagger Controller 경로 변경
street62 Apr 12, 2022
96c65c4
[#24] TaskController 200 응답 시 리스폰스 객체 타입 삭제
street62 Apr 12, 2022
e5fb1d6
[#24] Fix : DB 구조 변경으로 인한 로직 수정
street62 Apr 12, 2022
2dd6d86
[#24] Fix : Task 생성자 println 삭제
street62 Apr 12, 2022
3b895d4
[#28] Feat : 전체 Task 데이터 불러오기 구현
street62 Apr 12, 2022
e8aedc3
[#28] Task DB 저장 시 기준 timezone 설정
street62 Apr 13, 2022
55f3284
[#28] Feat : 전체 태스크 조회 API Swagger 설정
street62 Apr 13, 2022
a63360b
[#30] 태스크 추가 API response body에 Task 객체 추가
street62 Apr 13, 2022
14168bc
[#31] Feat : 태스크 상태 수정 API 구현
street62 Apr 13, 2022
99be57d
[#31] 태스크 상태 수정 API Swagger 설정
street62 Apr 13, 2022
43121bf
[#31] Fix : TaskStatusChangeDto 클래스 작성
street62 Apr 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
318 changes: 318 additions & 0 deletions todo-list-server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,318 @@
# todo-list-server
# Created by https://www.toptal.com/developers/gitignore/api/xcode,swift,java,intellij,gradle,windows,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,swift,java,intellij,gradle,windows,macos

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
# https://plugins.jetbrains.com/plugin/7973-sonarlint
.idea/**/sonarlint/

# SonarQube Plugin
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
.idea/**/sonarIssues.xml

# Markdown Navigator plugin
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/

# Cache file creation bug
# See https://youtrack.jetbrains.com/issue/JBR-2257
.idea/$CACHE_FILE$

# CodeStream plugin
# https://plugins.jetbrains.com/plugin/12206-codestream
.idea/codestream.xml

### Java ###
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings
xcuserdata/

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

## Obj-C/Swift specific
*.hmap

## App packaging
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
# *.xcodeproj
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm

.build/

# CocoaPods
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# Pods/
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build/

# Accio dependency management
Dependencies/
.accio/

# fastlane
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

### Xcode ###

## Xcode 8 and earlier

### Xcode Patch ###
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

### Gradle ###
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

#properties
src/main/resources/application-aws.properties

# End of https://www.toptal.com/developers/gitignore/api/xcode,swift,java,intellij,gradle,windows,macos
8 changes: 0 additions & 8 deletions todo-list-server/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions todo-list-server/.idea/compiler.xml

This file was deleted.

16 changes: 0 additions & 16 deletions todo-list-server/.idea/gradle.xml

This file was deleted.

20 changes: 0 additions & 20 deletions todo-list-server/.idea/jarRepositories.xml

This file was deleted.

10 changes: 0 additions & 10 deletions todo-list-server/.idea/misc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions todo-list-server/.idea/vcs.xml

This file was deleted.

Loading