CMD: Command controllers
Closed this issue · 0 comments
KamilAdd-Byte commented
Implementation and creation controller.
Problem whit getting resources: @RestController
doesn't works. Path works correct : sudo netstat -plten |grep java
- Solved: : Added class with define controller to
@ComponentScan
basePackageClasses on Application class.
Added object data to all EventModel. Should be a set in store class when MODEL is building.