diff options
Diffstat (limited to 'example/src/main/resources')
-rw-r--r-- | example/src/main/resources/example.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/src/main/resources/example.yml b/example/src/main/resources/example.yml new file mode 100644 index 0000000..b325acf --- /dev/null +++ b/example/src/main/resources/example.yml @@ -0,0 +1,9 @@ +server: + type: simple + rootPath: '/api/rpc/v1/*' + applicationContextPath: / + adminContextPath: /admin + connector: + type: http + port: 9090 +
\ No newline at end of file |