+
+
\ No newline at end of file
diff --git a/target/classes/application.properties b/target/classes/application.properties
index ad18dc6..5a53e97 100644
--- a/target/classes/application.properties
+++ b/target/classes/application.properties
@@ -5,6 +5,7 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.open-in-view=true
server.port=8081
+spring.thymeleaf.cache=true
diff --git a/target/classes/com/chantha/jdbc/config/WebConfig.class b/target/classes/com/chantha/jdbc/config/WebConfig.class
index d6c3180..aaba873 100644
Binary files a/target/classes/com/chantha/jdbc/config/WebConfig.class and b/target/classes/com/chantha/jdbc/config/WebConfig.class differ
diff --git a/target/classes/com/chantha/jdbc/controller/UserController.class b/target/classes/com/chantha/jdbc/controller/UserController.class
new file mode 100644
index 0000000..1371a68
Binary files /dev/null and b/target/classes/com/chantha/jdbc/controller/UserController.class differ
diff --git a/target/classes/com/chantha/jdbc/security/User.class b/target/classes/com/chantha/jdbc/security/User.class
index 6721d64..ac5dfed 100644
Binary files a/target/classes/com/chantha/jdbc/security/User.class and b/target/classes/com/chantha/jdbc/security/User.class differ
diff --git a/target/classes/com/chantha/jdbc/security/UserDetailServiceImpl.class b/target/classes/com/chantha/jdbc/security/UserDetailServiceImpl.class
index 6f6a9d1..f7af3af 100644
Binary files a/target/classes/com/chantha/jdbc/security/UserDetailServiceImpl.class and b/target/classes/com/chantha/jdbc/security/UserDetailServiceImpl.class differ
diff --git a/target/classes/com/chantha/jdbc/security/UserPrincipal.class b/target/classes/com/chantha/jdbc/security/UserPrincipal.class
index 6338e3b..c80f7c5 100644
Binary files a/target/classes/com/chantha/jdbc/security/UserPrincipal.class and b/target/classes/com/chantha/jdbc/security/UserPrincipal.class differ
diff --git a/target/classes/templates/register.html b/target/classes/templates/register.html
new file mode 100644
index 0000000..9d25551
--- /dev/null
+++ b/target/classes/templates/register.html
@@ -0,0 +1,38 @@
+
+
+
+
+