We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff114a commit 33379deCopy full SHA for 33379de
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>ubc.pavlab</groupId>
7
<artifactId>rdp</artifactId>
8
- <version>0.1.0</version>
+ <version>1.0.0</version>
9
10
<parent>
11
<groupId>org.springframework.boot</groupId>
src/main/resources/application.properties
@@ -17,7 +17,7 @@ spring.datasource.tomcat.validation-query = SELECT 1
17
# ===============================
18
# = JPA / HIBERNATE
19
20
-spring.jpa.show-sql = true
+spring.jpa.show-sql = false
21
spring.jpa.hibernate.ddl-auto = update
22
#spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
23
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
0 commit comments