Fix Eclipse Failure To Transfer Antlr:antlr:jar:2.7.7 Cached In The Local Repository Error

I have some spring projects in my workspace. And I use GitHub to manage all the source code of different spring projects. When I import those spring projects to a newly set up machine in eclipse, I find an error message like Failure to transfer antlr:antlr:jar:2.7.7 from https://repo.maven.apache.org/maven2 was cached in the local repository. After

Fix Eclipse Failure To Transfer Antlr:antlr:jar:2.7.7 Cached In The Local Repository Error Read More »

Spring Boot Web MVC Using Embedded H2 Database Example

In this example, we will show you how to develop a spring boot web application using spring web MVC, spring data JPA, spring thymeleaf template engine, and h2 embedded database library jars. This web application provides two functions, one function can add employees and the other function can list added employees. Please see the function

Spring Boot Web MVC Using Embedded H2 Database Example Read More »

How To Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition

Group policy editor (gpedit.msc) is a very useful windows function that is needed when enabling the windows long file path feature. It has been installed and enabled in win 10 professional and enterprise editions by default. But when you run it in win 10 home edition, it will prompt an error message like Windows cannot

How To Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition Read More »

H2 Database Tutorial

H2 is an embedded database developed in Java, it is free from platform constraints. It is only a class library and can be embedded directly into the java application. The biggest advantage of using the H2 database is that it can be packaged and distributed with java applications, which makes it very convenient to store

H2 Database Tutorial Read More »