Skip to content

Commit

Permalink
Update main class for java app
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Nov 14, 2023
1 parent 5107d3c commit 3ab4868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-v8/osc/ide_eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ cd cskefu.osc/contact-center

![启动 Debug](../images/products/cskefu/image2022-3-26_16-25-4.png)

在配置页面,填写应用名称:contact-center - Application,project 选择 contact-center, Main Type 选择 com.chatopera.cc.Application。
在配置页面,填写应用名称:contact-center - Application,project 选择 contact-center, Main Type 选择 com.cskefu.cc.Application。

然后点击 Environment,点击 Add 添加:Name - SPRING_PROFILES_ACTIVE, Value - dev,字符串无空格。

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v8/osc/ide_intelij_idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd contact-center

## 配置执行及调试

配置运行方式为 Spring,应用为 `com.chatopera.cc.app.Application`
配置运行方式为 Spring,应用为 `com.cskefu.cc.app.Application`

![设置 Main Class](../images/products/cosin/g10.png)

Expand Down

0 comments on commit 3ab4868

Please sign in to comment.