diff options
author | rokenny <ronan.kenny@est.tech> | 2019-04-09 20:34:44 +0000 |
---|---|---|
committer | rokenny <ronan.kenny@est.tech> | 2019-04-09 20:34:44 +0000 |
commit | 1d9a4a6444f1a192ae69aa1f9c5df908c34ad164 (patch) | |
tree | 80b361948e3653557c05cfa4b62e7d81c5accbe3 /vnfm-simulator/vnfm-service/src/main/resources | |
parent | 8dae8791b36c45f6cf2124359c9055c7bee7cae2 (diff) |
Added VNFM Simulator project
Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348
Issue-ID: SO-1618
Signed-off-by: rokenny <ronan.kenny@est.tech>
Diffstat (limited to 'vnfm-simulator/vnfm-service/src/main/resources')
-rw-r--r-- | vnfm-simulator/vnfm-service/src/main/resources/application.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfm-simulator/vnfm-service/src/main/resources/application.properties b/vnfm-simulator/vnfm-service/src/main/resources/application.properties new file mode 100644 index 0000000000..c5b36d77f4 --- /dev/null +++ b/vnfm-simulator/vnfm-service/src/main/resources/application.properties @@ -0,0 +1,13 @@ +# Enabling H2 Console +spring.h2.console.enabled=true +spring.h2.console.path=/console +spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE +spring.datasource.username=admin +spring.datasource.password=admin +spring.datasource.driverClassName=org.h2.Driver +spring.jpa.hibernate.ddl-auto = update +spring.jpa.show-sql=true +logging.level.org.hibernate.SQL=DEBUG +logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE + +server.port=9081
\ No newline at end of file |