Skip to content

Commit 88b747c

Browse files
authored
Update application.properties
1 parent 7747800 commit 88b747c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

login-registration-springboot-hibernate-jsp-auth/src/main/resources/application.properties

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
spring.mvc.view.prefix=/WEB-INF/jsp/
33
spring.mvc.view.suffix=.jsp
44

5-
spring.jpa.hibernate.ddl-auto=create
6-
spring.jpa.show-sql=true
5+
spring.datasource.url=jdbc:mysql://localhost:3306/demo?useSSL=false
6+
spring.datasource.username=root
7+
spring.datasource.password=Mysql@123
8+
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
9+
spring.jpa.hibernate.ddl-auto = update
10+
711
spring.messages.basename=validation
812

913
logging.level.root = INFO,ERROR

0 commit comments

Comments
 (0)