Skip to content

스프링 부트의 구조 @SpringBootApplication 분석 #63

@rkdtmddnjs97

Description

@rkdtmddnjs97
@SpringBootApplication
public class SpringBootRestApiApplication {
	public static void main(String[] args) {
		SpringApplication.run(SpringBootRestApiApplication.class, args);
	}
}

스프링을 실행시킬때 사용하는 이 SPRINGBOOTAPPLICATION 어노테이션의 코드에 대해 궁금합니다. 어떤 구조이고 어떻게 톰캣을 대체해서 웹 서버를 띄울 수 있을까요?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions