Revert "Change package structure"

This reverts commit 5deade9a1e.
master
esensar 2017-03-21 22:59:46 +01:00
parent 5deade9a1e
commit e4e8620c14
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package ba.steleks.service.users;
package ba.steleks;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package ba.steleks.service.users;
package ba.steleks;
import org.junit.Test;
import org.junit.runner.RunWith;