流程: 1.用户调登录接口,传用户名和密码2.用户名和密码在ad验证,验证通过后,返回当前用户的相关信息.(注:ldap为java自带的api不需要maven引入其他的)3.根据返回的用户信息,实现自己系统的业务逻辑 @RequestMapping("/getMsg") @ResponseBody public String getAllPersonNamesWithTraditionalWay(@RequestParam String username,@RequestParam S
1 zuul简介 Zuul 的官方介绍是 “Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming application. As an edge service application, Zuul is built to enable dynamic routing, monitoring, resiliency and security
目录 Docker Configuration Config IDEA Plugin Create Spring Boot Project Containerize It Use Dockerfile Use Maven Plugin Troubleshooting Summary Reference Source Code 本文首发于我的个人博客,Windows Docker 部署 Spring Boot 项目 ,欢迎访问! 使用 Docker 部署一个简单的 Spring Boot 数据库项