jdbc.properties
来自「struts spring ibatis」· PROPERTIES 代码 · 共 15 行
PROPERTIES
15 行
# Properties file with JDBC-related settings.
# Applied by PropertyPlaceholderConfigurer from "applicationContext.xml".
# Targeted at system administrators, to avoid touching the context XML file
jdbc.driverClassName=com.ibm.db2.jcc.DB2Driver
jdbc.url=jdbc:db2://192.168.0.128:50000/ALLINONE
jdbc.username=db2admin
jdbc.password=111111
#jdbc.driverClassName=org.gjt.mm.mysql.Driver
#jdbc.url=jdbc:mysql://localhost/JPetStore?useUnicode=true&characterEncoding=UTF-8
#jdbc.username=jpetstore
#jdbc.password=ibatis9977
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?