.NET Web API
Go to file
2024-11-30 23:21:49 +09:00
Program [🐛] 13차 푸시 확인 - 에러 처리 및 여러가지 코드 정리, 푸시 전송 기능 완료 2024-11-30 23:21:49 +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 [] 11차 푸시 확인 - 로컬에서 수신 확인 완료 2024-11-30 17:34:14 +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 [🐛] 10차 푸시 확인 2024-11-30 16:11:08 +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