zoukankan      html  css  js  c++  java
  • 使用IDEA运行CAS5.3服务器

    在上节中,我们运行CAS服务器是打成war包在tomcat中进行运行,这节介绍在IDEA中运行CAS服务器。

    1.下载CAS 模板 Overlay Template,我这里使用 Apereo CAS 5.3.x 版本,JDK需要1.8+

    地址:https://github.com/apereo/cas-overlay-template/tree/5.3

    2.进行解压,使用IDEA添加解压的项目,点击File—>New—>Project from Existing Sources...

    选择解压好的项目

     

     选择Maven

     

     点击next,next...直到finish   项目加载。加载完成后,项目结构是这样子的

    项目是一个overlay项目,下一节进行讲解

    3.项目加载完成后,我们要在IDEA中配置tomcat,点击右上角的下三角,选择Edit Configurations...

    点击+号

     向下拉,会有tomcat server,

     点击选择本地的,tomcat

     

     

     打包完成后的目录结构

     

     运行成功后就会加载界面了

    IDEA配置CAS服务器大致流程就是这些,排版有点乱,还望见谅。

  • 相关阅读:
    poj 3669 Meteor Shower
    poj 3232 Accelerator
    poj 2155 Matrix
    poj 3628 Bookshelf 2
    cf C. Maze
    cf B. Fox Dividing Cheese
    hdu Children’s Queue
    cf D. Broken Monitor
    cf C. Mittens
    cf B. Berland Bingo
  • 原文地址:https://www.cnblogs.com/whu-2017/p/11509534.html
Copyright © 2011-2022 走看看