yinjihuan / monkey-api-encrypt

monkey-api-encrypt是对基于Servlet的Web框架API请求进行统一加解密操作
Apache License 2.0
792 stars 347 forks source link

配置了server-servlet-ontext-path,需要在 #54

Closed feng-dan closed 4 years ago

feng-dan commented 4 years ago

server-servlet-ontext-path= /api 需要在 config.setRequestDecyptUriList(Collections.singletonList("/api/user")); 是这样吗?

feng-dan commented 4 years ago

config.setRequestDecyptUriList(Collections.singletonList("get:/api/user")); 可以这样配置吗?加上请求方法

feng-dan commented 4 years ago

如何查看配置是否生效了