Updated the package architecture

This commit is contained in:
2019-02-03 19:26:57 -07:00
parent ae9b27d941
commit 683d6e22c4
33 changed files with 86 additions and 37 deletions
@@ -1,2 +0,0 @@
public class ProofsDriver {
}
@@ -0,0 +1,4 @@
package edu.msudenver.tsp.website;
public class ProofsDriver {
}
@@ -1,3 +1,5 @@
package edu.msudenver.tsp.website;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;