Skip to content

Instantly share code, notes, and snippets.

package com.domain.modulo;
import javax.annotation.PostConstruct;
import org.apache.commons.dbcp.BasicDataSource; // optional
import org.jasypt.encryption.pbe.StandardPBEStringEncryptor;
import org.jasypt.properties.PropertyValueEncryptionUtils;
public class Cryptology extends BasicDataSource {