Java: Set the Jboss Connection Pool size
Example XML snippet to set min-pool-size, max-pool-size and prefill for a JBoss datasource.
Example XML snippet to set min-pool-size, max-pool-size and prefill for a JBoss datasource.
Workaround to prevent known_hosts validation errors in JSch: set session.setConfig(“StrictHostKeyChecking”, “no”).
Use xjc -dtd -d example.dtd to generate Java classes from an XML DTD.
Spring configuration for JavaMailSenderImpl and a mail utility wrapper for sending plain text emails.
Swagger Maven plugin error occurs when @Api is present but no @ApiOperation; add @ApiOperation to fix.