Files
weiyu/modules/core
jack ning add2530377 update
2025-08-07 15:21:53 +08:00
..
2025-06-13 15:00:50 +08:00
2025-08-07 15:21:53 +08:00
2025-05-29 16:53:06 +08:00
2025-07-27 16:34:22 +08:00
2025-01-06 18:03:45 +08:00
2025-01-06 18:03:45 +08:00
2025-07-13 17:00:32 +08:00
2025-01-06 18:03:45 +08:00
2025-01-06 18:03:45 +08:00

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