Polish sample package names

This commit is contained in:
Phillip Webb
2015-06-23 00:47:12 -07:00
parent 9c0335fc29
commit 1ce617f1ae
163 changed files with 401 additions and 760 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package demo;
package sample.devtools;
public class Message {

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package demo;
package sample.devtools;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package demo;
package sample.devtools;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;