Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
cda2c0a8
Commit
cda2c0a8
authored
Feb 12, 2020
by
黄森林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
項目名修改,task添加入口類
parent
8051ad1f
Hide whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
57 additions
and
53 deletions
+57
-53
core-service/pom.xml
+2
-2
core-service/src/main/java/com/winsun/WinsunCoreServiceApplication.java
+0
-0
core-service/src/main/java/com/winsun/WinsunServletInitializer.java
+0
-0
core-service/src/main/resources/application-dev.yml
+0
-0
core-service/src/main/resources/application-prod.yml
+0
-0
core-service/src/main/resources/application.yml
+0
-0
core-service/src/main/resources/default-config.properties
+0
-0
core-service/src/main/resources/ehcache.xml
+0
-0
core-service/src/main/resources/log4j2.xml
+0
-0
core-service/src/test/java/com/winsun/base/AppApplicationBaseIT.java
+0
-0
core-service/src/test/java/com/winsun/user/UserTestHelper.java
+0
-0
eureka/pom.xml
+3
-3
eureka/src/main/java/com/winsun/framework/eureka/EurekaApplication.java
+0
-0
eureka/src/main/resources/application-dev.yml
+0
-0
eureka/src/main/resources/application-prod.yml
+0
-0
eureka/src/main/resources/application.yml
+0
-0
eureka/src/main/resources/log4j2.xml
+0
-0
gateway/pom.xml
+3
-3
gateway/src/main/java/com/winsun/framework/zuul/ZuulServiceApplication.java
+0
-0
gateway/src/main/resources/application-dev.yml
+0
-0
gateway/src/main/resources/application-prod.yml
+0
-0
gateway/src/main/resources/application.yml
+0
-0
gateway/src/main/resources/log4j2.xml
+0
-0
gdtel-gztel-school-center.iml
+0
-13
pom.xml
+6
-6
service-manager/pom.xml
+3
-3
service-manager/src/main/java/com/winsun/SchoolServiceApplication.java
+3
-3
service-manager/src/main/resources/application-dev.yml
+0
-0
service-manager/src/main/resources/application-prod.yml
+0
-0
service-manager/src/main/resources/application.yml
+0
-0
service-manager/src/main/resources/default-config.properties
+0
-0
service-manager/src/main/resources/log4j2.xml
+0
-0
service-manager/src/main/resources/spy.properties
+0
-0
task/pom.xml
+3
-20
task/src/main/java/META-INF/additional-spring-configuration-metadata.json
+0
-0
task/src/main/java/com/winsun/TaskServiceApplication.java
+34
-0
task/src/main/resources/application-dev.yml
+0
-0
task/src/main/resources/application-prod.yml
+0
-0
task/src/main/resources/application.yml
+0
-0
task/src/main/resources/default-config.properties
+0
-0
task/src/main/resources/log4j2.xml
+0
-0
No files found.
gdtel-gztel-jyyy-
core-service/pom.xml
→
core-service/pom.xml
View file @
cda2c0a8
...
...
@@ -3,13 +3,13 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<version>
0.0.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<packaging>
jar
</packaging>
<artifactId>
gdtel-gztel-jyyy-
core-service
</artifactId>
<artifactId>
core-service
</artifactId>
<version>
0.0.1
</version>
<dependencies>
...
...
gdtel-gztel-jyyy-
core-service/src/main/java/com/winsun/WinsunCoreServiceApplication.java
→
core-service/src/main/java/com/winsun/WinsunCoreServiceApplication.java
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/java/com/winsun/WinsunServletInitializer.java
→
core-service/src/main/java/com/winsun/WinsunServletInitializer.java
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/application-dev.yml
→
core-service/src/main/resources/application-dev.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/application-prod.yml
→
core-service/src/main/resources/application-prod.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/application.yml
→
core-service/src/main/resources/application.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/default-config.properties
→
core-service/src/main/resources/default-config.properties
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/ehcache.xml
→
core-service/src/main/resources/ehcache.xml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/main/resources/log4j2.xml
→
core-service/src/main/resources/log4j2.xml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/test/java/com/winsun/base/AppApplicationBaseIT.java
→
core-service/src/test/java/com/winsun/base/AppApplicationBaseIT.java
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
core-service/src/test/java/com/winsun/user/UserTestHelper.java
→
core-service/src/test/java/com/winsun/user/UserTestHelper.java
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
eureka/pom.xml
→
eureka/pom.xml
View file @
cda2c0a8
...
...
@@ -4,11 +4,11 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<version>
0.0.2
</version>
</parent>
<artifactId>
gdtel-gztel-jyyy-
eureka
</artifactId>
<artifactId>
eureka
</artifactId>
<version>
0.0.1
</version>
<dependencies>
...
...
@@ -59,7 +59,7 @@
<build>
<!-- pom本身还继续用版本号管理,但是由于项目用docker,为了方便,所以输出的文件名字固定,不含版本号,而通过docker来控制版本号 -->
<finalName>
gdtel-gztel-jyyy-
eureka
</finalName>
<finalName>
eureka
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
gdtel-gztel-jyyy-
eureka/src/main/java/com/winsun/framework/eureka/EurekaApplication.java
→
eureka/src/main/java/com/winsun/framework/eureka/EurekaApplication.java
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
eureka/src/main/resources/application-dev.yml
→
eureka/src/main/resources/application-dev.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
eureka/src/main/resources/application-prod.yml
→
eureka/src/main/resources/application-prod.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
eureka/src/main/resources/application.yml
→
eureka/src/main/resources/application.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
eureka/src/main/resources/log4j2.xml
→
eureka/src/main/resources/log4j2.xml
View file @
cda2c0a8
File moved
g
dtel-gztel-jyyy-g
ateway/pom.xml
→
gateway/pom.xml
View file @
cda2c0a8
...
...
@@ -3,13 +3,13 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<version>
0.0.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
g
dtel-gztel-jyyy-g
ateway
</artifactId>
<artifactId>
gateway
</artifactId>
<version>
0.0.1
</version>
<dependencies>
<dependency>
...
...
@@ -44,7 +44,7 @@
<build>
<!-- pom本身还继续用版本号管理,但是由于项目用docker,为了方便,所以输出的文件名字固定,不含版本号,而通过docker来控制版本号 -->
<finalName>
g
dtel-gztel-jyyy-g
ateway
</finalName>
<finalName>
gateway
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
g
dtel-gztel-jyyy-g
ateway/src/main/java/com/winsun/framework/zuul/ZuulServiceApplication.java
→
gateway/src/main/java/com/winsun/framework/zuul/ZuulServiceApplication.java
View file @
cda2c0a8
File moved
g
dtel-gztel-jyyy-g
ateway/src/main/resources/application-dev.yml
→
gateway/src/main/resources/application-dev.yml
View file @
cda2c0a8
File moved
g
dtel-gztel-jyyy-g
ateway/src/main/resources/application-prod.yml
→
gateway/src/main/resources/application-prod.yml
View file @
cda2c0a8
File moved
g
dtel-gztel-jyyy-g
ateway/src/main/resources/application.yml
→
gateway/src/main/resources/application.yml
View file @
cda2c0a8
File moved
g
dtel-gztel-jyyy-g
ateway/src/main/resources/log4j2.xml
→
gateway/src/main/resources/log4j2.xml
View file @
cda2c0a8
File moved
gdtel-gztel-school-center.iml
deleted
100644 → 0
View file @
8051ad1f
<?xml version="1.0" encoding="UTF-8"?>
<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=
"true"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_8"
>
<output
url=
"file://$MODULE_DIR$/target/classes"
/>
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</module>
\ No newline at end of file
pom.xml
View file @
cda2c0a8
...
...
@@ -5,14 +5,14 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<version>
0.0.2
</version>
<modules>
<module>
gdtel-gztel-jyyy-
service-manager
</module>
<module>
gdtel-gztel-jyyy-
core-service
</module>
<module>
g
dtel-gztel-jyyy-g
ateway
</module>
<module>
gdtel-gztel-jyyy-
eureka
</module>
<module>
gdtel-gztel-jyyy-
task
</module>
<module>
service-manager
</module>
<module>
core-service
</module>
<module>
gateway
</module>
<module>
eureka
</module>
<module>
task
</module>
</modules>
<packaging>
pom
</packaging>
<description>
外呼集约系统聚合
</description>
...
...
gdtel-gztel-jyyy-
service-manager/pom.xml
→
service-manager/pom.xml
View file @
cda2c0a8
...
...
@@ -3,13 +3,13 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<version>
0.0.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
gdtel-gztel-jyyy-
service-manager
</artifactId>
<artifactId>
service-manager
</artifactId>
<description>
外呼集约系统主要服务模块
</description>
<version>
0.0.1
</version>
...
...
@@ -121,7 +121,7 @@
</dependencies>
<build>
<finalName>
gdtel-gztel-jyyy-
service-manager
</finalName>
<finalName>
service-manager
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
gdtel-gztel-jyyy-service-manager/src/main/java/com/winsun/Jyyy
ServiceApplication.java
→
service-manager/src/main/java/com/winsun/School
ServiceApplication.java
View file @
cda2c0a8
...
...
@@ -23,12 +23,12 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableFeignClients
({
"com.winsun"
,
"com.winsun.auth.core"
})
@MapperScan
(
basePackages
=
{
"com.winsun.*.mapper"
,
"com.winsun.mapper"
})
@EnableScheduling
// 开启定时任务
public
class
Jyyy
ServiceApplication
{
public
class
School
ServiceApplication
{
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
Jyyy
ServiceApplication
.
class
);
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
School
ServiceApplication
.
class
);
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
Jyyy
ServiceApplication
.
class
,
args
);
SpringApplication
.
run
(
School
ServiceApplication
.
class
,
args
);
logger
.
info
(
"集约平台核心服务系统模块启动成功!!!"
);
}
}
gdtel-gztel-jyyy-
service-manager/src/main/resources/application-dev.yml
→
service-manager/src/main/resources/application-dev.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
service-manager/src/main/resources/application-prod.yml
→
service-manager/src/main/resources/application-prod.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
service-manager/src/main/resources/application.yml
→
service-manager/src/main/resources/application.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
service-manager/src/main/resources/default-config.properties
→
service-manager/src/main/resources/default-config.properties
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
service-manager/src/main/resources/log4j2.xml
→
service-manager/src/main/resources/log4j2.xml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
service-manager/src/main/resources/spy.properties
→
service-manager/src/main/resources/spy.properties
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
task/pom.xml
→
task/pom.xml
View file @
cda2c0a8
...
...
@@ -2,13 +2,13 @@
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
gdtel-gztel-
school-center
</artifactId>
<artifactId>
school-center
</artifactId>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<version>
0.0.2
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
gdtel-gztel-jyyy-
task
</artifactId>
<artifactId>
task
</artifactId>
<description>
外呼集约定时器系统服务模块
</description>
<version>
0.0.1
</version>
...
...
@@ -75,23 +75,6 @@
<groupId>
com.winsun.framework
</groupId>
<artifactId>
winsun-core-api
</artifactId>
</dependency>
<dependency>
<groupId>
com.winsun.gdtel.gztel
</groupId>
<artifactId>
gdtel-gztel-jyyy-common
</artifactId>
<version>
${gdtel-jyyy-service.version}
</version>
<exclusions>
<exclusion>
<artifactId>
p6spy
</artifactId>
<groupId>
p6spy
</groupId>
</exclusion>
<exclusion>
<groupId>
com.baomidou
</groupId>
<artifactId>
dynamic-datasource-spring-boot-starter
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 数据库连接部分 -->
<dependency>
<groupId>
com.baomidou
</groupId>
...
...
@@ -113,7 +96,7 @@
</dependencies>
<build>
<finalName>
gdtel-gztel-jyyy-
task
</finalName>
<finalName>
task
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
gdtel-gztel-jyyy-
task/src/main/java/META-INF/additional-spring-configuration-metadata.json
→
task/src/main/java/META-INF/additional-spring-configuration-metadata.json
View file @
cda2c0a8
File moved
task/src/main/java/com/winsun/TaskServiceApplication.java
0 → 100644
View file @
cda2c0a8
package
com
.
winsun
;
import
org.mybatis.spring.annotation.MapperScan
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.cloud.context.config.annotation.RefreshScope
;
import
org.springframework.cloud.netflix.eureka.EnableEurekaClient
;
import
org.springframework.cloud.openfeign.EnableFeignClients
;
import
org.springframework.context.annotation.EnableAspectJAutoProxy
;
import
org.springframework.scheduling.annotation.EnableScheduling
;
/**
*
* @author 吴学德
*/
@EnableAspectJAutoProxy
(
exposeProxy
=
true
)
@EnableEurekaClient
@SpringBootApplication
@RefreshScope
@EnableFeignClients
({
"com.winsun"
,
"com.winsun.auth.core"
})
@MapperScan
(
basePackages
=
{
"com.winsun.*.mapper"
,
"com.winsun.mapper"
})
@EnableScheduling
// 开启定时任务
public
class
TaskServiceApplication
{
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
TaskServiceApplication
.
class
);
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
TaskServiceApplication
.
class
,
args
);
logger
.
info
(
"集约平台定时任务模块启动成功!!!"
);
}
}
gdtel-gztel-jyyy-
task/src/main/resources/application-dev.yml
→
task/src/main/resources/application-dev.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
task/src/main/resources/application-prod.yml
→
task/src/main/resources/application-prod.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
task/src/main/resources/application.yml
→
task/src/main/resources/application.yml
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
task/src/main/resources/default-config.properties
→
task/src/main/resources/default-config.properties
View file @
cda2c0a8
File moved
gdtel-gztel-jyyy-
task/src/main/resources/log4j2.xml
→
task/src/main/resources/log4j2.xml
View file @
cda2c0a8
File moved
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