Commit cc4427ec authored by ourfbht's avatar ourfbht
Browse files

Titles and no more tabs (spaces)

parent fd4af3e5
Loading
Loading
Loading
Loading
+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
+17 −17
Original line number Diff line number Diff line
@@ -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">
+1 −1
Original line number Diff line number Diff line
@@ -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>

+5 −5
Original line number Diff line number Diff line
@@ -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>

+5 −6
Original line number Diff line number Diff line
@@ -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>

@@ -13,6 +13,5 @@
        <p><input type="submit" value="Submit" /> <input type="reset" value="Reset" /></p>
    </form>

    
</body>
</html>
+1 −1

File changed.

Contains only whitespace changes.

Loading