通过Google查询到:http://stackoverflow.com/questions/6876732/how-do-i-get-nuget-to-install-update-all-the-packages-in-the-packages-config You can use nuget.exe to restore your packages or with NuGet 2.7, or above, installed you can simply compile your solu
最近公司内部系统要做数据对接,故使用 jersey 来做 restful webservice 接口设计.由于 spring boot 已经集成 jersey,估计直接导入 spring-boot-starter-jersey 就好了. 在测试时候除了遇到中文乱码之外花费了比较长的时间,其余暂时没遇到大的问题.然而发布的时候发现了一个坑. public class JerseyConfig extends ResourceConfig { public JerseyConfig(){ //reg