remove unused properties
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/2a69f4fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/2a69f4fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/2a69f4fd Branch: refs/heads/master Commit: 2a69f4fde680c38e700de8d105386159c3e89703 Parents: 9a2fe6b Author: William Guo <[email protected]> Authored: Thu Jul 20 15:17:57 2017 +0800 Committer: William Guo <[email protected]> Committed: Thu Jul 20 15:17:57 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- .../test/resources/application-test.properties | 82 -------------------- .../src/test/resources/application.properties | 1 + 3 files changed, 2 insertions(+), 83 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2a69f4fd/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5466129..143b665 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ node_js: install: - npm install -g bower -script: mvn clean verify +script: mvn clean verify -q http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2a69f4fd/service/src/test/resources/application-test.properties ---------------------------------------------------------------------- diff --git a/service/src/test/resources/application-test.properties b/service/src/test/resources/application-test.properties deleted file mode 100644 index ea9d83d..0000000 --- a/service/src/test/resources/application-test.properties +++ /dev/null @@ -1,82 +0,0 @@ -# -# 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/griffintest?autoReconnect=true&useSSL=false -#spring.datasource.username =root -#spring.datasource.password =cxr123 -# -#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 -# -##spring.jpa.hibernate.ddl-auto = create-drop -##spring.jpa.database = HSQL -##spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.HSQLDialect -##spring.datasource.driverClassName = org.hsqldb.jdbcDriver -##spring.datasource.url: jdbc:hsqldb:mem:scratchdb -##spring.datasource.username = sa -##spring.datasource.password = - -#spring.jpa.database: HSQL -# -## -## -### 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 - -key=test - -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 - -#logging level -logging.level.org.springframework=DEBUG -logging.level.org.hibernate=ERROR \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2a69f4fd/service/src/test/resources/application.properties ---------------------------------------------------------------------- diff --git a/service/src/test/resources/application.properties b/service/src/test/resources/application.properties index 755e449..d6c7851 100644 --- a/service/src/test/resources/application.properties +++ b/service/src/test/resources/application.properties @@ -42,4 +42,5 @@ kafka.schema.registry.url = http://10.65.159.119:8081 logging.level.root=ERROR logging.level.org.hibernate=ERROR logging.level.org.springframework.test=ERROR +logging.level.org.apache.griffin=ERROR logging.file=target/test.log \ No newline at end of file
