forked from jd-opensource/joylive-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:yuanjinzhong/joylive-agent
- Loading branch information
Showing
6 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 注意点 | ||
`sofarpc-demo`这个模块可以用jdk8正常编译运行;但是如果在终端对整个项目编译,则需要将jdk版本设置为17,推荐安装`jenv`动态切换jdk版本 | ||
> 列出可选的jdk版本 | ||
```shell | ||
➜ joylive-agent git:(main) ✗ jenv versions | ||
system | ||
1.8 | ||
* 1.8.0.291 (set by /Users/yuanjinzhong/.jenv/version) | ||
11 | ||
11.0 | ||
11.0.18 | ||
17 | ||
17.0 | ||
17.0.8 | ||
openjdk64-17.0.8 | ||
oracle64-1.8.0.291 | ||
oracle64-11.0.18 | ||
|
||
``` | ||
> 选择jdk 17 | ||
```shell | ||
➜ joylive-agent git:(main) ✗ jenv global 17 | ||
``` | ||
|
||
# 接下来 | ||
查看 [快速开始](./docs/cn/quickstart.md) |
3 changes: 0 additions & 3 deletions
3
...emo/joylive-demo-sofarpc/joylive-demo-sofarpc-consumer/src/main/resources/application.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
#server: | ||
# port: 8081 | ||
|
||
spring: | ||
application: | ||
name: sofarpc-consumer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters