Polish "Disable embedded web auto-config when not using embedded web server"
See gh-34332
This commit is contained in:
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
|
||||
import org.springframework.context.annotation.Conditional;
|
||||
|
||||
/**
|
||||
* {@link Conditional @Conditional} that only matches when the application is a not
|
||||
* {@link Conditional @Conditional} that only matches when the application is not a
|
||||
* traditional WAR deployment. For applications with embedded servers, this condition will
|
||||
* return true.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user