You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BookStore/out/production/RentBook/jdbc.properties

6 lines
160 B

username=root
password=Y13320567524
url=jdbc:mysql://localhost:3306/book?characterEncoding=utf8
driverClassName=com.mysql.jdbc.Driver
initialSize=5
maxActive=10