Spring boot 2. X Foundation: packaging applications as executable jars

Knowledge changes fate, rolling code makes me happy, and I will continue to swim in the open source industry in 2020 < br / > Take a look at what you like and get into the habit < br / > Give me a Star, Click to learn about the implementation solution of component-based interface service based on spring boot After the application ...

Posted by khanuja.sunpreet on Thu, 20 Feb 2020 00:12:35 -0800

CentOS7 installation and operation Docker

1. Confirm kernel version CentOS7 kernel is generally 3.10, which meets the installation conditions (> = 3.8) uname -r //perhaps uname -a 2. update pack yum unpdate -y This process may be a little slow. If there is a higher version of kernel, it will update back to 3.10 View the current default kernel grub2-editenv list Changed to newer k ...

Posted by jameslloyd on Wed, 19 Feb 2020 06:38:38 -0800

Notes: Docker, Dockerfile Foundation

Article directory Basic concepts of Docker Docker installation Frequently used commands Container operation example Docker mirror image Docker container data volume Dockerfile Dockerfile architecture (reserved word instruction) Example of Docker installing mysql Push the local image to alicloud ...

Posted by kanenas.net on Wed, 19 Feb 2020 02:27:08 -0800

fastDFS is built by Docker

fastDFS is built by Docker Step 1: build a docker on the ECS https://blog.csdn.net/wjyyhhxit/article/details/83582588 It's almost the same with this blog. This blog uses Centos 7 Step 2: use Docker to pull the required image docker pull morunchang/fastdfs Because I use other methods to insta ...

Posted by Rabea on Tue, 18 Feb 2020 02:24:48 -0800

66 Linux Tomcat nginx reverse agent

Experimental catalogue Please be sure to check the basic environment settings of the previous blog nginx reverse proxy Dynamic and static separation based on nginx reverse agent httpd reverse proxy tomcat Using ajp protocol to reverse proxy tomcat in httpd Jump to the end of the article Please ...

Posted by boyakasha on Thu, 13 Feb 2020 06:32:54 -0800

Spring boot remove embedded tomcat and package to run in tomcat

Remove embedded tomcat and add jsp dependency Remove embedded tomcat Removing embedded tomcat from spring boot dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!-- Remove embedded to ...

Posted by j0sh on Wed, 12 Feb 2020 08:42:55 -0800

[JAVA programming] JAVA assist summary

Javaassist reference manual 1. Read and output bytecode 2. New Class 3. Freeze Class 4. Class search path 5,ClassPool 6,Class loader 7. Introduction and customization 8. Modify method body 9 add a new method or field 10 notes 11 javassist.runtime 12 import 1. Read and output bytecode ClassPool ...

Posted by erupt on Tue, 11 Feb 2020 22:05:12 -0800

tomcat multi instance jpress

Made by two couples 1. Basic environment preparation Step 1: download the installation package # wget -P /app/tools/ https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.50/bin/apache-tomcat-8.5.50.tar.gz # wget -P /app/tools/ http://47.111.238.157/jd ...

Posted by deejay on Mon, 10 Feb 2020 05:59:16 -0800

How to configure Tomcat 9.0 in Maven

The default version of Tomcat used in Maven is 6.0, which is not applicable in many development applications. The commonly used Tomcat plug-ins on the Internet are Tomcat 7-maven-plugin version 2.2, 3.0-r1655215 of tomcat8-maven-plugin (this version needs to be downloaded on the image server, and the specific configuration is as follows) Add ...

Posted by prinzcy on Sat, 08 Feb 2020 06:10:09 -0800

Getting started with javaScript

Getting started with javaScript Article directory Getting started with javaScript 1, Basic grammar What can I do Notes Identifier, literal quantity and variable naming specification data type Data type conversion, operator 2, Common methods of string and array Character method Array method 3, ...

Posted by mahaguru on Wed, 05 Feb 2020 04:37:29 -0800