Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6bb432d

Browse files
Merge branch '3.4.x'
Closes gh-45334
2 parents 071c013 + 8bb35d0 commit 6bb432d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.web.context;
17+
package org.springframework.boot.web.servlet.context;
1818

1919
import org.springframework.boot.io.ApplicationResourceLoader;
2020
import org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver;

‎spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ org.springframework.boot.io.Base64ProtocolResolver
111111
# Resource File Path Resolvers
112112
org.springframework.boot.io.ApplicationResourceLoader$FilePathResolver=\
113113
org.springframework.boot.io.ClassPathResourceFilePathResolver,\
114-
org.springframework.boot.web.context.ServletContextResourceFilePathResolver,\
115-
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver
114+
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver,\
115+
org.springframework.boot.web.servlet.context.ServletContextResourceFilePathResolver
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.web.context;
17+
package org.springframework.boot.web.servlet.context;
1818

1919
import java.io.File;
2020

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /