mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-18 13:17:50 +00:00
bytedesk
TODO:
- oauth
- role/authority
- plugins:
- cluster support
- pression
# proxy
export http_proxy=http://127.0.0.1:10818
export https_proxy=http://127.0.0.1:10818
#
# code ~/.zshrc
# source ~/.zshrc
# change to java 17
# spring --version
#
# brew install gradle
# gradle --version
# gradle dependencies
# start
# ./gradlew bootRun
#
# run gradle with hot reload
# 1. open one terminal, run:
gradle build --continuous
# 2. open second terminal, run:
gradle bootRun
#
# build jar
gradle bootJar
# see jar detail
jar tvf build/libs/bytedesk-1.0.jar
# run jar
java -jar build/libs/bytedesk-1.0.jar
#
# http://localhost:9003
# flyway db migration