Skip to content
Snippets Groups Projects

Rodn add structures entity, service, controller and tests

Merged Nicolas.Rod requested to merge rodn-structures into master
2 unresolved threads
Files
8
@@ -7,7 +7,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "oau.test")
@ConfigurationProperties(prefix = "aou.test")
public class TestUserProperties {
public static class TestUser {
Loading