Skip to content

Commit 210a6b8

Browse files
committed
Thymeleaf implementation in spring boot application
1 parent 8f63c8f commit 210a6b8

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javaguides.springboot;
1+
package net.alanbinu.springboot;
22

33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;

springboot-thymeleaf-hello-world-example/src/main/java/net/javaguides/springboot/controller/HelloController.java springboot-thymeleaf-hello-world-example/src/main/java/net/alanbinu/springboot/controller/HelloController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javaguides.springboot.controller;
1+
package net.alanbinu.springboot.controller;
22

33
import org.springframework.stereotype.Controller;
44
import org.springframework.ui.Model;

springboot-thymeleaf-hello-world-example/src/test/java/net/javaguides/springboot/SpringbootThymeleafHelloWorldExampleApplicationTests.java

-13
This file was deleted.

0 commit comments

Comments
 (0)