문서 보기이전 판역링크맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. {{tag>[spring spring-boot]}} ====== Spring Boot ====== * [[https://github.com/spring-projects/spring-boot|Github - Spring Boot]] * [[https://github.com/spring-projects/spring-boot/releases.atom|RSS]] ++++ Start | <code java> import org.springframework.boot.*; import org.springframework.boot.autoconfigure.*; import org.springframework.web.bind.annotation.*; @RestController @SpringBootApplication public class Example { @RequestMapping("/") String home() { return "Hello World!"; } public static void main(String[] args) { SpringApplication.run(Example.class, args); } } </code> ++++ ===== Release ===== ^ Branch ^ Initial Release ^ End of Support (Commercial) ^ ETC. ^ | **[[~release:3.4|3.4.x]]** | 2024. 11. 21 | 2025. 11. 21 (2027. 02. 21) | | | **[[~release:3.3|3.3.x]]** | 2024. 05. 23 | 2025. 05. 23 (2026. 08. 23) | | | [[~release:3.2|3.2.x]] | 2024. 11. 23 | <del>2024. 11. 23</del> (2026. 02. 23) | | | [[~release:3.1|3.1.x]] | 2023. 05. 18 | <del>2024. 05. 18</del> (2025. 08. 18) | | | [[~release:3.0|3.0.x]] | 2022. 11. 24 | <del>2023. 11. 24</del> (2025. 02. 24) | | | [[~release:2.7|2.7.x]] | 2022. 05. 19 | <del>2023. 11. 24</del> (2025. 08. 24) | | | [[~release:2.6|2.6.x]] | 2021. 11. 17 | <del>2022. 11. 24</del> <del>(2024. 02. 24)</del> | | | [[~release:2.5|2.5.x]] | 2021. 05. 20 | <del>2022. 05. 19</del> <del>(2023. 08. 24)</del> | | | [[~release:2.4|2.4.x]] | 2020. 11. 12 | <del>2021. 11. 18</del> <del>(2023. 02. 23)</del> | | | [[~release:2.3|2.3.x]] | 2020. 05. 15 | <del>2021. 05. 20</del> <del>(2022. 08. 20)</del> | | | [[~release:2.2|2.2.x]] | 2019. 10. 16 | <del>2020. 10. 16</del> <del>(2022. 01. 16)</del> | | | [[~release:2.1|2.1.x]] | 2018. 10. 30 | <del>2019. 10 .30</del> <del>(2021. 01. 30)</del> | | | [[~release:2.0|2.0.x]] | 2018. 03. 01 | <del>2019. 03. 01</del> <del>(2020. 06. 01)</del> | | | [[~release:1.5|1.5.x]] | 2017. 01. 30 | <del>2019. 08. 06</del> <del>(2020. 11. 06)</del> | | | [[~release:1.4|1.4.x]] | | | | | [[~release:1.3|1.3.x]] | | | | | [[~release:1.2|1.2.x]] | | | | | [[~release:1.1|1.1.x]] | | | | | [[~release:1.0|1.0.x]] | | | | [[~release|release]] ===== Modules ===== ==== Spring Boot ==== {{section>~modules:spring-boot#Summary&noheader&readmore&title&link}} ==== Spring Boot AutoConfigure ==== {{section>~modules:spring-boot-autoconfigure#Summary&noheader&readmore&title&link}} ==== Spring Boot Starters ==== {{section>~modules:spring-boot-starters#Summary&noheader&readmore&title&link}} ==== Spring Boot Actuator ==== {{section>~modules:spring-boot-actuator#Summary&noheader&readmore&title&link}} ==== Spring Boot Actuator AutoConfigure ==== {{section>~modules:spring-boot-actuator-autoconfigure#Summary&noheader&readmore&title&link}} ==== Spring Boot Test ==== {{section>~modules:spring-boot-test#Summary&noheader&readmore&title&link}} ==== Spring Boot Test AutoConfigure ==== {{section>~modules:spring-boot-test-autoconfigure#Summary&noheader&readmore&title&link}} ==== Spring Boot Loader ==== {{section>~modules:spring-boot-loader#Summary&noheader&readmore&title&link}} ==== Spring Boot DevTools ==== {{section>~moduels:spring-boot-devtools#Summary&noheader&readmore&title&link}} /home/u613600155/domains/cli.zerotymer.net/public_html/data/pages/spring/spring-boot.txt 마지막으로 수정됨: 2024/11/18 04:36저자 writer