Create spring-boot-jetty module

This commit is contained in:
Andy Wilkinson
2025-03-13 17:01:55 +00:00
committed by Phillip Webb
parent 0a72db4676
commit c96b7375fe
68 changed files with 220 additions and 172 deletions

View File

@@ -19,9 +19,9 @@ package org.springframework.boot.actuate.metrics.web.jetty;
import org.eclipse.jetty.server.Server;
import org.springframework.boot.context.event.ApplicationStartedEvent;
import org.springframework.boot.jetty.JettyWebServer;
import org.springframework.boot.web.context.WebServerApplicationContext;
import org.springframework.boot.web.server.WebServer;
import org.springframework.boot.web.server.jetty.JettyWebServer;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationListener;