Skip to content

Commit b104d22

Browse files
committed
if db.properties.override missing, shouldn't panic
1 parent f6ac4db commit b104d22

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ awsapi/modules/*
5858
.project
5959
.settings.xml
6060
.settings/
61+
db.properties.override

developer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<file>${project.parent.basedir}/utils/conf/db.properties</file>
5757
<file>${project.parent.basedir}/utils/conf/db.properties.override</file>
5858
</files>
59+
<quiet>true</quiet>
5960
</configuration>
6061
</execution>
6162
</executions>

0 commit comments

Comments
 (0)