Java-633 Standardize packages in spring-mvc-*

This commit is contained in:
mikr
2020-02-18 15:38:19 +01:00
parent 58e029371a
commit 00ab1d7ede
63 changed files with 119 additions and 101 deletions

View File

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