Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增登记 APIJSON + NutzBoot(基于 Nutz 框架) 接近成品的 Demo #782

Open
TommyLemon opened this issue Nov 30, 2024 · 0 comments
Open
Labels
Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等)

Comments

@TommyLemon
Copy link
Collaborator

Description

APIJSON-NutzBoot

APIJSON + NutzBoot 接近成品的 Demo

本压缩包是一个maven工程, eclipse/idea均可按maven项目导入

MainLauncher是入口,启动即可

环境要求

  • 必须JDK8+
  • eclipse或idea等IDE开发工具,可选

配置信息位置

数据库配置信息,jetty端口等配置信息,均位于src/main/resources/application.properties

命令下启动

仅供测试用,使用mvn命令即可

// for windows
set MAVEN_OPTS="-Dfile.encoding=UTF-8"
mvn compile nutzboot:run

// for *uix
export MAVEN_OPTS="-Dfile.encoding=UTF-8"
mvn compile nutzboot:run

项目打包

mvn clean package nutzboot:shade

请注意,当前需要package + nutzboot:shade, 单独执行package或者nutzboot:shade是不行的

跳过测试

mvn clean package nutzboot:shade -Dmaven.test.skip=true

相关资源


创作不易、坚持更难,右上角点亮 ⭐️ Star 支持下热心的作者吧 ^_^
https://github.com/vincent109/apijson-nutz

@TommyLemon TommyLemon added the Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等) label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ecosystem 周边生态 完善生态(Go语言版、更多Demo、周边工具等)
Projects
None yet
Development

No branches or pull requests

1 participant