摘要: app.js里面 route.js 本项目中的路由写法,路由的意思是:对应的跳转页面路径,比如此处当路由是member.user-statisttic时,是会跳转到url:http://.../user-statisttic.html页面,然后此页面对应的ctrl会解析也页面的参数。 那么此时页面对 阅读全文
posted @ 2018-12-07 13:52 Andrew_F 阅读(137) 评论(0) 推荐(0)
摘要: @FeignClient(value = "test", url = "${proxy.srvs.test:}") public interface ISubSysClient { /** * ${proxy.srvs.test:} * 本地测试的时候http://localhost:18081/test * */ @GetMapp... 阅读全文
posted @ 2018-12-07 10:58 Andrew_F 阅读(378) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/fengli9998/p/9002377.html http://www.runoob.com/java/java8-optional-class.html 阅读全文
posted @ 2018-12-07 10:52 Andrew_F 阅读(183) 评论(0) 推荐(0)
摘要: https://lufficc.com/blog/spring-boot-jpa-querydsl 阅读全文
posted @ 2018-12-07 10:50 Andrew_F 阅读(132) 评论(0) 推荐(0)