Loading src/main/resources/application.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://localhost:3306/mentorarc spring.datasource.username=root spring.datasource.password= spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.use_sql_comments=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.type=trace spring.jpa.show-sql=true server.port=8181 No newline at end of file src/main/resources/templates/allMentor.html +17 −17 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> <table class="table"> Loading src/main/resources/templates/allPoulain.html +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading src/main/resources/templates/formMentor.html +5 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading src/main/resources/templates/formPoulain.html +5 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading @@ -13,6 +13,5 @@ <p><input type="submit" value="Submit" /> <input type="reset" value="Reset" /></p> </form> </body> </html> src/main/resources/templates/login.html +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/main/resources/application.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://localhost:3306/mentorarc spring.datasource.username=root spring.datasource.password= spring.jpa.properties.hibernate.show_sql=true spring.jpa.properties.hibernate.use_sql_comments=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.type=trace spring.jpa.show-sql=true server.port=8181 No newline at end of file
src/main/resources/templates/allMentor.html +17 −17 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> <table class="table"> Loading
src/main/resources/templates/allPoulain.html +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading
src/main/resources/templates/formMentor.html +5 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading
src/main/resources/templates/formPoulain.html +5 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="ISO-8859-1"> <title>Insert title here</title> <title>MentorArc</title> </head> <body> Loading @@ -13,6 +13,5 @@ <p><input type="submit" value="Submit" /> <input type="reset" value="Reset" /></p> </form> </body> </html>
src/main/resources/templates/login.html +1 −1 File changed.Contains only whitespace changes. Show changes