Develop a DDD scaffold based on IDEA Plugin

Recently, I am interested in expanding various functions in combination with the development capability of IDEA Plugin. Based on this, different cases are used to explore the IDEA Plugin plug-in development technology. I hope this systematic learning and verification summary can help more partners who need this technology.Source address: ...

Added by MattSharp on Sat, 11 Dec 2021 10:04:24 +0200

The whole gadget automatically generates PO, DAO and Mapper in the IDEA

Continue to adhere to the original output, click the blue word to pay attention to me Author: Xiao Fu GeBlog: https://bugstack.cn ❝ Precipitate, share and grow, so that you and others can gain something! 😜 ❞ catalogue 1, Foreword 2, Demand purpose 3, Case development ...

Added by diagnostix on Thu, 09 Dec 2021 05:54:02 +0200

Spring annotation development

catalogue introduce 1. Preparation 2. Annotation development 2.1 @Component 2.2 @Value 2.3 derived notes 3. Automatic assembly 3.1 @Autowired 3.2 @Qualifier notes three point three   @ Resource annotation three point four   @ Similarities and differences between Autowired and @ Resource 4.@scope 4.2 configuration ...

Added by Immortal55 on Wed, 08 Dec 2021 02:37:06 +0200

AutoMapper import problem

preface Recently, I was looking at a small project. There was a strange small problem, but it was this small problem that led to a major error after push ing to the server. This small problem led to the program unable to scan the corresponding entity, resulting in initialization failure, and finally the whole program could not run. After s ...

Added by amo on Fri, 08 Oct 2021 20:27:15 +0300

JDBC learning summary (Idea implementation)

catalogue preface 1, What is JDBC? 2, JDBC programming steps (1) Design concept (2) Preparatory work (3) Open Idea (4) Code section steps 3, Summary preface This paper records that the author has realized the java connection to the database through the study of JDBC, and completed some simple operations on the database data. ...

Added by howard-moore on Mon, 04 Oct 2021 05:18:20 +0300

Using Blink SQL+UDAF to realize difference aggregation calculation

According to the real business requirements of a power grid company, this case realizes the difference aggregation calculation on the real-time flow through Blink SQL+UDAF. Through this case, the readers are familiar with UDAF writing and understand the method invocation relationship and order in UDAF. Thank you @ commander for your guidance in ...

Added by stalione on Fri, 08 May 2020 12:15:27 +0300

[Spring Security + OAuth2 + JWT entry to actual combat] 11. SMS verification code login

brief introduction Using SMS authentication code to log in, security does not support SMS authentication code login process by default, so we imitate password login to do a new authentication process. Login process SmsCodeAuthenticationFilter SMS login request SmsCodeAuthenticationProvider provides an implementation class for SMS login ...

Added by afhouston on Thu, 05 Mar 2020 07:26:56 +0200

IDEA sums up the code of sharpening the knife

If you want to be good at your work, you must first make use of your tools. At present, countless Java programmers have replaced Eclipse in the stone age with InteliJ IDEA, a modern intelligent development tool. It's a great time to write code (joke, each has its own advantages, depending on personal habits) But every time I see other people us ...

Added by glansing on Tue, 21 Jan 2020 06:20:21 +0200

Design mode appearance mode

Appearance mode principle A home theater project: Introduce a second remote control in the home theater to call various functions and put them on one interface The appearance mode provides a unified interface, visiting a group of function related interfaces in the subsystem. The appearance mode defines a high-level interfac ...

Added by Syntac on Sat, 16 Nov 2019 20:01:15 +0200

WIN10 Common Software for People

Common Software and Configuration for WIN10 Persons development tool IDE Intellij IDEA WebStorm Android Studio Navicat Postman Node Development tools Git MariaDB Java environment JDK Configuring System Environment Variables Maven Configuring System Environment Variables Tomcat Configuring System ...

Added by YoussefSiblini on Mon, 07 Oct 2019 19:00:28 +0300