1414 "assignments" : [ " @org.springframework.context.annotation.Configuration" ],
1515 "groups" : [ " spring" ]
1616 },
17- "spring.Controller" : {
18- "assignments" : [
19- " @org.springframework.stereotype.Controller" ,
20- " @org.springframework.data.rest.webmvc.BasePathAwareController"
21- ],
22- "groups" : [ " spring.web" ]
23- },
2417 "spring.EventListener" : {
2518 "assignments" : [
2619 " @org.springframework.context.event.EventListener" ,
2922 ],
3023 "groups" : [ " spring" ]
3124 },
32- "spring.Repository" : {
33- "assignments" : [
34- " @org.springframework.stereotype.Repository" ,
35- " org.springframework.data.repository.Repository" ,
36- " @org.springframework.data.repository.RepositoryDefinition"
37- ],
25+ "spring.Formatter" : {
26+ "assignments" : [ " org.springframework.format.Formatter" ],
3827 "groups" : [ " spring" ]
3928 },
40- "spring.RequestMapping" : {
41- "assignments" : [ " @org.springframework.web.bind.annotation.RequestMapping" ],
42- "displayName" : " Request Mappings" ,
43- "groups" : [ " spring.web" ]
44- },
4529 "spring.Service" : {
4630 "assignments" : [ " @org.springframework.stereotype.Service" ],
47- "groups" : [ " spring" , " org.jmolecules.ddd" ]
31+ "groups" : [ " spring" , " ddd" ]
32+ },
33+ "spring.Validator" : {
34+ "assignments" : [ " org.springframework.validation.Validator" ],
35+ "groups" : [ " spring" ]
4836 },
49- "spring.MessageListener" : {
37+ "spring.aot.RuntimeHints" : {
38+ "assignments" : [ " org.springframework.aot.hint.RuntimeHintsRegistrar" ],
39+ "groups" : [ " spring" ]
40+ },
41+ "spring.data.Repository" : {
5042 "assignments" : [
51- " @org.springframework.kafka.annotation.KafkaListener " ,
52- " @ org.springframework.amqp.rabbit.annotation.RabbitListener " ,
53- " @org.springframework.messaging.handler.annotation.MessageMapping "
43+ " @org.springframework.stereotype.Repository " ,
44+ " org.springframework.data.repository.Repository " ,
45+ " @org.springframework.data.repository.RepositoryDefinition "
5446 ],
55- "groups" : [ " spring.messaging " ]
47+ "groups" : [ " spring" ]
5648 },
5749 "spring.data.rest.Projection" : {
5850 "assignments" : [ " @org.springframework.data.rest.core.config.Projection" ],
6557 "spring.hateoas.RepresentationModelProcessor" : {
6658 "assignments" : [ " org.springframework.hateoas.server.RepresentationModelProcessor" ],
6759 "groups" : [ " spring.web.rest.hypermedia" ]
60+ },
61+ "spring.messaging.MessageListener" : {
62+ "assignments" : [
63+ " @org.springframework.kafka.annotation.KafkaListener" ,
64+ " @org.springframework.amqp.rabbit.annotation.RabbitListener" ,
65+ " @org.springframework.messaging.handler.annotation.MessageMapping"
66+ ],
67+ "groups" : [ " spring.messaging" ]
68+ },
69+ "spring.web.Controller" : {
70+ "assignments" : [
71+ " @org.springframework.data.rest.webmvc.BasePathAwareController" ,
72+ " @org.springframework.stereotype.Controller" ,
73+ " @org.springframework.web.bind.annotation.RestController"
74+ ],
75+ "groups" : [ " spring.web" ]
76+ },
77+ "spring.web.RequestMapping" : {
78+ "assignments" : [ " @org.springframework.web.bind.annotation.RequestMapping" ],
79+ "displayName" : " Request Mappings" ,
80+ "groups" : [ " spring.web" ]
6881 }
6982 },
7083 "groups" : {
7184 "spring" : {
72- "displayName" : " Spring"
85+ "displayName" : " Spring" ,
86+ "type" : " technology" ,
87+ "priority" : 10
88+ },
89+ "spring.aot" : {
90+ "displayName" : " Spring AOT"
91+ },
92+ "spring.boot" : {
93+ "displayName" : " Spring Boot"
7394 },
7495 "spring.data" : {
7596 "displayName" : " Spring Data"
7899 "displayName" : " Spring Messaging"
79100 },
80101 "spring.web" : {
81- "displayName" : " Web"
102+ "displayName" : " Spring Web"
82103 },
83104 "spring.web.rest" : {
84- "displayName" : " REST"
105+ "displayName" : " Spring REST"
85106 },
86107 "spring.web.rest.hypermedia" : {
87- "displayName" : " Hypermedia"
88- },
89- "spring.boot" : {
90- "displayName" : " Spring Boot"
108+ "displayName" : " Spring Hypermedia"
91109 }
92110 }
93111}
0 commit comments