top of page
freeconcertbandmusic.com
Configuration Xml -
<?xml version="1.0" encoding="UTF-8"?>
<server host="127.0.0.1" port="8080" />
<!-- 2. Database Configuration using Attributes --> <database driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/mydb" username="admin" password="secretPass123" /> configuration xml
bottom of page