aboutsummaryrefslogtreecommitdiffstats
path: root/sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties')
-rw-r--r--sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties55
1 files changed, 55 insertions, 0 deletions
diff --git a/sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties b/sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties
new file mode 100644
index 0000000..0b6b54b
--- /dev/null
+++ b/sdnc_report_api_sdnc_253_story/sdnc_reports_service/src/test/resources/application.properties
@@ -0,0 +1,55 @@
+#server.port = 9001
+
+
+
+# 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
+
+
+# maria db details
+
+#spring.jackson.serialization.fail-on-empty-beans=false
+#server.tomcat.uri-encoding=utf-8
+#spring.datasource.continue-on-error=true
+#server.error.whitelabel.enabled=false
+#spring.mvc.view.prefix = /WEB-INF/views/
+#spring.mvc.view.suffix = .jsp
+
+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.jpa.hibernate.ddl-auto=create
+#spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
+
+#spring.datasource.username=root
+#spring.datasource.password=root
+#spring.jpa.generate-ddl=true
+
+spring.datasource.tomcat.max-wait=20000
+spring.datasource.tomcat.max-active=50
+spring.datasource.tomcat.max-idle=20
+spring.datasource.tomcat.min-idle=15
+
+spring.jpa.show-sql=true
+
+
+
+# mysql db Details
+
+#spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardIm
+#spring.jpa.hibernate.ddl-auto=create
+#spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLDialect
+#spring.jpa.properties.hibernate.id.new_generator_mappings = false
+#spring.jpa.properties.hibernate.format_sql = true
+
+#logging.level.org.hibernate.SQL=DEBUG
+#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE \ No newline at end of file