略…
具體過程可參考用Maven創建第一個web項目
更多詳細可參考使用springMVC實現簡單的登錄例子
https://github.com/mybatis/generator/releases
修改 testVelocity.vm
:
1
2
3
4
5
6
$!test
#foreach($userInfo in $!list)
</br>
$!{velocityCount}. $!userInfo.userName
#end
啟動romcat,輸入http://localhost:8080/baseweb/test.htm
,測試結果:
整合Mybatis測試結果
成功訪問數據庫!