.NET Web API
Go to file
seonkyu.kim 8f7f1c4894 [🐛] 9차 푸시 확인
Signed-off-by: seonkyu.kim <sean.kk@daum.net>
2024-11-30 11:47:33 +09:00
Program [🐛] 9차 푸시 확인 2024-11-30 11:47:33 +09:00
Properties [] init_API GIT 2024-11-04 14:46:04 +09:00
.gitignore [📝] .gitignore 수정 2024-11-06 15:30:01 +09:00
appsettings.Development.json [] init_API GIT 2024-11-04 14:46:04 +09:00
appsettings.json [] init_API GIT 2024-11-04 14:46:04 +09:00
Back.csproj [] 각종 설정 및 Version 체크 컨트롤러 작성 2024-11-27 17:58:07 +09:00
Back.http [] init_API GIT 2024-11-04 14:46:04 +09:00
Jenkinsfile [📝] Jenkinsfile 수정 2024-11-05 10:17:56 +09:00
Program.cs [] 각종 설정 및 Version 체크 컨트롤러 작성 2024-11-27 17:58:07 +09:00
README.md [] 각종 설정 및 Version 체크 컨트롤러 작성 2024-11-27 17:58:07 +09:00
SwaggerConfigure.cs [] 각종 설정 및 Version 체크 컨트롤러 작성 2024-11-27 17:58:07 +09:00

API Server

Development Environment

Skill

  • .NET Web API

IDE

  • JetBrains Rider

추가 패키지

No. Name Version Description
1 Microsoft.AspNetCore.OpenApi 8.0.10 OpenAPI 를 지원하기 위해 사용
2 Microsoft.EntityFrameworkCore 8.0.10 데이터베이스 작업을 간편하게 수행하기 위해 사용
3 Pomelo.EntityFrameworkCore.MySql 8.0.2 MariaDB 연결
4 Microsoft.AspNetCore.Authentication.JwtBearer 8.0.10