You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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
Description
APIJSON-NutzBoot
APIJSON + NutzBoot 接近成品的 Demo
本压缩包是一个maven工程, eclipse/idea均可按maven项目导入
MainLauncher是入口,启动即可
环境要求
配置信息位置
数据库配置信息,jetty端口等配置信息,均位于src/main/resources/application.properties
命令下启动
仅供测试用,使用mvn命令即可
项目打包
请注意,当前需要package + nutzboot:shade, 单独执行package或者nutzboot:shade是不行的
跳过测试
相关资源
创作不易、坚持更难,右上角点亮 ⭐️ Star 支持下热心的作者吧 ^_^
https://github.com/vincent109/apijson-nutz
The text was updated successfully, but these errors were encountered: