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
Lines changed: 1 addition & 1 deletion
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;
Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)