All Projects → xiaowei1118 → Java_server

xiaowei1118 / Java_server

Licence: mit
基于SpringMVC+spring+Mybatis的校园o2o电商项目的后台和管理平台

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java server

Spring Boot File Upload Download Rest Api Example
Spring Boot File Upload / Download Rest API Example
Stars: ✭ 300 (-12.02%)
Mutual labels:  spring-boot, spring
Spring Best Practices
spring 最佳实践 Demo案例
Stars: ✭ 333 (-2.35%)
Mutual labels:  spring-boot, spring
Spring Webmvc Jwt Sample
Secures REST APIs with Spring Security and JWT Token based Authentication
Stars: ✭ 299 (-12.32%)
Mutual labels:  spring-boot, spring
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (-4.69%)
Mutual labels:  spring-boot, spring
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (-9.38%)
Mutual labels:  spring-boot, spring
Atom
Java course materials
Stars: ✭ 293 (-14.08%)
Mutual labels:  spring-boot, spring
Poi
☀️ Read and Write Excel file using Java and Apache POI
Stars: ✭ 321 (-5.87%)
Mutual labels:  spring-boot, spring
Spring Cloud Gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
Stars: ✭ 3,305 (+869.21%)
Mutual labels:  spring-boot, spring
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-9.38%)
Mutual labels:  spring-boot, spring
Micro Company
Rest-full, Hipermedia-based distributed application. Spring boot & cloud. Angular. CQRS. Eventsourcing. Axonframework. Microservices. Docker. CloudFoundry
Stars: ✭ 307 (-9.97%)
Mutual labels:  spring-boot, spring
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (-4.4%)
Mutual labels:  spring-boot, spring
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (-5.28%)
Mutual labels:  spring-boot, spring
Springcloudconfig
Stars: ✭ 290 (-14.96%)
Mutual labels:  spring-boot, spring
Angular Spring Starter
Full stack starter kit featuring Angular 7, Spring boot and stateless JWT authentication.
Stars: ✭ 294 (-13.78%)
Mutual labels:  spring-boot, spring
Spring 5 Book
Spring 5 Samples(Spring 5 案例大全/《Spring 5 开发大全》示例源码) covers Spring 5, Spring MVC, Spring WebFlux, Spring Boot and Spring Cloud.
Stars: ✭ 283 (-17.01%)
Mutual labels:  spring-boot, spring
Springboot Analysis
🍃 something about springboot
Stars: ✭ 301 (-11.73%)
Mutual labels:  spring-boot, spring
Org.openwms
Open Warehouse Management System
Stars: ✭ 258 (-24.34%)
Mutual labels:  spring-boot, spring
Spring Cloud Gateway Sample
Sample Spring Cloud Gateway Application
Stars: ✭ 268 (-21.41%)
Mutual labels:  spring-boot, spring
Awesome Spring Boot
Code based and real world examples of Spring Boot and shiny things. 😍
Stars: ✭ 303 (-11.14%)
Mutual labels:  spring-boot, spring
App Engine
分布式App服务端快速开发框架
Stars: ✭ 313 (-8.21%)
Mutual labels:  spring-boot, spring

java_server

本项目是校园o2o电商项目的服务端和管理平台代码,采用SpringBoot-Mybatis架构,集成了丰富的短信,推送,支付,权限管理等功能。

更新

  • 2017-7-21
   1. 解决spring jar包过老,跑不起来问题。
   2. 项目更新为springBoot项目,springBoot版本为1.5.2
   3. 支持在intellij下面运行

主要功能

功能 平台
推送 极光
短信 mob
支付 ping++
接口签名 --
web端数据管理 bootstrap-table
权限管理 --
多校区管理 --

运行

clone下来的代码支持在eclipse或者intellij下运行,mysql支持,本地支持以SpringBoot的方式启动。

  1. 将项目根目录下foryou.sql导入你自己的数据库中。
  2. 再application.properties修改数据库连接配置。
  3. 执行mvn package 将项目打成war包,在tomcat下运行。
  4. 或者更改pom.xml,讲packing方式更改为jar,执行mvn package后在jar包目录下运行java -jar jar包路径即可
  <packaging>jar</packaging>
  1. 本地测试及启动,执行PortraitApplication中的main函数即可启动内置的tomcat,浏览器中访问localhost:8080/(端口可以在application.properties里面设置) 即可进入管理端默认的登录页面。
  2. 校区管理员账号admin:123456,总校区管理员账号admin_1:123456。

License

本项目基于MIT开源协议.

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].