self_example/Spring/spring_test/src/main/resources/jdbc.properties

4 lines
106 B
INI

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql:///spring_jdbc
jdbc.username=root
jdbc.password=root