aboutsummaryrefslogtreecommitdiffstats
path: root/sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties
diff options
context:
space:
mode:
authorvvarvate <vv00489503@techmahindra.com>2018-03-23 17:04:40 +0530
committervvarvate <vv00489503@techmahindra.com>2018-03-23 17:23:29 +0530
commit8a4ef574e32c8f42706a863868485a070d85f446 (patch)
treef84859c219c864591f7311d9fe1a321012915446 /sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties
parentf41f120dd20c29fac2a4e46dde647f13fce08932 (diff)
SDNC-253 Code Improvement Commit
sdnc_reports_api Provides GUI for viewing historical reports, . Issue-ID: SDNC-253 Change-Id: I609fd6032239760dce54bdeef4afbc0f07fe458d Signed-off-by: vvarvate <vv00489503@techmahindra.com>
Diffstat (limited to 'sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties')
-rw-r--r--sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties26
1 files changed, 13 insertions, 13 deletions
diff --git a/sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties b/sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties
index b48a921..85aa5fa 100644
--- a/sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties
+++ b/sdnc_report_api_sdnc_253_story/sdnc_reports_api/src/test/resources/application.properties
@@ -1,15 +1,15 @@
#server.port = 9001
-
+server.tomcat.uri-encoding=utf-8
# H2 DB Details
-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 =sa
+#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 =sa
# maria db details
@@ -20,11 +20,11 @@ spring.datasource.password =sa
#server.error.whitelabel.enabled=false
#spring.mvc.view.prefix = /WEB-INF/views/
#spring.mvc.view.suffix = .jsp
-
-#spring.datasource.url=jdbc:mysql://localhost:3306/dummyreports?useSSL=false
-#spring.datasource.url=jdbc:mariadb://localhost:3307/dummyReports
-#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
+spring.datasource.url=jdbc:mariadb://localhost:3307/testreports
+spring.datasource.username=root
+spring.datasource.password=root
+spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
+spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
#spring.datasource.name=mysql
#spring.jpa.database=mysql