JAVA-117 Standardize spring-boot-modules/spring-boot-gradle

This commit is contained in:
mikr
2020-04-04 21:16:51 +02:00
parent 87b22be5fd
commit 2e2fa14b7c
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package org.baeldung;
package com.baeldung;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -1,4 +1,4 @@
package org.baeldung;
package com.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;