Skip to content

Commit 33379de

Browse files
committed
Release v1.0
1 parent 6ff114a commit 33379de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ubc.pavlab</groupId>
77
<artifactId>rdp</artifactId>
8-
<version>0.1.0</version>
8+
<version>1.0.0</version>
99

1010
<parent>
1111
<groupId>org.springframework.boot</groupId>

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spring.datasource.tomcat.validation-query = SELECT 1
1717
# ===============================
1818
# = JPA / HIBERNATE
1919
# ===============================
20-
spring.jpa.show-sql = true
20+
spring.jpa.show-sql = false
2121
spring.jpa.hibernate.ddl-auto = update
2222
#spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
2323
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect

0 commit comments

Comments
 (0)