时间:2021-07-01 10:21:17 帮助过:255人阅读
还原SQL Server数据库备份,或使用MySQL的SQL代码创建库后,使用DBeaver或navicat等工具转换为SQL Server库
- <code>driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://192.168.1.200:1433;SelectMethod=cursor;DatabaseName=jeecg-boot
- username: sa
- password: SA
- </code>
- <code class="language-sql">SELECT 1
- </code>
jeecgboot积木报表(jimuReport)SQL Server切换
标签:转换 url sel port pre word 数据库 code pass