diff options
Diffstat (limited to 'dropwizard-ioc-container/src/test/resources/example.yml')
-rw-r--r-- | dropwizard-ioc-container/src/test/resources/example.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dropwizard-ioc-container/src/test/resources/example.yml b/dropwizard-ioc-container/src/test/resources/example.yml new file mode 100644 index 0000000..c3ef0f0 --- /dev/null +++ b/dropwizard-ioc-container/src/test/resources/example.yml @@ -0,0 +1,8 @@ +server: + type: simple + rootPath: '/service/*' + applicationContextPath: / + connector: + type: http + port: 45673 +
\ No newline at end of file |