Wesley13 Wesley13
4年前
java web路径之忽略项目名
前言项目名称为portal,主页面Index.jsp!(https://static.oschina.net/uploads/space/2016/1108/120206_zfJH_2887518.png)url访问主页面路径:http://localhost:8080/portal/index.jsp期望url
Stella981 Stella981
4年前
CLion 中的 Makefile 项目:现已公开!
!(https://oscimg.oschina.net/oscnet/16bf6b0b99af9506266ff5016dd13e07640.gif)CLion2020.2EAP2带来了期待已久的Makefile项目支持。尽管它仍在初期阶段,具有各种局限性和已知问题,但足以应付大量项目。!(https://osci
Stella981 Stella981
4年前
Oauth与Shiro整合的开源项目
Oauth与Shiro整合的开源项目博客分类:java架构ApacheOLTU是JAVA的OAUTH参考实现;Shiro是轻量级的权限管理框架;二者整合,提供一个轻量的OAUTH2应用框架,并根据不同的应用场景提供不同的实现(WEB,移动端);提供基于OAUTH的5类grant\_type的实现;相比之前已经实现的 spri
可莉 可莉
4年前
007 jenkins + maven + springboot + git(tag) 项目
1.修改配置  本文建立在上一篇 006jenkinsmavenspringbootgit(分支)项目(https://my.oschina.net/u/2937605/blog/1796366) 之上    并且当时用github的tag发布项目时Jenkins需要安装:GitParameterPlu
Stella981 Stella981
4年前
Golang项目部署2,代理部署
文章来源:https://goframe.org/deployment/proxy(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgoframe.org%2Fdeployment%2Fproxy)代理部署代理部署即前置一层第三方的WebServer服务器处理所有的
Stella981 Stella981
4年前
Intellij IDEA 搭建Spring Boot项目(一)
原文出处(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fwuyinlei%2Farticle%2Fdetails%2F79227962)第一步选择File–New–Project–SpringInitialer–点击Ne
Stella981 Stella981
4年前
Jenkins部署Web项目到远程tomcat
1.系统管理管理插件可选插件搜索“DeploytocontainerPlugin(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwiki.jenkinsci.org%2Fdisplay%2FJENKINS%2FDeploy%2BPlugin)”,勾选插件直接安装,等着
Wesley13 Wesley13
4年前
unity疯狂牧场完整项目源码
!(https://oscimg.oschina.net/oscnet/dcf3ca3b02166068969fe6be907bfdcafab.jpg)!(https://oscimg.oschina.net/oscnet/d4a3b31bfb2335430c6a539d9d62a5784c2.jpg)!(https://oscimg.osc
Easter79 Easter79
4年前
SpringCloud项目,接口调用返回http 500
今天上班的时候,自己正在参与的SpringCloud项目出现了问题,原本上周五还正常的项目突然所有接口调用都是返回http500的错误。项目的状态是在Eureka上可以看到对应微服务是在线状态,然后在Swagger里面测试接口,发现接口间歇性调用失败,也就是题目中的http500的错误,如下图。至于是间歇性的原因在于这个服务在线上部署了一个,然后我