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