添加图片

main
youHong.ai 2022-11-22 13:24:56 +08:00
parent 62e71e23e9
commit eaa3a9e654
22 changed files with 19 additions and 19 deletions

View File

@ -12,7 +12,7 @@
1. 新建项目文件夹
![image-20221122111433147](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122111433147.png)
![image-20221122111433147](static/image-20221122111433147.png)
2. 执行git命令配置名称
@ -28,53 +28,53 @@
git clone https://gitee.com/it-xiaoxiong/e9-project-ebu7-dev1.git
```
![image-20221122112306439](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122112306439.png)
![image-20221122112306439](static/image-20221122112306439.png)
4. 项目导入idea
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122113730903.png" alt="image-20221122113730903" style="zoom:50%;" />
<img src="static/image-20221122113730903.png" alt="image-20221122113730903" style="zoom:50%;" />
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122113814398.png" alt="image-20221122113814398" style="zoom:50%;" />
<img src="static/image-20221122113814398.png" alt="image-20221122113814398" style="zoom:50%;" />
等待pom文件构建完成
![image-20221122113916299](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122113916299.png)
![image-20221122113916299](static/image-20221122113916299.png)
5. 设置项目
新建lib\classbean文件夹在lib下面新建classbean
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114236545.png" alt="image-20221122114236545" style="zoom:50%;" />
<img src="static/image-20221122114236545.png" alt="image-20221122114236545" style="zoom:50%;" />
设置项目结构
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122113957228.png" alt="image-20221122113957228" style="zoom:33%;" />
<img src="static/image-20221122113957228.png" alt="image-20221122113957228" style="zoom:33%;" />
![image-20221122114029683](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114029683.png)
![image-20221122114029683](static/image-20221122114029683.png)
![image-20221122114455378](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114455378.png)
![image-20221122114455378](static/image-20221122114455378.png)
![image-20221122114530103](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114530103.png)
![image-20221122114530103](static/image-20221122114530103.png)
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114617851.png" alt="image-20221122114617851" style="zoom: 33%;" />
<img src="static/image-20221122114617851.png" alt="image-20221122114617851" style="zoom: 33%;" />
如果有下面弹窗点击ok
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114642931.png" alt="image-20221122114642931" style="zoom:33%;" />
<img src="static/image-20221122114642931.png" alt="image-20221122114642931" style="zoom:33%;" />
同样的方式将classbena和classbeanLib添加
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114743331.png" alt="image-20221122114743331" style="zoom:50%;" />
<img src="static/image-20221122114743331.png" alt="image-20221122114743331" style="zoom:50%;" />
切换到Modules中点击依赖项修改sdk版本看是否将之前的依赖是否存在不存在点击左上角的加号导入进来
![image-20221122114849406](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122114849406.png)
![image-20221122114849406](static/image-20221122114849406.png)
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122115008978.png" alt="image-20221122115008978" style="zoom:33%;" />
<img src="static/image-20221122115008978.png" alt="image-20221122115008978" style="zoom:33%;" />
最后点击应用apply后点击确认ok等待项目构建索引完毕
@ -84,11 +84,11 @@
将你本地demo的weaver.properties文件复制到src/main/resources/web-inf/prop文件夹中
<img src="/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122115303606.png" alt="image-20221122115303606" style="zoom:33%;" />
<img src="static/image-20221122115303606.png" alt="image-20221122115303606" style="zoom:33%;" />
修改BaseTest文件中的应用跟路径
![image-20221122124437336](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122124437336.png)
![image-20221122124437336](static/image-20221122124437336.png)
修改为当前项目的resource文件的绝对路径文件路径可以设置也可以不设置设置的话需要设置到你实际应用的附件地址即ecology/web-inf/systemfile/
@ -98,7 +98,7 @@
找到BaseTest文件执行`public void with()`方法,如果正常执行如下即表示成功
![image-20221122124724449](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122124724449.png)
![image-20221122124724449](static/image-20221122124724449.png)
@ -112,7 +112,7 @@
如果有已经部署到客户环境的共有方法和类,不需要改变原有结构,防止出意外,新增的公有方法按照规范进行
![image-20221122125200782](/Users/aoey.oct.22/company/Fan_wei/文档/开发环境idea配置/ecology开发环境.assets/image-20221122125200782.png)
![image-20221122125200782](static/image-20221122125200782.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB