資源簡介
gbase 8t版整合mybatis+maven+springboot 的demo,坑比較多,已經踩平,肯定能用

代碼片段和文件信息
package?test.xu;
import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
//?mapper?接口類掃描包配置
@MapperScan(“test.xu.dao“)
@EnableTransactionManagement
public?class?XuTestApplication?{
????public?static?void?main(String[]?args){
????????//修改application.properties內容與路徑
????????SpringApplication.run(XuTestApplication.class?args);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-20?17:02??xugba
?????目錄???????????0??2018-12-20?18:12??xugba
?????文件?????????544??2018-12-20?16:36??xugba
?????文件?????????177??2018-12-20?16:40??xugba
?????文件?????????526??2018-12-20?16:36??xugba
?????文件????????8915??2018-12-20?16:53??xugba
?????文件???????24158??2018-12-20?18:12??xugba
?????文件????????4150??2018-12-20?16:41??xugba
?????目錄???????????0??2018-12-20?16:36??xugba
?????目錄???????????0??2018-12-20?16:36??xugba
?????目錄???????????0??2018-12-20?16:49??xugba
?????目錄???????????0??2018-12-20?16:52??xugba
?????目錄???????????0??2018-12-20?17:00??xugba
?????文件?????????583??2018-12-20?16:58??xugba
?????目錄???????????0??2018-12-20?17:02??xugba
?????文件????????1144??2018-12-20?17:02??xugba
?????目錄???????????0??2018-12-20?16:54??xugba
?????文件?????????388??2018-12-20?16:54??xugba
?????目錄???????????0??2018-12-20?16:50??xugba
?????文件????????1332??2018-12-20?16:50??xugba
?????目錄???????????0??2018-12-20?17:00??xugba
?????文件?????????264??2018-12-20?17:00??xugba
?????目錄???????????0??2018-12-20?17:00??xugba
?????文件?????????962??2018-12-20?17:00??xugba
?????目錄???????????0??2018-12-20?18:09??xugba
?????文件?????????965??2018-12-20?18:09??xugba
?????目錄???????????0??2018-12-20?17:04??xugba
?????文件????????1616??2018-12-20?17:04??xugba
?????目錄???????????0??2018-12-20?16:36??xugba
?????目錄???????????0??2018-12-20?18:13??xugba
?????目錄???????????0??2018-12-20?17:02??xugba
............此處省略20個文件信息
評論
共有 條評論