Files
weiyu/modules/socket
jack ning 15a4e3e6bf update
2024-06-12 16:32:58 +08:00
..
2024-04-07 10:54:47 +08:00
2024-04-07 10:54:47 +08:00
2024-06-12 16:32:58 +08:00
2024-06-12 16:32:58 +08:00
2024-04-07 10:54:47 +08:00
2024-04-30 09:37:49 +08:00
2024-04-07 10:54:47 +08:00
2024-04-07 10:54:47 +08:00
2024-04-30 09:37:49 +08:00
2024-04-30 09:37:49 +08:00
2024-04-07 10:54:47 +08:00
2024-04-07 10:54:47 +08:00
2024-05-21 09:02:02 +08:00
2024-04-30 09:37:49 +08:00
2024-04-07 10:54:47 +08:00

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