You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/07/18 06:40:32 UTC

[07/16] incubator-griffin git commit: update .gitignore

update .gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/80e95529
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/80e95529
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/80e95529

Branch: refs/heads/master
Commit: 80e955291f4fb04352f639699e562167da2697b4
Parents: c267949
Author: William Guo <gu...@icloud.com>
Authored: Wed Jul 5 10:19:14 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Wed Jul 5 10:19:14 2017 +0800

----------------------------------------------------------------------
 .gitignore                                      |  1 -
 .../main/resources/application-dev.properties   | 41 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/80e95529/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 9ba7afc..1ba27fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,6 @@ target/**
 *.ear
 target
 service/src/main/resources/public/
-service/src/main/resources/application-dev.properties
 
 
 .project

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/80e95529/service/src/main/resources/application-dev.properties
----------------------------------------------------------------------
diff --git a/service/src/main/resources/application-dev.properties b/service/src/main/resources/application-dev.properties
new file mode 100644
index 0000000..c380bd9
--- /dev/null
+++ b/service/src/main/resources/application-dev.properties
@@ -0,0 +1,41 @@
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+spring.datasource.url= jdbc:mysql://localhost:3306/quartz?autoReconnect=true&useSSL=false
+spring.datasource.username =griffin
+spring.datasource.password =123456
+
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+
+## Hibernate ddl auto (validate,create, create-drop, update)
+
+spring.jpa.hibernate.ddl-auto = update
+spring.jpa.show-sql=true
+spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
+#
+#
+## Naming strategy
+spring.jpa.hibernate.naming-strategy = org.hibernate.cfg.ImprovedNamingStrategy
+
+# hive metastore
+hive.metastore.uris = thrift://10.9.246.187:9083
+hive.metastore.dbname = default
+
+# kafka schema registry
+kafka.schema.registry.url = http://10.65.159.119:8081