diff options
author | hu.rui <hu.rui2@zte.com.cn> | 2017-01-23 14:47:45 +0800 |
---|---|---|
committer | hu.rui <hu.rui2@zte.com.cn> | 2017-01-23 14:51:18 +0800 |
commit | 37eb51a353bbf01d8cade1e759ac076e6f45b00f (patch) | |
tree | d96357c40822d8266eaaa1cebd458df5e396affb /dropwizard-ioc-container/src/test/resources/example.yml | |
parent | 4560a7f527325ac054b53757d3acbe4f29b53099 (diff) |
add the combination of IOC and dropwizard code
Change-Id: I2f94c017fa548174a57308a48d24dab51d959558
Issue-id: OCS-193
Signed-off-by: hu.rui <hu.rui2@zte.com.cn>
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 |