We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7747800 commit 88b747cCopy full SHA for 88b747c
login-registration-springboot-hibernate-jsp-auth/src/main/resources/application.properties
@@ -2,8 +2,12 @@
2
spring.mvc.view.prefix=/WEB-INF/jsp/
3
spring.mvc.view.suffix=.jsp
4
5
-spring.jpa.hibernate.ddl-auto=create
6
-spring.jpa.show-sql=true
+spring.datasource.url=jdbc:mysql://localhost:3306/demo?useSSL=false
+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
+
11
spring.messages.basename=validation
12
13
logging.level.root = INFO,ERROR
0 commit comments