All Projects → vito16 → Shop

vito16 / Shop

Licence: apache-2.0
基于Spring-boot和bootstrap搭建的商城系统

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Shop

Materialwp
Material Design WordPress Theme
Stars: ✭ 459 (-9.29%)
Mutual labels:  bootstrap
Beibq
基于flask开发类似gitbook的知识管理网站。 http://demo.beibq.cn
Stars: ✭ 480 (-5.14%)
Mutual labels:  bootstrap
Monday Shop
网上在线商城、综合网上购物平台
Stars: ✭ 485 (-4.15%)
Mutual labels:  shopping
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (-8.1%)
Mutual labels:  bootstrap
Purpleadmin Free Admin Template
Purple Admin is one of the most stylish Bootstrap admin dashboard you can get hands on. With its beautifully crafted captivating design and well-structured code.
Stars: ✭ 473 (-6.52%)
Mutual labels:  bootstrap
Flutter Shopping Ui Kit
I developed this application just for learning purpose. There are over 20 screen variations.
Stars: ✭ 480 (-5.14%)
Mutual labels:  shopping
Mdb Ui Kit
Bootstrap 5 & Material Design 2.0 UI KIT
Stars: ✭ 21,830 (+4214.23%)
Mutual labels:  bootstrap
Awesome React Bootstrap Components
⚛️ React.js components made using 🅱️ Bootstrap
Stars: ✭ 490 (-3.16%)
Mutual labels:  bootstrap
Ember Bootstrap
Ember-cli addon for using Bootstrap as native Ember components.
Stars: ✭ 475 (-6.13%)
Mutual labels:  bootstrap
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (-4.74%)
Mutual labels:  bootstrap
Sco.js
Javascript extensions for twitter bootstrap
Stars: ✭ 465 (-8.1%)
Mutual labels:  bootstrap
Bugcatcher
方便产品、开发、测试三方协同管理、测试、监控项目进度和质量,以持续交付。
Stars: ✭ 472 (-6.72%)
Mutual labels:  bootstrap
Jtsage Datebox
A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
Stars: ✭ 481 (-4.94%)
Mutual labels:  bootstrap
Neumorphism Ui Bootstrap
Neumorphism inspired UI Kit: web components, sections and pages in neumorphic style built with Bootstrap CSS Framework
Stars: ✭ 463 (-8.5%)
Mutual labels:  bootstrap
Bootstrap Vertical Tabs
Missing vertical tabs component for bootstrap.
Stars: ✭ 489 (-3.36%)
Mutual labels:  bootstrap
Bootsy
Disclaimer: this project is no longer maintained.
Stars: ✭ 455 (-10.08%)
Mutual labels:  bootstrap
Bootstraping Ngx Admin Lte
Angular2,4,6 project with AdminLTE dashboard template (using angular, angular-cli and ngx-admin-lte ) Formerly called 'ng2-admin-lte'.
Stars: ✭ 479 (-5.34%)
Mutual labels:  bootstrap
Twitter Bootstrap Rails
Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
Stars: ✭ 4,518 (+792.89%)
Mutual labels:  bootstrap
Guns Lite
基于spring boot脚手架项目,spring data jpa+Spring Boot2+bootstrap完整的后台管理系统
Stars: ✭ 491 (-2.96%)
Mutual labels:  bootstrap
Responsiveframework
Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
Stars: ✭ 476 (-5.93%)
Mutual labels:  bootstrap

购物系统

Build Status Coverage Status

在线商城项目,持续完善中...

功能导图

前提条件

  • redis(Win上可以找3.0的安装包或者Docker方式,Linux和Mac就不多说了)
  • Lombok插件(IDEA的话自己安装,Eclipse没试过)
  • MySQL数据库(>=5.7)

启动服务

com.vito16.shop.Application.main()

主页:http://localhost:8081/
后台:http://localhost:8081/admin/login

配置修改

可以在application.properties中修改相关配置(http服务端口、数据库配置...)

  • 访问端口:server.port
  • 数据库相关配置:jdbc.***
  • 初始化数据脚本在/src/main/resources/sql/
  • 管理员:admin/123456
  • 用户:vito16/123456
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].