feat: add web package

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-06-17 18:34:20 +08:00
parent 17ed9d7d52
commit e2505597ff
10 changed files with 299 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export const WebProxyBeanName = 'webServerProxy'
export const FilterProxyBeanName = 'webFilterProxy'