# Project Startup

# Single Application Version

  • Find WkMiniLauncher.java and right-click to run

java05

  • Edit the startup project, you can specify loading the application-dev.yaml configuration file through the command line parameter --nutz.profiles.active=dev

java06

# Distributed Version

  • Startup sequence: wk-platform -> wk-ucenter -> wk-gateway -> other modules

  • Find the ***Launcher class under each microservice module, right-click -> Run

java01

java02

java03

java04

# Vue3 Frontend Startup

  • Open the command line, switch to the wk-vue3-admin directory and execute the pnpm run dev command
D:\java\budwk\wk-vue3-admin>pnpm run dev

node01

node02