Spring annotations article (#4232)
* Spring annotations * commented VehicleFactoryApplication to fix CI build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.annotations;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
@RestController
|
||||
public class VehicleRestController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user