bravobest
打包需要有两个条件:
一个代码编辑器(idea【推荐】,eclipse )
一个可以运行的java程序
通过代码编辑器的打包步骤进行=详细:https://blog.csdn.net/github_38336924/article/details/82422888
qq_慕仔2321297
视频中单点登录确实是启动三个tomcat,但你可以结合多域名访问,用一个tomcat配置不同的端口实现三个项目这个CAS 和两个cas-client用一个tomcat启动。
weibo_慕盖茨3237326
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>网页访问不了</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="404/error_all.oss?t=201303212934"> </head> <body class="error-404"> <div id="doc_main"> <section class="bd clearfix"> <div class="module-error"> <div class="error-main clearfix"> <div class="label"></div> <div class="info"> <h3 class="title">你所访问的页面不存在了!</h3> <div class="reason"> <p>可能的原因:</p> <p>1.链接输入错误</p> <p>2.最可能是链接失效</p> </div> </div> </div> </div> </section> </div> </body> </html>
就这多一点,其他的自己可以很快解决的