Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
b585659a
Commit
b585659a
authored
Nov 21, 2023
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件提交
parent
9b739c41
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
144 additions
and
144 deletions
+144
-144
pom.xml
...t-module-tzspatrol/amos-boot-module-tzspatrol-biz/pom.xml
+5
-5
PlanTaskServiceImpl.java
...mos/patrol/business/service/impl/PlanTaskServiceImpl.java
+4
-4
TableCreate.java
...main/java/com/yeejoin/amos/patrol/config/TableCreate.java
+135
-135
No files found.
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/pom.xml
View file @
b585659a
...
...
@@ -162,11 +162,11 @@
<artifactId>
vastbase-jdbc
</artifactId>
<version>
2.7v
</version>
</dependency>
<dependency
>
<groupId>
org.apache.shardingsphere
</groupId
>
<artifactId>
shardingsphere-jdbc-core-spring-boot-starter
</artifactId
>
<version>
5.2.1
</version
>
</dependency
>
<!-- <dependency>--
>
<!-- <groupId>org.apache.shardingsphere</groupId>--
>
<!-- <artifactId>shardingsphere-jdbc-core-spring-boot-starter</artifactId>--
>
<!-- <version>5.2.1</version>--
>
<!-- </dependency>--
>
<!-- <dependency>-->
<!-- <groupId>org.apache.shardingsphere</groupId>-->
<!-- <artifactId>shardingsphere-transaction-xa-core</artifactId>-->
...
...
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/impl/PlanTaskServiceImpl.java
View file @
b585659a
...
...
@@ -48,9 +48,9 @@ import com.yeejoin.amos.patrol.quartz.IJobService;
import
org.apache.commons.collections.CollectionUtils
;
import
org.apache.commons.compress.utils.Lists
;
import
org.apache.commons.compress.utils.Sets
;
import
org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource
;
import
org.apache.shardingsphere.transaction.annotation.ShardingSphereTransactionType
;
import
org.apache.shardingsphere.transaction.core.TransactionType
;
//
import org.apache.shardingsphere.driver.jdbc.core.datasource.ShardingSphereDataSource;
//
import org.apache.shardingsphere.transaction.annotation.ShardingSphereTransactionType;
//
import org.apache.shardingsphere.transaction.core.TransactionType;
import
org.elasticsearch.action.search.SearchRequest
;
import
org.elasticsearch.action.search.SearchResponse
;
import
org.elasticsearch.client.RequestOptions
;
...
...
@@ -109,7 +109,7 @@ import static com.alibaba.fastjson.JSON.toJSONString;
public
class
PlanTaskServiceImpl
implements
IPlanTaskService
{
private
final
Logger
log
=
LoggerFactory
.
getLogger
(
PlanTaskServiceImpl
.
class
);
@Resource
private
ShardingSphere
DataSource
dataSource
;
private
DataSource
dataSource
;
@Autowired
ESPlanTaskList
esPlanTaskList
;
...
...
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/java/com/yeejoin/amos/patrol/config/TableCreate.java
View file @
b585659a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment