Maven assembly plugin of < maven>maven plug-in

What It is a standard plug-in for packaging tasks in maven The main purpose of the Assembly plug-in is to allow users to assemble project output with its dependencies, modules, site documents, and other files into a distributable archive. Why Other plug-ins are not easy to use and each has its own short board. For example, you can't make a ...

Added by kenhess on Sat, 16 Nov 2019 21:56:47 +0200

Complete pseudo static rules of AMH host panel

Compared with lightweight application servers or virtual hosts, Alibaba cloud ECS cloud servers need higher technical capabilities. Users can use AMH panel or pagoda and other panels to make Web projects simpler. Yuntun store shares the complete pseudo-static rules of AMH host panel: Complete pseudo static rules of AMH host panel Pseudo static ...

Added by my8by10 on Fri, 15 Nov 2019 19:43:47 +0200

SpringBoot-Mybatis Framework--Actual Notes

0-Preface Mybatis was predecessor to iBatis, an open source project for Apache.Mybatis is a Hibernate-like ORM persistence framework that supports common SQL queries, stored procedures, and advanced mappings. Mybatis typically uses simple xml or annotations to configure and map interfaces and POJO objects to records in the database. Since Mybat ...

Added by cirma on Thu, 14 Nov 2019 06:34:43 +0200

SpringBoot from getting started to giving up, Chapter 2

I. Profile multi environment support 1. Multiple Profile files When we write the main configuration file, the file name can be: application-{profile}.properties/yml application.properties is used by default 2. yml supports multi document block mode server: port: 8080 spring: profiles: active: dev ##Activate dev configuration bl ...

Added by tim on Wed, 13 Nov 2019 06:54:26 +0200

Android Studio new project app is empty

I updated Android studio a few days ago. When I created a new project today, I found that the creation failed. His app is empty. Here is the error reported. Many people must think that it's easy. It's not good to reinstall Android studio. It's good, but it's not time-consuming,       java.lang.RuntimeException: com.androi ...

Added by VanHagar on Mon, 11 Nov 2019 22:33:57 +0200

Spring Boot 2 Series Tutorial Integration MyBatis

The first two articles talked to readers about JdbcTemplate, the simplest data persistence scheme in Spring Boot. JdbcTemplate is simple but not very useful because it is not as convenient as MyBatis. The steps to integrate MyBatis in Spring+Spring MVC are still a bit complex. To configure multiple beans, Spring Boot further simplifies this so ...

Added by hodge on Mon, 11 Nov 2019 04:12:18 +0200

Idea + mybatis Generator + Oracle reverse code generation

Mybatis generator can automatically generate dao, entity and mapper files corresponding to database tables. Here, take oracle as an example My project directory is as follows: Create dao and entity files under demo and mapper under resource, and the automatically generated files will be in these three folders. I. create a new ...

Added by Diego17 on Sun, 10 Nov 2019 23:00:47 +0200

The second level child node content of the root node of the C ා - XML base XElement Elements

 .NET Framework : 4.7.2        IDE : Visual Studio Community 2019         OS : Windows 10 x64     typesetting : Markdown         blog : blog.csdn.net/yushaopu        github : github.com/GratefulHeartCoder   xml file <?xml version="1.0" encoding="utf-8"?> <cultures> <taoists count="100" comme ...

Added by sorenchr on Fri, 08 Nov 2019 21:21:48 +0200

Application of Maven Profile

maven's profile app will appear more or less in mid-sized and large companies. If you're new to the maven profile, you probably don't care what it does, just like me. Even though I've seen it many times, I don't need to configure it myself, just be active. But once the problem occurs, you probably won't find any problems. Basic concepts Profile ...

Added by Bunyip on Fri, 08 Nov 2019 04:21:49 +0200

Spring Boot Admin: microservice application monitoring

Spring boot actual e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract Spring Boot Admin can monitor various indicators of spring boot application and can be used as the monitoring center in the microservice architecture. This article will introduce its usage in detail. Introduction to Spring Boot Admin Spri ...

Added by natronp on Thu, 07 Nov 2019 04:17:43 +0200