diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-01-24 00:24:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2017-01-24 00:24:40 +0000 |
commit | 03043b2a9089878461ab27709a1bea228a49e887 (patch) | |
tree | 49bff7e824064a627ab91972de3b749e20c9bb98 /dropwizard-ioc-container/src/test/resources/example.yml | |
parent | 5ad32390f930c76b45fcf4dbcc87006f47ed9abd (diff) | |
parent | 37eb51a353bbf01d8cade1e759ac076e6f45b00f (diff) |
Merge "add the combination of IOC and dropwizard code"
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 |