• 大小: 379KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: 其他
  • 标签: JTA  

资源简介

Spring Boot+Druid+Mybatis实现JTA分布式事务

资源截图

代码片段和文件信息

package com.test.springboot;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.PropertySource;

@SpringBootApplication
@PropertySource(value={“classpath:config/path.properties“}ignoreResourceNotFound=trueencoding=“utf-8“)
//@Import(DynamicDataSourceRegister.class)
public class HelloApplication {

public static void main(String[] args) {
SpringApplication.run(HelloApplication.class args);
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-18 13:29  spring-boot-example\
     文件        1508  2017-08-09 18:48  spring-boot-example\.classpath
     文件        1520  2017-08-05 16:10  spring-boot-example\.project
     目录           0  2017-08-18 13:29  spring-boot-example\.settings\
     文件         597  2017-08-03 12:41  spring-boot-example\.settings\.jsdtscope
     文件         257  2017-08-09 23:55  spring-boot-example\.settings\org.eclipse.core.resources.prefs
     文件         430  2017-08-03 12:41  spring-boot-example\.settings\org.eclipse.jdt.core.prefs
     文件          90  2017-08-03 12:38  spring-boot-example\.settings\org.eclipse.m2e.core.prefs
     文件         785  2017-08-09 17:36  spring-boot-example\.settings\org.eclipse.wst.common.component
     文件         296  2017-08-03 12:41  spring-boot-example\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2017-08-03 12:41  spring-boot-example\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2017-08-03 12:41  spring-boot-example\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2017-08-18 13:29  spring-boot-example\logs\
     文件       53910  2017-08-04 14:29  spring-boot-example\logs\my.log
     目录           0  2017-08-18 13:29  spring-boot-example\logs\spring-boot-example\
     目录           0  2017-08-18 13:29  spring-boot-example\logs\spring-boot-example\error\
     文件        4199  2017-08-04 17:55  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-04.0.log
     文件        7954  2017-08-05 11:35  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-05.0.log
     文件       27430  2017-08-06 23:56  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-06.0.log
     文件      269131  2017-08-07 23:06  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-07.0.log
     文件       92173  2017-08-08 23:33  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-08.0.log
     文件       94042  2017-08-09 01:08  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-09.0.log
     文件       43829  2017-08-10 23:54  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-10.0.log
     文件      281412  2017-08-11 15:42  spring-boot-example\logs\spring-boot-example\error\log-error-2017-08-11.0.log
     目录           0  2017-08-18 13:29  spring-boot-example\logs\spring-boot-example\info\
     文件      156026  2017-08-04 18:57  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-04.0.log
     文件       30237  2017-08-05 12:30  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-05.0.log
     文件       12672  2017-08-06 23:56  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-06.0.log
     文件      393032  2017-08-07 23:06  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-07.0.log
     文件      107993  2017-08-08 23:33  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-08.0.log
     文件       96934  2017-08-09 17:32  spring-boot-example\logs\spring-boot-example\info\log-info-2017-08-09.0.log
............此处省略104个文件信息

评论

共有 条评论