Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that java open source e-commerce will not run

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

How to solve java open source e-commerce will not run, many novices are not very clear about this, in order to help you solve this problem, the following small series will explain in detail for everyone, there are people who need this can learn, I hope you can gain something.

Quick Start and Local Development

desired environment

Here is a list of installation tutorials for the required environment, for those who are just getting started.

Server operation is recommended to use pagoda. If you are a geek, you can type commands by hand.

jdk recommends independent installation

JDK: 1.8+ Installation Tutorial

https://www.runoob.com/java/java-environment-setup.html

Pagoda installation as shown in the figure

Software to be installed in pagoda 1. Pagoda Terminal---> Start Java project needs to use 2. Redis5+ ---> Java Project Cache 3. Mysql 5.7---> Data Storage 4. Nginx1.17 ---> web services

Locally packaged software to install

JDK ---> JDK1.8

Installation tutorial: www.runoob.com/java/java-environment-setup.html

Development IDE/Packaging Tools---> IDEA

NPM ---> Provide front-end project environment

Installation tutorial: www.runoob.com/nodejs/nodejs-install-setup.html

Hbuilder X ---> Mobile project usage to

MYSQL 5.5 ---> java project database services

Installation tutorial: www.runoob.com/mysql/mysql-install.html

MAVEN 3 ---> java project jar management services

Installation tutorial: www.runoob.com/maven/maven-setup.html

REDIS 3 ---> Java Project Cache Service

Installation tutorial: www.runoob.com/redis/redis-install.html

After installing Node, it is best to set up the mirror source of Taobao. CNPM is not recommended.

npm config set registry https://registry.npm.taobao.org After configuration, you can verify whether it is successful by adding the following contents to ~/.npmrc to avoid the failure of node-sass installation sass_binary_site=https://npm.taobao.org/mirrors/node-sass/.npmrc The file is located at win: C:\Users\[your account name]\.npmrclinux: directly use vi ~/.npmrc

development preparation

Before you start using CRMEB java, you need to do the following.

Installing the lombok plugin for Idea can omit the get set method to make the code simpler.

You need to have a foundation for spring boot development if you're going to open two.

You need to have Vue basics.

You also need to understand the basic development of Uniapp and debugging of Weixin Mini Programs

run the project

This project is separated from the front and back, so you need to start the back end before you can access it

Did reading the above help you? If you still want to have further understanding of related knowledge or read more related articles, please pay attention to the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report