mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Move web server specific classes into .*.server.* packages
See gh-46071
This commit is contained in:
committed by
Andy Wilkinson
parent
f944c49e31
commit
22ee6b2347
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user