File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
spring-boot-hibernate-joda-time/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 66spring.datasource.url = jdbc:mysql://localhost:8889/netgloo_blog
77spring.datasource.username = root
88spring.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)
1915spring.jpa.hibernate.ddl-auto = create
2016
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments