Tag:maven
-
Java image text recognition
Based on springboot project 1. Add the following dependencies <dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId> <version>3.2.1</version> </dependency> 2. Download tess4j source package:https://sourceforge.net/projects/tess4j/ 2.1 download Chinese identification package:https://github.com/tesseract-ocr/tessdata/blob/main/chi_sim.traineddata 3. Put the downloaded Chinese identification package under the tessdata package 4. Coding implementation public class Test { Test picture: Test results: 5. It can be optimized later to input the […]
-
Personal java learning route (individual)
The smallest sail can sail far As long as you can’t learn to die, learn to die What you see from the angle you should stand is the scenery Your fearlessness comes from ignorance (you feel so strong when you don’t learn a skill, but that’s how you feel after learning) Personally, I like watching […]
-
[SSM hits big factories] Chapter 13: detailed explanation of mybatis
🙊🙊Author URI :🔗Blog without hair loss 📔📔 Selected column:🔗SSM hits big factories directly 📋📋 Wonderful summary: mybatis is an excellentPersistence layer framework, it supports customized SQL, stored procedures, and advanced mapping. Mybatis avoids almost all JDBC code and manually setting parameters and getting result sets. Mybatis can use simple XML or annotations to configure and […]
-
Java project: movie online viewing system (java + SSM + jsp + layui + Maven + MySQL)
Source code acquisition: download from “resources” on the blog home page! 1、 Project brief Environment configuration: Jdk1. 8 + Tomcat8. 5 + MySQL + Eclispe (IntelliJ idea, Eclispe, myeclispe, STS all support) Project technology: Jsp + Spring + springmvc + mybatis + HTML + CSS + Javascript + jQuery + Ajax + layui + maven, […]
-
Java project: online ordering system (java + SSM + jsp + MySQL + Maven + layui)
1、 Project brief Functions include: front desk implementation: users browse the menu, classify and filter dishes, View menu details, add shopping cart, shopping cart settlement, membership voucher, personal order query, etc. Backstage implementation: meal management, dish management, order management, system management, unitary staff management, etc. The system is divided into: high or administrator, customer, cook, […]
-
Java project: hotel management system (java + SSM + jsp + MySQL + Maven)
1、 Project brief Functions include (administrator and user roles): hotel reservation, hotel management, employee management, check-in principle, order management, floor management, check-out management, turnover report, etc. 2、 Project operation Environment configuration: jdk1 8 + Tomcat8. 5 + MySQL + Eclispe (IntelliJ idea, Eclispe, myeclispe, STS all support) Project technology: JSP + Spring + spring MVC […]
-
Java project: hospital psychological consultation and consultation system (java + Spring + Maven + mybatis + Vue + MySQL)
Source code acquisition: download from “resources” on the blog home page! 1、 Project operation Environment configuration: Jdk1. 8 + Tomcat8. 5 + MySQL + hbuilderx (webstorm also works) + Eclispe (IntelliJ idea, Eclispe, myeclispe, STS all support it). Project technology: Spring + springmvc + mybatis + Maven + Vue, B / S mode + Maven […]
-
Java project: Stray Cat Rescue System (java + springboot + SSM + MySQL + Maven)
Source code acquisition: download from “resources” on the blog home page! 1、 Project brief The functions of this system include: springboot + springmvc + mybatis stray cat rescue system. The background is divided into ordinary users, which can be used by administrators, including registration, login, stray cat release, comment, sharing, background management, user management, popular […]
-
Java project: boutique nursing home management system (java + springboot + Maven + mybatis + Vue + MySQL)
1、 Project brief The functions of the system include: Notice and announcement, elderly management, nursing worker management, question and answer management and so on. 2、 Project operation Environment configuration: Jdk1. 8 + Tomcat8. 5 + MySQL + hbuilderx (webstorm also works) + Eclispe (IntelliJ idea, Eclispe, myeclispe, STS all support it). Project technology: Springboot + […]
-
[mybatis] – basic exercise (3)
I summary: Mybatis: Realize the information query of users and their addresses. (1) The relationship between user and address is one to many, which requires one to many entity Association configuration (2) XML and annotation are used respectively Description: the database is springdb, and the data table is t_ User and t_ Address […]
-
Java project: design and implementation of front office + back office boutique fruit mall system (java + springboot + SSM + MySQL + jsp + Maven)
Source code acquisition: download from “resources” on the blog home page! 1、 Project brief The main functions of this system are: login and registration of foreground users, display of fruit commodities, fruit shopping cart, new settlement of shopping cart, etc., payment binding of bank card, maintenance of receiving address, password modification and other functions, user […]
-
Java project: cosmetics mall system (java + springboot + SSM + MySQL + jsp + Maven)
Source code acquisition: download from “resources” on the blog home page! 1、 Project brief The main functions of this system are: online mall system, foreground + background management, user registration, login, on shelf display, group display, search, receiving address management, shopping cart management, addition, purchase, personal information modification. Order query, background commodity management, classification management, […]