Set up basic configurations

This commit is contained in:
2019-02-03 21:11:34 -07:00
parent fc36fa994e
commit 6980708288
15 changed files with 43 additions and 41 deletions
@@ -1,4 +1,4 @@
package hello;
package edu.msudenver.tsp.website;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.CommandLineRunner;
@@ -1,4 +1,4 @@
package hello;
package edu.msudenver.tsp.website;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;