Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
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
youjj
cloud-platform
Commits
b6b38d76
Commit
b6b38d76
authored
Jun 06, 2019
by
周健威
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/base-modify' into base-modify
parents
0f909f0a
28637e41
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
TourGood.java
...src/main/java/com/xxfc/platform/tour/entity/TourGood.java
+5
-0
TourApplication.java
...src/main/java/com/xxfc/platform/tour/TourApplication.java
+1
-1
WebConfiguration.java
.../java/com/xxfc/platform/tour/config/WebConfiguration.java
+1
-1
No files found.
xx-tour/xx-tour-api/src/main/java/com/xxfc/platform/tour/entity/TourGood.java
View file @
b6b38d76
...
@@ -71,6 +71,11 @@ public class TourGood implements Serializable {
...
@@ -71,6 +71,11 @@ public class TourGood implements Serializable {
@ApiModelProperty
(
value
=
"行程介绍"
)
@ApiModelProperty
(
value
=
"行程介绍"
)
private
String
introduce
;
private
String
introduce
;
//费用说明
@Column
(
name
=
"explain"
)
@ApiModelProperty
(
value
=
"费用说明"
)
private
String
explain
;
//排序
//排序
@Column
(
name
=
"rank"
)
@Column
(
name
=
"rank"
)
@ApiModelProperty
(
value
=
"排序"
)
@ApiModelProperty
(
value
=
"排序"
)
...
...
xx-tour/xx-tour-server/src/main/java/com/xxfc/platform/tour/TourApplication.java
View file @
b6b38d76
...
@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
...
@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableDiscoveryClient
@EnableDiscoveryClient
@EnableScheduling
@EnableScheduling
@EnableAceAuthClient
@EnableAceAuthClient
@EnableFeignClients
({
"com.github.wxiaoqi.security.auth.client.feign"
,
"com.xxfc.platform.tour.feign"
})
@EnableFeignClients
({
"com.github.wxiaoqi.security.auth.client.feign"
})
@EnableAceCache
@EnableAceCache
@tk
.
mybatis
.
spring
.
annotation
.
MapperScan
(
basePackages
=
"com.xxfc.platform.tour.mapper"
)
@tk
.
mybatis
.
spring
.
annotation
.
MapperScan
(
basePackages
=
"com.xxfc.platform.tour.mapper"
)
public
class
TourApplication
{
public
class
TourApplication
{
...
...
xx-tour/xx-tour-server/src/main/java/com/xxfc/platform/tour/config/WebConfiguration.java
View file @
b6b38d76
package
com
.
xxfc
.
platform
.
app
.
config
;
package
com
.
xxfc
.
platform
.
tour
.
config
;
import
com.github.wxiaoqi.security.auth.client.interceptor.ServiceAuthRestInterceptor
;
import
com.github.wxiaoqi.security.auth.client.interceptor.ServiceAuthRestInterceptor
;
import
com.github.wxiaoqi.security.auth.client.interceptor.UserAuthRestInterceptor
;
import
com.github.wxiaoqi.security.auth.client.interceptor.UserAuthRestInterceptor
;
...
...
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