Skip to content

Spring Configuration

Daniel Norton edited this page Oct 2, 2015 · 2 revisions

Use Spring for database access in a command line Java application

Problem: I need to be able to override database settings in a properties file

Solution:

  • Attempt 1

    • use Spring and the Spring DriverManagerDataSource

References

Clone this wiki locally