Wednesday, January 29, 2020

How to setup Google Cloud Compute Engine for Spring Boot project?

You should have the Google account to for this. You will get $300 credit for 12 months for Google Cloud computing. In this article there are 2 parts. 1st will will tell you the billing part information and 2nd it will explain how to setup the project. So let's follow some steps...

Tuesday, January 28, 2020

How to deploy Spring Boot app in Google Cloud Compute Engine with embedded tomcat?

Now a days deploying Spring Boot application is quite easy in Cloud Platform. A lot of articles already have published on the web but unfortunately I have not seen a single article written in this topic. Hence I planned to write a blog in this topic. You will get a lot of article...

Sunday, January 26, 2020

[Solved] no tests found with test runner junit 5

We often get this error in Eclipse/STS while working with JUnit. As we know JUnit has released JUnit5 after successor of JUnit4. When we create Spring Boot starter project whose version is higher than 2.1.4.RELEASE then by default Spring adds the JUnit5 dependencies. It...

Wednesday, January 22, 2020

How to install free ssl certificate in spring boot using Let's Encrypt

As we know ssl provides the extra layer of security. Every packet transferred between client and server is encrypted using public or private key cryptography. Now a days everyone ensuring to protect their web application through ssl certificate. If you have developed your...