I want to build a simple proxy (127.0.0.3:1234) to transfer my database connections from my app to specific database servers (127.0.0.1:1234 and 127.0.0.2:1234). Is that possible in Java? I'm worry about the persistence connections between dbs and application...
问问题
227 次