Change package structure

master
esensar 2017-03-21 22:30:55 +01:00
parent 676a9f7f3a
commit 5deade9a1e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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