Archive of stories published by Complex to Simple

Java Themes with JTattoo

First download the JTattoo.jar and add into your project classpath then you have to put the following code into your main method

[sourcecode language=”java”]
public static void main(String []args){
 try {
 //here you can put the selected theme class name in…


SSL configuration on spring boot application with self signed certificate

Let’s start with What?

SSL — (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures…

These were the top 10 stories published by Complex to Simple; you can also dive into yearly archives: 2012, 2013, 2014, 2015, 2016, 2017, 2018, and 2024.