Files
weiyu/starter
jack ning db83ca4d7d update
2024-05-04 17:12:52 +08:00
..
2024-03-29 16:26:33 +08:00
2024-05-04 17:12:52 +08:00
2024-05-04 17:10:36 +08:00
2024-04-30 09:37:49 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-03-29 16:26:33 +08:00
2024-05-04 17:10:36 +08:00
2024-05-04 17:10:36 +08:00
2024-05-04 17:10:36 +08:00
2024-03-29 16:26:33 +08: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