본문 바로가기

du.study기록공간

검색하기
du.study기록공간
프로필사진 du.study

  • 분류 전체보기 (70)
    • 자바 (23)
    • 스프링 (31)
    • Tool (2)
    • presto (1)
    • DB (3)
    • JPA (5)
    • nginx (1)
    • kotlin (2)
    • 기타 잡다한 지식 (2)
Guestbook
Notice
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • map
  • traceId
  • kotlin
  • ResponseBody
  • Spring Boot
  • java lambda
  • java
  • spring
  • DeferredImportSelector
  • elasticsearch
  • java list
  • traceasynccustomautoconfiguration
  • spring MVC
  • SpringMVC
  • @FunctionalInterface
  • micrometer tracing
  • Sleuth
  • asyncconfigurer
  • HashMap
  • awssecretsmanagerpropertysources
  • aws secretmanager
  • CompletableFuture
  • list
  • EnableWebMvc
  • wire type
  • jpa
  • asynccustomautoconfiguration
  • Spring JPA
  • java.util.list
  • grpc
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록@SpringBootApplication (1)

du.study기록공간

Spring boot @SpringBootApplication

이번엔 간단하게 SpringBootApplication 에 대하여 정리해보려 합니다. 먼저 Spring boot 프로젝트를 실행하면 다음과 같은 @SpringBootApplication이 생성되며, 내부는 다음과 같습니다. @SpringBootApplication public class DemoApplication { public static void main(String[] args) { SpringApplication.run(DemoApplication.class, args); } } @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Inherited @SpringBootConfiguration @EnableAutoC..

스프링 2020. 5. 7. 00:52
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바