MS-SQL连接本地数据库(hibernate.connection.connection_string)
<add key="hibernate.connection.connection_string" value="Password=sa;Persist Security Info=false;User ID=sa;Initial Catalog=TWSystem;Data Source=192.168.1.123"/>
那么我想改为连接本地的数据库 我要怎么设置呢?~`还望高手指点一二```
------解决方案--------------------="Password=sa;Persist Security Info=false;User ID=sa;Initial Catalog=TWSystem;Data Source=127.0.0.1"