记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
778819eb
Commit
778819eb
authored
Oct 27, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opt:pom;
parent
96b1292d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
1 addition
and
109 deletions
+1
-109
pom.xml
liquidnet-bus-do/pom.xml
+1
-8
LiquidnetStellarUserMapper.xml
...net.service.example.mapper/LiquidnetStellarUserMapper.xml
+0
-8
LoginLogMapper.xml
...s/com.liquidnet.service.example.mapper/LoginLogMapper.xml
+0
-5
TradeEventLogMapper.xml
....liquidnet.service.example.mapper/TradeEventLogMapper.xml
+0
-5
UserMapper.xml
...asses/com.liquidnet.service.example.mapper/UserMapper.xml
+0
-5
bootstrap-dev.yml
...impl/${project.build.directory}/classes/bootstrap-dev.yml
+0
-14
bootstrap-prod.yml
...mpl/${project.build.directory}/classes/bootstrap-prod.yml
+0
-14
bootstrap-service-example.yml
...ct.build.directory}/classes/bootstrap-service-example.yml
+0
-17
bootstrap-test.yml
...mpl/${project.build.directory}/classes/bootstrap-test.yml
+0
-14
bootstrap.yml
...ple-impl/${project.build.directory}/classes/bootstrap.yml
+0
-5
ExampleSwagger2Config.java
...quidnet/service/example/config/ExampleSwagger2Config.java
+0
-14
No files found.
liquidnet-bus-do/pom.xml
View file @
778819eb
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
liquidnet-bus-do
</artifactId>
<artifactId>
liquidnet-bus-do
</artifactId>
<groupId>
com.liquidnet
</groupId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
@@ -37,13 +36,7 @@
...
@@ -37,13 +36,7 @@
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<version>
1.18.10
</version>
<version>
1.18.20
</version>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.73
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-do/${project.build.directory}/classes/com.liquidnet.service.example.mapper/LiquidnetStellarUserMapper.xml
deleted
100644 → 0
View file @
96b1292d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.liquidnet.service.example.mapper.LiquidnetStellarUserMapper"
>
<select
id=
"getId"
resultType=
"java.lang.String"
>
select id from liquidnet_stellar_user limit 1;
</select>
</mapper>
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-do/${project.build.directory}/classes/com.liquidnet.service.example.mapper/LoginLogMapper.xml
deleted
100644 → 0
View file @
96b1292d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.liquidnet.service.example.mapper.LoginLogMapper"
>
</mapper>
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-do/${project.build.directory}/classes/com.liquidnet.service.example.mapper/TradeEventLogMapper.xml
deleted
100644 → 0
View file @
96b1292d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.liquidnet.service.example.mapper.TradeEventLogMapper"
>
</mapper>
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-do/${project.build.directory}/classes/com.liquidnet.service.example.mapper/UserMapper.xml
deleted
100644 → 0
View file @
96b1292d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.liquidnet.service.example.mapper.UserMapper"
>
</mapper>
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/${project.build.directory}/classes/bootstrap-dev.yml
deleted
100644 → 0
View file @
96b1292d
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
dev
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
service-example
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/${project.build.directory}/classes/bootstrap-prod.yml
deleted
100644 → 0
View file @
96b1292d
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
127.0.0.1:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
service-example
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/${project.build.directory}/classes/bootstrap-service-example.yml
deleted
100644 → 0
View file @
96b1292d
#eurekaServer配置
eureka
:
client
:
register-with-eureka
:
true
fetch-registry
:
true
serviceUrl
:
defaultZone
:
http://${liquidnet.security.username}:${liquidnet.security.password}@${liquidnet.eureka.host}/eureka-server/eureka
#configServer配置
spring
:
cloud
:
config
:
# uri: http://127.0.0.1:7002/support-config
profile
:
${liquidnet.cloudConfig.profile}
name
:
${spring.application.name}
#默认为spring.application.name
discovery
:
enabled
:
true
service-id
:
liquidnet-support-config
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/${project.build.directory}/classes/bootstrap-test.yml
deleted
100644 → 0
View file @
96b1292d
# begin-dev-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
security
:
username
:
user
password
:
user123
eureka
:
host
:
172.17.207.177:7001,172.17.121.158:7001,172.17.121.157:7001
# end-dev-这里是配置信息基本值
spring
:
profiles
:
include
:
service-example
\ No newline at end of file
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/${project.build.directory}/classes/bootstrap.yml
deleted
100644 → 0
View file @
96b1292d
spring
:
application
:
name
:
liquidnet-service-example
profiles
:
active
:
dev
liquidnet-bus-service/liquidnet-service-example/liquidnet-service-example-impl/src/main/java/com/liquidnet/service/example/config/ExampleSwagger2Config.java
deleted
100644 → 0
View file @
96b1292d
package
com
.
liquidnet
.
service
.
example
.
config
;
import
com.liquidnet.common.swagger.config.Swagger2Config
;
import
org.springframework.context.annotation.Configuration
;
/**
* ExampleSwagger2Config.class
*
* @author zhanggb
* Created by IntelliJ IDEA at 2020/9/25
*/
@Configuration
public
class
ExampleSwagger2Config
extends
Swagger2Config
{
}
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