
Hello, this is Dev_dog. In this post, We're going to figure out how to apply and deploy the officially supported embedded server 'UNDERTOW'. If you find any errors or have any questions, feel free. 한글 포스트는 아래 링크에서 보실 수 있습니다 : [KR/JAVA] - [SpringBoot] Undertow 적용 및 배포 What is 'undertow'? Ultralight & High Performance Web Server Provide NIO-based blocking / nonblocking API Implemented in Java, ava..

안녕하세요. 개발개입니다. 이번 글에서는 Springboot 공식 지원 내장 서버인 Undertow의 적용 및 배포에 대해 알아보도록 하겠습니다. 오타, 오류 혹은 기타 의견은 언제든지 환영합니다. You can also read this post in English via the link below : [EN/JAVA] - [SpringBoot] Apply & Deploy Undertow undertow란? 초경량 & 고성능 웹 서버 NIO 기반의 블로킹/논블로킹 API 제공 Java로 구현되어 임베디드 모드의 모든 JVM 기반 응용 프로그램에서 사용 가능 개발환경 Windows 10 STS 3.9.6 jdk 1.8 spring-boot 2.1.6 ORACLE (ojdbc9 11.2.0.3) MyBat..