資源簡介
springboot 使用mycat做的postgres集群測試,這是配置我mycat的代碼測試。
代碼片段和文件信息
package?com.kfit;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.autoconfigure.web.HttpMessageConverters;
import?org.springframework.context.annotation.Bean;
import?org.springframework.http.converter.HttpMessageConverter;
import?com.alibaba.fastjson.serializer.SerializerFeature;
import?com.alibaba.fastjson.support.config.FastJsonConfig;
import?com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
/**
?*?在這里我們使用@SpringBootApplication指定這是一個?spring?boot的應用程序.
?*?@author?Angel?--?守護天使
?*?@version?v.0.1
?*?@date?2016年12月10日
?*/
//extends?WebMvcConfigurerAdapter
@SpringBootApplication
public?class?App{
// @Override
// public?void?configureMessageConvert
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-29?12:31??spring-boot-hello\
?????文件????????1081??2016-12-17?01:42??spring-boot-hello\.classpath
?????文件????????4488??2018-09-29?12:30??spring-boot-hello\pom.xm
?????文件?????????777??2016-12-10?03:13??spring-boot-hello\.project
?????文件????????8468??2018-09-29?12:31??spring-boot-hello\spring-boot-hello.iml
?????目錄???????????0??2016-12-24?09:00??spring-boot-hello\.settings\
?????文件?????????119??2016-12-10?03:08??spring-boot-hello\.settings\org.eclipse.core.resources.prefs
?????文件?????????243??2016-12-10?03:13??spring-boot-hello\.settings\org.eclipse.jdt.core.prefs
?????文件??????????90??2016-12-10?03:08??spring-boot-hello\.settings\org.eclipse.m2e.core.prefs
?????目錄???????????0??2016-12-11?00:20??spring-boot-hello\lib\
?????文件??????427010??2016-04-13?09:53??spring-boot-hello\lib\springloaded-1.2.4.RELEASE.jar
?????目錄???????????0??2016-12-24?09:00??spring-boot-hello\src\
?????目錄???????????0??2016-12-24?09:00??spring-boot-hello\src\main\
?????目錄???????????0??2016-12-24?09:00??spring-boot-hello\src\main\java\
?????目錄???????????0??2016-12-10?03:08??spring-boot-hello\src\main\java\com\
?????目錄???????????0??2018-09-30?01:38??spring-boot-hello\src\main\java\com\kfit\
?????文件????????1000??2018-09-30?01:38??spring-boot-hello\src\main\java\com\kfit\HelloController.java
?????文件????????2929??2016-12-11?02:13??spring-boot-hello\src\main\java\com\kfit\App.java
?????文件????????1063??2016-12-10?08:24??spring-boot-hello\src\main\java\com\kfit\Demo.java
?????文件?????????297??2016-12-11?02:06??spring-boot-hello\src\main\java\com\kfit\Hello2Controller.java
?????文件????????1047??2016-12-24?08:08??spring-boot-hello\src\main\java\com\kfit\TemplatesController.java
?????文件????????3349??2016-12-24?08:11??spring-boot-hello\src\main\java\com\kfit\總結.txt
?????目錄???????????0??2016-12-18?02:20??spring-boot-hello\src\main\java\com\kfit\config\
?????文件????????1213??2016-12-18?02:28??spring-boot-hello\src\main\java\com\kfit\config\GlobalDefaultExceptionHandler.java
?????目錄???????????0??2016-12-24?09:00??spring-boot-hello\src\main\java\com\kfit\demo\
?????目錄???????????0??2018-09-30?02:06??spring-boot-hello\src\main\java\com\kfit\demo\bean\
?????文件?????????305??2018-09-30?02:06??spring-boot-hello\src\main\java\com\kfit\demo\bean\Student.java
?????文件?????????271??2018-09-30?02:06??spring-boot-hello\src\main\java\com\kfit\demo\bean\User.java
?????目錄???????????0??2018-09-30?02:09??spring-boot-hello\src\main\java\com\kfit\demo\controller\
?????文件????????1320??2018-09-30?02:09??spring-boot-hello\src\main\java\com\kfit\demo\controller\MycatController.java
?????目錄???????????0??2018-09-29?12:49??spring-boot-hello\src\main\java\com\kfit\demo\dao\
............此處省略185個文件信息
- 上一篇:netdraw學習資料
- 下一篇:機器學習大作業.zip
評論
共有 條評論