shopizer-developers
Details
sm-shop/.gitignore 2(+2 -0)
diff --git a/sm-shop/.gitignore b/sm-shop/.gitignore
index b83d222..8dfd401 100644
--- a/sm-shop/.gitignore
+++ b/sm-shop/.gitignore
@@ -1 +1,3 @@
/target/
+SALESMANAGER.h2.db
+SALESMANAGER.lock.db
sm-shop/pom.xml 2(+1 -1)
diff --git a/sm-shop/pom.xml b/sm-shop/pom.xml
index 0ff567e..de3ab76 100644
--- a/sm-shop/pom.xml
+++ b/sm-shop/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>sm-shop</artifactId>
- <packaging>war</packaging>
+ <packaging>jar</packaging>
<name>sm-shop</name>
<url>http://www.shopizer.com</url>
sm-shop/SALESMANAGER.h2.db 0(+0 -0)
diff --git a/sm-shop/SALESMANAGER.h2.db b/sm-shop/SALESMANAGER.h2.db
index a58c593..3c39a99 100644
Binary files a/sm-shop/SALESMANAGER.h2.db and b/sm-shop/SALESMANAGER.h2.db differ
diff --git a/sm-shop/src/main/resources/profiles/gcp/database.properties b/sm-shop/src/main/resources/profiles/gcp/database.properties
index 28ae9d5..2881b10 100644
--- a/sm-shop/src/main/resources/profiles/gcp/database.properties
+++ b/sm-shop/src/main/resources/profiles/gcp/database.properties
@@ -6,9 +6,9 @@
#mysql>FLUSH PRIVILEGES;
#MYSQL
-db.jdbcUrl=jdbc:mysql://35.203.108.46:3306/SALESMANAGER?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
+db.jdbcUrl=jdbc:mysql://<HOST>:3306/SALESMANAGER?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
db.user=shopizer
-db.password=ZAxsCD101068
+db.password=<YOUR PASSWORD>
db.driverClass=com.mysql.jdbc.Driver
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect