mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Rename HttpServiceGroups to ImportHttpServiceGroups
See gh-33992
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ public class AnnotationHttpServiceRegistrarTests {
|
||||
private static class ScanConfig {
|
||||
}
|
||||
|
||||
@HttpServiceGroups(clientType = ClientType.WEB_CLIENT, groups = {
|
||||
@ImportHttpServiceGroups(clientType = ClientType.WEB_CLIENT, groups = {
|
||||
@ImportHttpServices(group = ECHO_GROUP, types = {EchoA.class}),
|
||||
@ImportHttpServices(group = GREETING_GROUP, types = {GreetingA.class})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user