File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ npm run build
28
28
``` shell
29
29
mvn clean package
30
30
```
31
- 生产软件包``` channel-api .jar ``` 在``` target ``` 目录下。
31
+ 生产软件包``` channel-server-0.1.0 .jar ``` 在``` target ``` 目录下。
32
32
33
33
## 配置
34
34
默认使用h2db,可以不用修改配置直接运行。如果要是想使用mysql,需要修改 ``` server/config/application-{dev|prod}.yml ``` 文件,按照说明配置。
35
35
36
36
## 运行
37
- 服务器安装有jdk1.8。把``` server/config ``` 目录拷贝到``` channel-api .jar ``` 同目录,然后执行下面语句:
37
+ 服务器安装有jdk1.8。把``` server/config ``` 目录拷贝到``` channel-server-0.1.0 .jar ``` 同目录,然后执行下面语句:
38
38
``` shell
39
- java -jar channel-api .jar
39
+ java -jar channel-server-0.1.0 .jar
40
40
```
41
41
42
42
## 登录
Original file line number Diff line number Diff line change 3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >cn.wildfirechat</groupId >
6
- <artifactId >channel-api </artifactId >
7
- <version >0.9 .0</version >
6
+ <artifactId >channel-server </artifactId >
7
+ <version >0.1 .0</version >
8
8
<packaging >jar</packaging >
9
- <description >channel-api </description >
9
+ <description >channel-server </description >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
172
172
</dependency >
173
173
</dependencies >
174
174
<build >
175
- <finalName >${project.artifactId} </finalName >
176
175
<plugins >
177
176
<plugin >
178
177
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments