# SpringBoot_User **Repository Path**: nikolas511/SpringBoot_User ## Basic Information - **Project Name**: SpringBoot_User - **Description**: 使用SpringBoot+Mybatis搭建对用户进行增删改查功能,主要对springboot项目的搭建练习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot_User #### 项目介绍 本项目为前后端分离项目 前台使用miniui+jquery 后台使用SpringBoot+Mybatis搭建对用户进行增删改查功能,主要对springboot项目的搭建练习 #front_user为前台html界面 后台启动后可以将项目导入hbuilder运行 #配置 将application.properties里数据库配置配好 服务器为内置tomcat运行端口8088 #start包下Application.java为启动入口 #也可以使用maven打包项目 xxx.jar #执行:nohup java -jar xxx.jar & #nohup的意思不挂服务,最后一个&表示执行命令后要生成日志文件nohup.out,如果使用java -jar xxx.jar关闭窗口后会停止项目。