Files
weiyu/modules/core/readme.md
jack ning 0aa8433f58 update
2025-01-06 18:03:45 +08:00

1.5 KiB
Raw Permalink Blame History

core

socket

# proxy
export http_proxy=http://127.0.0.1:10818
export https_proxy=http://127.0.0.1:10818
# 
# gradle dependencies
# run gradle with hot reload
# 1. open one terminal, run
gradle build --continuous
# 2. open second terminal, run:
gradle bootRun
# 
# 生成proto
gradle build 
# 或
gradle generateProto