Initial Commit
This commit is contained in:
parent
f1e89b2741
commit
7fa9dbfabc
0
backend/configuration.properties
Normal file
0
backend/configuration.properties
Normal file
@ -0,0 +1,2 @@
|
||||
package core.services;public class InvalidConfigurationException {
|
||||
}
|
14
backend/src/main/java/core/services/PropertyService.java
Normal file
14
backend/src/main/java/core/services/PropertyService.java
Normal file
@ -0,0 +1,14 @@
|
||||
package core.services;
|
||||
|
||||
import core.api.models.properties.PropertyInfo;
|
||||
import core.repositories.PropertyRepository;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
|
||||
public class PropertyService {
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user