Compare commits
5 Commits
e64718a811
...
main
Author | SHA1 | Date | |
---|---|---|---|
4ec94196c7 | |||
7748015e5a | |||
522592be25 | |||
3064d32692 | |||
3ad10a960d |
73
README.md
73
README.md
@ -1,6 +1,24 @@
|
|||||||
# 详细配置指南
|
# 详细配置指南
|
||||||
|
|
||||||
|
### ✔️如何下载本工程:
|
||||||
|
|
||||||
|
#### 方法1
|
||||||
|
|
||||||
|
进入[gitea.monjack.cn/monjack/20250612](https://gitea.monjack.cn/monjack/20250612)
|
||||||
|
|
||||||
|
点击代码按钮,选择下载ZIP,并解压到对应文件夹
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### 方法2(推荐)
|
||||||
|
|
||||||
|
如系统存在git环境,直接运行
|
||||||
|
|
||||||
|
`git clone https://gitea.monjack.cn/monjack/20250612.git`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**使用本工程前请务必配置好相应开发环境,本指南不包含不限于JDK、Springboot等及其开发工具的配置与安装**
|
||||||
|
|
||||||
另见:[README_opreate](README_operate.md) 网页链接:[125.64.9.222:8022](http://125.64.9.222:8022/stuff/exam_operate/exam_operate_1.html)
|
另见:[README_opreate](README_operate.md) 网页链接:[125.64.9.222:8022](http://125.64.9.222:8022/stuff/exam_operate/exam_operate_1.html)
|
||||||
|
|
||||||
@ -14,11 +32,60 @@
|
|||||||
|
|
||||||
`cd C:\exam_app\app_vue`
|
`cd C:\exam_app\app_vue`
|
||||||
|
|
||||||
|
运行命令 `npm install`安装必要库
|
||||||
|
|
||||||
运行命令`npm run serve`
|
运行命令`npm run serve`
|
||||||
|
|
||||||
运行成功如下:
|
运行成功如下:
|
||||||
|
|
||||||

|
```shell
|
||||||
|
(base) PS C:\Users\yourUserName> cd C:\exam_app\app_vue
|
||||||
|
(base) PS C:\exam_app\app_vue> npm install
|
||||||
|
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
||||||
|
npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
|
||||||
|
npm warn deprecated @humanwhocodes/config-array@0.5.0: Use @eslint/config-array instead
|
||||||
|
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
|
||||||
|
npm warn deprecated consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
|
||||||
|
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
|
||||||
|
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
|
||||||
|
npm warn deprecated @humanwhocodes/object-schema@1.2.1: Use @eslint/object-schema instead
|
||||||
|
npm warn deprecated webpack-chain@6.5.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
|
||||||
|
npm warn deprecated eslint@7.32.0: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
||||||
|
|
||||||
|
added 925 packages, and audited 926 packages in 9s
|
||||||
|
|
||||||
|
119 packages are looking for funding
|
||||||
|
run `npm fund` for details
|
||||||
|
|
||||||
|
12 vulnerabilities (8 moderate, 4 high)
|
||||||
|
|
||||||
|
To address issues that do not require attention, run:
|
||||||
|
npm audit fix
|
||||||
|
|
||||||
|
To address all issues (including breaking changes), run:
|
||||||
|
npm audit fix --force
|
||||||
|
|
||||||
|
Run `npm audit` for details.
|
||||||
|
(base) PS C:\exam_app\app_vue> npm run serve
|
||||||
|
|
||||||
|
> app_vue@0.1.0 serve
|
||||||
|
> vue-cli-service serve
|
||||||
|
|
||||||
|
INFO Starting development server...
|
||||||
|
|
||||||
|
|
||||||
|
DONE Compiled successfully in 3161ms 21:55:22
|
||||||
|
|
||||||
|
|
||||||
|
App running at:
|
||||||
|
- Local: http://localhost:58627/
|
||||||
|
- Network: http://172.18.0.1:58627/
|
||||||
|
|
||||||
|
Note that the development build is not optimized.
|
||||||
|
To create a production build, run npm run build.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -87,6 +154,10 @@ mybatis:
|
|||||||
|
|
||||||
使用 IDEA 打开app_sb下项目后,直接运行
|
使用 IDEA 打开app_sb下项目后,直接运行
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
点击 public class AppSbApplication 或 public static void main...左侧绿色三角
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
至此配置完成
|
至此配置完成
|
BIN
doc/images/网页下载工程.png
Normal file
BIN
doc/images/网页下载工程.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 326 KiB |
BIN
doc/images/运行Springboot.png
Normal file
BIN
doc/images/运行Springboot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
Reference in New Issue
Block a user