Move web server specific classes into .*.server.* packages

See gh-46071
This commit is contained in:
Stéphane Nicoll
2025-07-01 11:58:31 +01:00
committed by Andy Wilkinson
parent f944c49e31
commit 22ee6b2347
226 changed files with 533 additions and 457 deletions
@@ -18,7 +18,7 @@ package com.example;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.context.WebServerPortFileWriter;
import org.springframework.boot.web.server.context.WebServerPortFileWriter;
@SpringBootApplication
class DevToolsTestApplication {