The usage exception of spring boot plus background management system

Article directory Record the special exceptions in the process of using the scaffold of the development platform of background management system based on spring boot 2 Exception 1: ` ` java.lang.IncompatibleClassChangeError: Found interface org.objectweb.asm.MethodVisitor, but class was expected`` ...

Posted by IMP_TWI on Tue, 04 Feb 2020 08:23:24 -0800

Hexo Blog Configuration SSL Certificate

Hexo doesn't have to convert to a static web page and hand it over to a tool publishing site like Nginx, tomcat, which has a built-in server.By default, however, there is no SSL certificate. Effect Display All three servers use Hexo to provide web services. Basic steps 1. Prepare the SSL cert ...

Posted by glory452 on Fri, 31 Jan 2020 18:23:56 -0800

Spring Boot + MyBatis quick start

I've learned Spring Boot these days, and I want to record it for review in the future. Spring Boot greatly simplifies the complexity of XML configuration in the past. A Web project can be built with a few simple lines of configuration, which greatly saves development time. Environmental preparation Eclipse JDK 1.7 Maven M ...

Posted by JP128 on Fri, 31 Jan 2020 13:32:39 -0800

Installation of Dubbo admin management platform under centos7

1. Download Dubbo source code at https://github.com/alibaba/dubbo     2. Unzip the zip file to the directory "D: \ technical data \ zookeeper \ Dubbo master \ Dubbo master"   Manual packaging. Here you only need to package the war package of Dubbo admin. So go to the Dubbo admin directory and use maven to pac ...

Posted by tito on Fri, 31 Jan 2020 00:15:56 -0800

Tomcat reports serious errors: unable to process jar entry [module info. Class] from jar

Unable to process jar entry [module info. Class] from jar appears when Tomcat runs It can be seen from error analysis that Jar entry cannot be processed from Jar package [module info. Class]Wrong content serious: Unable to process Jar entry [module-info.class] from Jar [jar:file:/D:/STS/Workspaces/Clo ...

Posted by Mikersson on Thu, 30 Jan 2020 07:49:25 -0800

Deploy the springboot project in idea to the remote docker container

1. Create the project in idea, as shown below 2. Configure docker maven plugin <!-- Docker maven plugin --> <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>1.0.0</version> <configuration> <forceTags>true&lt ...

Posted by lou28 on Sun, 26 Jan 2020 07:00:26 -0800

Ingress unified access portal (ingress nginx)

The main purpose of this practice is to unify the entry, no longer expose the port through LoadBalancer and other ways, but use the reverse proxy load balancing function provided by Ingress as our only entry. kubernetes version is 1.16.0 Deploying tomcat Deploy Tomcat but only allow intranet access. ...

Posted by rgpayne on Wed, 22 Jan 2020 07:16:20 -0800

OOM, don't panic. I'll teach you how to locate

This slag is writing BUG this morning. A problem has been thrown by TL. It is said that there is something wrong with the platform that makes me healthy. After an operation finds the error log, I'm foolishly out of memory error. I can also write this thing, but I haven't located it. org.springframew ...

Posted by FRSH on Thu, 16 Jan 2020 20:14:32 -0800

Tomcat Server Varnish Proxy Server

Tomcat Server Overview Introduction to Java Java is a cross-platform, object-oriented programming language. Java technology has excellent versatility, efficiency, platform portability and securitysystem Java SE (Standard Edition) Java EE (Enterprise Edition) Introduction to JDK JDK(Java Devel ...

Posted by L0j1k on Wed, 15 Jan 2020 17:40:27 -0800

zabbix monitoring redis, tomcat, Nginx

This blog post needs to be based on the basic environment of zabbix. Please refer to Build zabbix 1, Configure zabbix to monitor redis (1) Deploy zabbix agent Please refer to the blog for details of agent deployment and software package download Configure email alarm and wechat alarm monitored by Zabbix There is no detailed explanation here! [ ...

Posted by Boerboel649 on Tue, 14 Jan 2020 01:46:45 -0800