All Projects → xiaomalover → xm-spring-boot

xiaomalover / xm-spring-boot

Licence: other
Spring Boot 基础项目

Programming Languages

Vue
7211 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to xm-spring-boot

Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+4866.67%)
Mutual labels:  ssm, ueditor
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-54.55%)
Mutual labels:  token
colonySale
Colony Token and Crowdsale Contracts
Stars: ✭ 27 (-18.18%)
Mutual labels:  token
ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (-18.18%)
Mutual labels:  token
lexertk
C++ Lexer Toolkit Library (LexerTk) https://www.partow.net/programming/lexertk/index.html
Stars: ✭ 26 (-21.21%)
Mutual labels:  token
springboot-bbs
基于springboot的论坛系统,主要使用的技术有springboot+mybatis+redis+自定义分页,数据库为mysql,前端为bootstrap+jquery+html5
Stars: ✭ 49 (+48.48%)
Mutual labels:  ssm
pinyougou
品优购项目实战
Stars: ✭ 19 (-42.42%)
Mutual labels:  ssm
snapdragon-lexer
Converts a string into an array of tokens, with useful methods for looking ahead and behind, capturing, matching, et cetera.
Stars: ✭ 19 (-42.42%)
Mutual labels:  token
springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-48.48%)
Mutual labels:  ueditor
Discord-Token-Checker
🔥Fastest Parallel Request Double-Check Discord Token Checker🔥 Parse discord tokens from any file and directory.
Stars: ✭ 36 (+9.09%)
Mutual labels:  token
IDEAPractice
Java练习 - Java基础知识,面试题,小demo,长期积累 | intellij idea + maven + tomcat
Stars: ✭ 45 (+36.36%)
Mutual labels:  ssm
examonlinesystem
基于SSM框架开发的一款在线考试系统。An online examination system with ssm framework in Java Language
Stars: ✭ 27 (-18.18%)
Mutual labels:  ssm
atguigu ssm crud
Atguigu-SSM-CRUD 一个最基本的CRUD系统,采用IDEA+Maven搭建,具备前后端交互功能,前端采用BootStrap+Ajax异步请求DOM渲染,后端采用SpringMVC+MyBatis+Mysql8.0+Servlet+Jsp,符合REST风格URL规范,并加入了Hibernate提供的数据校验功能,支持PageHelper的分页功能,很适合SSM阶段性练习。同时用到了很多前端操作以及BootStrap组件,也有利于学习JS和前端框架。
Stars: ✭ 52 (+57.58%)
Mutual labels:  ssm
firebase id token
A Ruby gem to verify the signature of Firebase ID Tokens.
Stars: ✭ 138 (+318.18%)
Mutual labels:  token
library-booksystem
基于ssm的入门项目,图书在线管理系统。a library system.
Stars: ✭ 26 (-21.21%)
Mutual labels:  ssm
terraform-aws-ssm-parameter-store
Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.
Stars: ✭ 87 (+163.64%)
Mutual labels:  ssm
yubikey
PHP library to interface with the Yubikey REST API
Stars: ✭ 68 (+106.06%)
Mutual labels:  token
json2ssm
AWS Parameter Store import & export functionality for JSON
Stars: ✭ 47 (+42.42%)
Mutual labels:  ssm
answerWeb
基于SSM在线答题系统
Stars: ✭ 137 (+315.15%)
Mutual labels:  ssm
UEditor-froala-golang
基于golang go语言(beego框架)下的UEditor或froala服务端,项目来自EngineerCMS,完整的应用见这里。
Stars: ✭ 30 (-9.09%)
Mutual labels:  ueditor

Xm Spring Boot

这是一个Spring Boot的基础项目

后台 http://127.0.0.1:20003 (账号:admin, 密码:123456) 前端 http://127.0.0.1:20001 (/api/user/login /api/user/register /api/user/info)

如果你更需要Spring-cloud版本,请移步 xm-skeleton.

目录结构

admin-server-template                   管理后台模板,用vue.js搭建
admin-server                            管理后台服务
api-server                              接口服务
common-lib                              公共资源
generator                               基于Mybatis-plus的生成工具

运行

1, 先导入根目录下的数据库

2, 启动管理后台,API服务

3, 测试请用postman 导入要目录下的 xm_boot.postman_collection.json

功能

  1. 完整的后台管理系统,后端模板采用vue.js开发, 权限可以控制到按钮

  2. 用户注册,登录,token存储redis

  3. 代码自动生成,可自己指定生成模块,基于Mybatis-Plus实现

  4. 文章管理,tinymce富文本编辑器,图片上传

    ...

开发注意

开发后台模板,请先安装nodeJs到你的系统,然后进入admin-server-template目录中依次执行

$ npm install
$ npn run dev

如果开发完成了,请执行以下命令, 然后把dist目录里生成的资源文件拷贝到,admin-server的resources的static目录下。

$ npm run build

项目截屏

screen-shot

screen-shot

screen-shot

screen-shot

screen-shot

screen-shot

screen-shot

screen-shot

联系作者

如果有任何安装问题,请加我微信,如果你觉得对你有用,请帮忙star, 让更多人看到此项目,希望能帮到大家。

contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].