[BackEnd] Spring Boot로 신규 프로젝트 서버 개발하기

🥅 Goal

  • Phase 1

  • Phase 2

🛠️ Tech Stack

👩🏻‍🏫 Subject

Spring Boot 초기 세팅하기

  • Java version

  • Gradle version

  • SPring Boot version

Google Java Coding Style

Login Feature with Spring Security

JWT token setting with dotenv setting

  • application.yml

spring:
  profiles:
    active: local
  config:
    import: optional:file:.env[.properties]
  • spring.config.import 로 해결

Logging

CompletableFuture, Future

ORM-JPA/Hibernate, Jdbc

  • Native Query

QueryDSL , JOOQ

URL Encoding & Decoding

@RequestParam, @PathVariable

(Feat. Request body)

  • 문제

  • 원인

  • 해결

  • 생각할거리

    • pathvarialble의 default 값은 어떻게 설정하지 ?

🔥 Challenge

Last updated