Added initial classes that need to be written
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
public class ProofsDriver {
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan
|
||||
@PropertySource("classpath:development.properties")
|
||||
public class WebsiteConfig {
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public class ProofsDriverTest {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user