org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Bean instantiation via ...
I have followed all the steps mentioned here: https://stackoverflow.com/questions/33364100/how-to-use-tls-1-2-in-java-6/61115302 ...
import java.util.ArrayList; public class Sum { private double sum = 0; public void add(short newShort) { sum += newShort; } ...