Skip to content

后端环境搭建

bash
$ git clone https://gitee.com/neegix-opensource-group/nebula-framework

进入聚合项目根目录:

bash
$ cd nebula-framework

安装依赖

bash
  mvn clean install

然后进入启动项目目录:

bash
$ cd neblua-system

启动

bash
  mvn spring-boot:run

打印

bash
  [INFO] Attaching agents: []

  ||=======================================================||
  ||                                                       ||
  ||  ███╗   ██╗███████╗██████╗ ██╗   ██╗██╗      █████╗   ||
  ||  ████╗  ██║██╔════╝██╔══██╗██║   ██║██║     ██╔══██╗  ||
  ||  ██╔██╗ ██║█████╗  ██████╔╝██║   ██║██║     ███████║  ||
  ||  ██║╚██╗██║██╔══╝  ██╔══██╗██║   ██║██║     ██╔══██║  ||
  ||  ██║ ╚████║███████╗██████╔╝╚██████╔╝███████╗██║  ██║  ||
  ||  ╚═╝  ╚═══╝╚══════╝╚═════╝  ╚═════╝ ╚══════╝╚═╝  ╚═╝  ||
  ||                                                       ||
  ||            Copyright © 2024-Present Neegix            ||
  ||=======================================================||
2025-04-03T17:25:02.488+08:00  INFO 6116 --- [nebula-framework-system] [           main] com.neegix.App                           : Starting App using Java 17.0.2 with PID 6116 (/Users/taoyj/Documents/4-项目管理/7-开发平台/1-neegix/1-开源项目/2-代码/1-预览版/nebula-framework/nebula-framework-system/target/classes started by taoyj in /Users/taoyj/Docu平台/1-neegix/1-开源项目/2-代码/1-预览版/nebula-framework/nebula-framework-system)
2025-04-03T17:25:02.490+08:00  INFO 6116 --- [nebula-framework-system] [           main] com.neegix.App                           : The following 1 profile is active: "dev"
2025-04-03T17:25:03.159+08:00  INFO 6116 --- [nebula-framework-system] [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
2025-04-03T17:25:03.165+08:00  INFO 6116 --- [nebula-framework-system] [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2025-04-03T17:25:03.165+08:00  INFO 6116 --- [nebula-framework-system] [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.26]
2025-04-03T17:25:03.192+08:00  INFO 6116 --- [nebula-framework-system] [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2025-04-03T17:25:03.193+08:00  INFO 6116 --- [nebula-framework-system] [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 685 ms

看到这句话,说明后端服务启动成功了,端口为8080)。

bash
......
......
2025-04-03T17:25:03.159+08:00  INFO 6116 --- [nebula-framework-system] [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)
......
......
Root WebApplicationContext: initialization completed in 685 ms