Skip to content

Commit a26a967

Browse files
author
azanelli
committed
Simplified the application.properties file
1 parent 4940229 commit a26a967

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

spring-boot-hibernate-joda-time/src/main/resources/application.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
spring.datasource.url = jdbc:mysql://localhost:8889/netgloo_blog
77
spring.datasource.username = root
88
spring.datasource.password = root
9-
spring.datasource.driverClassName = com.mysql.jdbc.Driver
109

1110
# ===============================
1211
# = JPA SETTINGS
1312
# ===============================
1413

15-
# Specify the DBMS
16-
spring.jpa.database = MYSQL
17-
1814
# Hibernate ddl auto (create, create-drop, update)
1915
spring.jpa.hibernate.ddl-auto = create
2016

spring-boot-hibernate-joda-time/src/main/resources/static/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ <h2>Create a new user</h2>
1818
<span id="result-message"></span>
1919
</form>
2020
<br />
21-
<a href='http://netgloo.com'>by netgloo</a>
21+
Proudly handcrafted by
22+
<a href='http://netgloo.com/en'>netgloo</a> :)
2223

2324
<!-- Javascript functions -->
2425
<script>

0 commit comments

Comments
 (0)