Files
weiyu/modules/core
jack ning 4c46721f43 update
2025-02-01 18:37:12 +08:00
..
2024-03-29 16:26:33 +08:00
2024-10-07 07:29:38 +08:00
2025-02-01 18:37:12 +08:00
2024-03-29 16:26:33 +08:00
2024-06-18 15:28:57 +08:00
2024-06-18 15:28:57 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-11-18 13:17:15 +08:00
2024-10-07 07:29:38 +08:00
2025-01-06 18:03:45 +08:00
2025-01-06 18:03:45 +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