无框架版

以前都用MyEclipse写程序的 突然用了IDEA各种不习惯的说 
借鉴了很多网上好的配置办法,感谢各位大神~

前期准备 
IDEA、JDK、Tomcat请先在自己电脑上装好 好么~ 
博客图片为主 请多看红框框

开始

1.创建、配置项目 

1.1创建项目 

New Project - 【next】 

idea 社区版 RedissonClient_Server

 

1.2 给你的项目起名字,选地方 - 【finish】 

idea 社区版 RedissonClient_配置项_02

 

1.3开始配置项目 

配置 project structure 

【F4】 或 项目右键 【Open Module Settings】或 右上角有个黑蓝色的框框 或 菜单栏【view】-【Open Module Settings】进入 

idea 社区版 RedissonClient_菜单栏_03

 

1.3.1 配置Source 

在 项目-web-WEB INF 下创建两个文件夹 classes 和 lib 

idea 社区版 RedissonClient_菜单栏_04


1.3.2 配置Paths 

将两个output path 修改为 刚才创建的classes的地址 

idea 社区版 RedissonClient_Server_05


1.3.3 配置 Denpendencies 

右面有个绿色小加号 - JARs or directories… 

idea 社区版 RedissonClient_Server_06


选刚才创建的lib地址 

idea 社区版 RedissonClient_菜单栏_07


选Jar Directory 

idea 社区版 RedissonClient_菜单栏_08

 

后面就 ok -ok 

项目就配置好了~2.配置Tomcat 

配置Configurations 

菜单栏【run】-【Edit Configurations】或 右上角有个向下的小箭头 

idea 社区版 RedissonClient_Server_09

 

2.1 新建Tomcat Server 

提醒:有人说这里 可能没有 Tomcat Server 选项 

IntelliJ 2016 社区版(也就是免费版) 没有Tomcat Server这个选项,收费版有 

如果是收费版也没有Tomcat Server选项。。。可能是在安装的时候没有勾选(猜测)

idea 社区版 RedissonClient_菜单栏_10


2.2 

给server起个名字 

在第二个选项卡Deployment中 

右边有个绿色+ 加一个Artifact 

idea 社区版 RedissonClient_Server_11


2.3 

项目已经自动添加进来 

记得在右边Application context 中输入项目的启动地址 记得加“/” 

idea 社区版 RedissonClient_菜单栏_12


然后点ok 

配好之后 面板会有些变化 证明tomcat 已经配好了 

idea 社区版 RedissonClient_菜单栏_13

3.运行 

在index.jsp中写点字 以便测试 

点右上角的 绿色运行按钮就ok啦~ 

idea 社区版 RedissonClient_配置项_14


output里会输出日志 

然后就可以从浏览器中输入项目的启动地址(就是2.3中的地址)查看了 

idea 社区版 RedissonClient_配置项_15