随笔分类 - 微服务
摘要:Swagger 是一款RESTFUL接口的文档在线自动生成+功能测试功能软件 1.添加依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2<
阅读全文
摘要:1.底包 <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-rsa</artifactId> </dependency> RsaSecretEncryptor 类 encr
阅读全文