E-commerce project (grain mall)
E-commerce project summary
E-commerce project (grain mall)
1, Project objectives:
Cereal mall is a B2C e-commerce project, which sells self operated goods to customers.
2, Project architecture
1. Technical architecture
The grain mall adopts the front and rear end separation development, which is a micro service project
Front end developm ...
Posted by jbol on Sat, 04 Sep 2021 19:33:06 -0700
javaSpring uses maven's initial build step java project
1. Modify in maven projectPom.xmlIntroduce dependencies on spring.<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com ...
Posted by jason102178 on Sun, 05 Jul 2020 07:40:05 -0700
Super simple integrated ML kit for dictation
background
โโ I believe that all of us have dictation when we first learn a language. Now when primary school students learn Chinese, an important homework is dictation of new words in the text. Many parents have this experience. However, on the one hand, the action of reading words is relatively simple, on the other hand, parents' ti ...
Posted by abch624 on Mon, 29 Jun 2020 21:02:34 -0700
Learn Java design mode again: actual memo mode "simulate the scenario of profile rollback during the online process of Internet system"
Author: little brother FuBlog: https://bugstack.cn -Original series of special articles
Precipitation, sharing, growth, so that they and others can have a harvest! ๐
1, Preface
Can't it be an excuse for R & D?
Sometimes the function complexity is high and it is difficult to realize, sometimes the construction period is short and the implem ...
Posted by emmbec on Sun, 28 Jun 2020 21:45:05 -0700
Centos uses git node shell for continuous integration
catalog
preface
preparation
Creating a springboot project
Create a warehouse on github
Write listening server of node
to write git.sh script
Final test
preface
After listening to the teacher's lesson yesterday, I want to make continuous integration by myself. I have made many detours from five t ...
Posted by ryanpaul on Tue, 23 Jun 2020 21:23:21 -0700
Super simple integration of HMS Scan Kit code scanning SDK, easy code scanning purchase
preface
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ. Now we are used to scanning code, scanning code for payment, scanning code for social account, scanning code for commo ...
Posted by RTS on Tue, 23 Jun 2020 19:04:09 -0700
Java converts PDF/XPS to Word/html/SVG/PS/PCL/PNG, PDF and XPS interoperability
Spire.Cloud.SDKFor Java provides the interface PdfConvertApi to convert PDF and XPS documents into specified document formats by converting (), such as converting PDF to Word (Docx, Doc), Html, XPS, SVG, PS, PCL, PNG, and converting XPS to Word (Docx, Doc), Html, PDF, SVG, PS, PCL, PNG, etc.).The text will show you how to do this through Java ...
Posted by fadedline on Tue, 23 Jun 2020 10:26:30 -0700
Packaging and deployment of SpringBoot and Mysql application Docker
This paper implements a simple springboot+mysql application (ip count based on user access and stored in mysql database), builds a docker image for the application, implements the deployment of docker container and the docking with mysql container
Docker installation
You can install docker desktop f ...
Posted by friedemann_bach on Sun, 21 Jun 2020 00:02:11 -0700
xml-based AOP in Spring
1. The whole process of Aop is Aspect Oriented Programming, which is a technology for facet-oriented programming, to achieve the same maintenance of program functions through pre-compilation and run-time dynamic agents.Aop is the continuation of oop, a hot spot in software development, and an important content in Spring framework.It is a derive ...
Posted by Bikkebakke on Fri, 19 Jun 2020 17:58:24 -0700
Spring Boot & ES is worth reference!
Author: Waste senior brother
cnblogs.com/cjsblog/p/9756978.html
1. Preface
1.1. Integration mode
There are four ways to integrate Elasticsearch in Spring Boot:
REST Client
Jest
Spring Data
Spring Data Elasticsearch Repositories
This paper uses the following two methods to connect and operate elastic search respectively
1.2. Environm ...
Posted by MemphiS on Fri, 19 Jun 2020 04:14:44 -0700