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
75e1741c
Commit
75e1741c
authored
Oct 20, 2022
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改无法启动问题
parent
ae8fef62
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
83 deletions
+4
-83
.factorypath
...m-precontrol/amos-boot-system-precontrol-api/.factorypath
+0
-0
AppTest.java
...est/java/org/amos/boot/system/precontrol/api/AppTest.java
+0
-38
.factorypath
...m-precontrol/amos-boot-system-precontrol-biz/.factorypath
+0
-0
StartPrecontrolService.java
...n/java/com/yeejoin/precontrol/StartPrecontrolService.java
+3
-6
application.properties
...-precontrol-biz/src/main/resources/application.properties
+1
-1
AppTest.java
...est/java/org/amos/boot/system/precontrol/biz/AppTest.java
+0
-38
No files found.
amos-boot-system-precontrol/amos-boot-system-precontrol-api/.factorypath
View file @
75e1741c
This diff is collapsed.
Click to expand it.
amos-boot-system-precontrol/amos-boot-system-precontrol-api/src/test/java/org/amos/boot/system/precontrol/api/AppTest.java
deleted
100644 → 0
View file @
ae8fef62
package
org
.
amos
.
boot
.
system
.
precontrol
.
api
;
import
junit.framework.Test
;
import
junit.framework.TestCase
;
import
junit.framework.TestSuite
;
/**
* Unit test for simple App.
*/
public
class
AppTest
extends
TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public
AppTest
(
String
testName
)
{
super
(
testName
);
}
/**
* @return the suite of tests being tested
*/
public
static
Test
suite
()
{
return
new
TestSuite
(
AppTest
.
class
);
}
/**
* Rigourous Test :-)
*/
public
void
testApp
()
{
assertTrue
(
true
);
}
}
amos-boot-system-precontrol/amos-boot-system-precontrol-biz/.factorypath
View file @
75e1741c
This diff is collapsed.
Click to expand it.
amos-boot-system-precontrol/amos-boot-system-precontrol-biz/src/main/java/com/yeejoin/precontrol/StartPrecontrolService.java
View file @
75e1741c
...
@@ -37,7 +37,7 @@ import lombok.extern.slf4j.Slf4j;
...
@@ -37,7 +37,7 @@ import lombok.extern.slf4j.Slf4j;
*/
*/
@SpringBootApplication
@SpringBootApplication
@EnableDiscoveryClient
@EnableDiscoveryClient
@EnableFeignClients
@EnableFeignClients
(
basePackages
=
{
"com.yeejoin.precontrol"
,
"org.typroject"
,
"com.yeejoin.amos"
})
@EnableEurekaClient
@EnableEurekaClient
//@EnableWebSocket
//@EnableWebSocket
@EnableAsync
@EnableAsync
...
@@ -55,9 +55,7 @@ import lombok.extern.slf4j.Slf4j;
...
@@ -55,9 +55,7 @@ import lombok.extern.slf4j.Slf4j;
"org.typroject.tyboot.face.*.orm.dao*"
,
"org.typroject.tyboot.core.auth.face.orm.dao*"
,
"org.typroject.tyboot.face.*.orm.dao*"
,
"org.typroject.tyboot.core.auth.face.orm.dao*"
,
"org.typroject.tyboot.component.*.face.orm.dao*"
,
"com.yeejoin.amos.boot.module.**.api.mapper"
,
"org.typroject.tyboot.component.*.face.orm.dao*"
,
"com.yeejoin.amos.boot.module.**.api.mapper"
,
"com.yeejoin.amos.boot.biz.common.dao.mapper"
,
"com.yeejoin.amos.boot.module.common.biz.dao"
})
"com.yeejoin.amos.boot.biz.common.dao.mapper"
,
"com.yeejoin.amos.boot.module.common.biz.dao"
})
@ComponentScan
(
basePackages
=
{
"com.yeejoin.precontrol"
,
"org.typroject"
,
"com.yeejoin.amos"
,
@ComponentScan
(
basePackages
=
{
"com.yeejoin.precontrol"
,
"org.typroject"
,
"com.yeejoin.amos"
,},
excludeFilters
=
{
"com.yeejoin.amos.boot.module.common.api.feign"
,
"com.yeejoin.amos.boot.biz.common.workflow.feign"
},
excludeFilters
=
{
@ComponentScan
.
Filter
(
type
=
FilterType
.
REGEX
,
pattern
=
{})
})
@ComponentScan
.
Filter
(
type
=
FilterType
.
REGEX
,
pattern
=
{})
})
@Slf4j
@Slf4j
public
class
StartPrecontrolService
{
public
class
StartPrecontrolService
{
...
@@ -80,10 +78,9 @@ public class StartPrecontrolService {
...
@@ -80,10 +78,9 @@ public class StartPrecontrolService {
@Autowired
@Autowired
private
StartRiskService
startRiskService
;
private
StartRiskService
startRiskService
;
@Autowired
@Autowired
ExamFeign
ExamFeign
;
ExamFeign
ExamFeign
;
@Autowired
@Autowired
WorkflowFeignService
WorkflowFeignService
;
WorkflowFeignService
WorkflowFeignService
;
...
...
amos-boot-system-precontrol/amos-boot-system-precontrol-biz/src/main/resources/application.properties
View file @
75e1741c
spring.application.name
=
JEPCC-PRECONTROL-SERVER-WJ
spring.application.name
=
JEPCC-PRECONTROL-SERVER-WJ
server.servlet.context-path
=
/precontrol
server.servlet.context-path
=
/precontrol
#server.servlet.context-path=/case
#server.servlet.context-path=/case
spring.profiles.active
=
dev
spring.profiles.active
=
dev
2
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
#mybatis mapper file
#mybatis mapper file
mybatis.mapper-locations
=
classpath:mapper/*.xml
mybatis.mapper-locations
=
classpath:mapper/*.xml
...
...
amos-boot-system-precontrol/amos-boot-system-precontrol-biz/src/test/java/org/amos/boot/system/precontrol/biz/AppTest.java
deleted
100644 → 0
View file @
ae8fef62
package
org
.
amos
.
boot
.
system
.
precontrol
.
biz
;
import
junit.framework.Test
;
import
junit.framework.TestCase
;
import
junit.framework.TestSuite
;
/**
* Unit test for simple App.
*/
public
class
AppTest
extends
TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public
AppTest
(
String
testName
)
{
super
(
testName
);
}
/**
* @return the suite of tests being tested
*/
public
static
Test
suite
()
{
return
new
TestSuite
(
AppTest
.
class
);
}
/**
* Rigourous Test :-)
*/
public
void
testApp
()
{
assertTrue
(
true
);
}
}
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