eb4j-all.1.8.6.source-code.mysql.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eweb4j-all Show documentation
Show all versions of eweb4j-all Show documentation
easy web framework for java, full-stack
<?xml version="1.0" encoding="UTF-8"?> <beans> <dataSource dsName="myDBInfo"> <dataBaseType>MYSQL</dataBaseType> <property key="driverClass" value="com.mysql.jdbc.Driver" /> <property key="jdbcUrl" value="jdbc:mysql://localhost:3306/petstore_db" /> <property key="user" value="root" /> <property key="password" value="root" /> </dataSource> </beans>