1
2
3
4
5
6
7
8
9
10
11
12
13
14
| #change db link
| #jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
| #jdbc.url=jdbc:oracle:thin:@172.16.99.242:1521:frostst
| #jdbc.username=fros
| #jdbc.password=fros
| jdbc.driverClassName=com.mysql.jdbc.Driver
|
|
| #jdbc.url=jdbc\:mysql\://192.168.3.80\:3306/med?useUnicode\=true&characterEncoding\=utf-8
| #jdbc.url=jdbc\:mysql\://\:3306/schoolmanager?useUnicode\=true&characterEncoding\=utf-8
| jdbc.url=jdbc\:mysql\://101.201.79.213\:3306/schoolmanager?useUnicode\=true&characterEncoding\=utf-8
| jdbc.username=root
| #jdbc.password=root
| jdbc.password=123qwe
|
|