Skip to content

Commit e28aa88

Browse files
committed
修改Module配置
1 parent 9abefb1 commit e28aa88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ https://github.com/JS-Encoder/JS-Encoder-Online
7676

7777
该项目需要用到redis,rabbitmq,zookeeper等技术,用户需要提前安装好所需的环境搭配本地
7878

79-
1. clone项目到本地 https://github.com/WxrLZQ/JS-Encoder_Java.git
79+
1. clone项目到本地 https://github.com/JS-Encoder/JS-Encoder_Java.git
8080

8181
2. 创建好一个空的数据库 onlineide ,导入 onlineide.sql ,并修改项目中关于数据库的配置( js-encoder-web 中 resource 目录下的 applicaition-dev.yml 文件)即可
8282

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212

1313
<modules>
14-
<module>springboot-dubbo-api</module>
15-
<module>springboot-dubbo-service</module>
16-
<module>springboot-dubbo-web</module>
14+
<module>js-encoder-api</module>
15+
<module>js-encoder-service</module>
16+
<module>js-encoder-web</module>
1717
</modules>
1818

1919

0 commit comments

Comments
 (0)