Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-youka-wallet
youka-api
Commits
ee80b807
Commit
ee80b807
authored
Feb 06, 2018
by
Java-张振楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
①修改注释
parent
c9713335
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
AdvController.java
src/main/java/com/thinkgem/jeesite/modules/homepage/api/AdvController.java
+1
-1
NoticeController.java
src/main/java/com/thinkgem/jeesite/modules/homepage/api/NoticeController.java
+1
-1
NoticeService.java
src/main/java/com/thinkgem/jeesite/modules/homepage/service/NoticeService.java
+1
-1
No files found.
src/main/java/com/thinkgem/jeesite/modules/homepage/api/AdvController.java
View file @
ee80b807
...
@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.*
;
/**
/**
*
验证失败返回
*
轮播图
*/
*/
@RestController
@RestController
@RequestMapping
(
"/api/home"
)
@RequestMapping
(
"/api/home"
)
...
...
src/main/java/com/thinkgem/jeesite/modules/homepage/api/NoticeController.java
View file @
ee80b807
...
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
...
@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import
org.springframework.web.bind.annotation.RestController
;
import
org.springframework.web.bind.annotation.RestController
;
/**
/**
*
验证失败返回
*
首页通知
*/
*/
@RestController
@RestController
@RequestMapping
(
"/api/home"
)
@RequestMapping
(
"/api/home"
)
...
...
src/main/java/com/thinkgem/jeesite/modules/homepage/service/NoticeService.java
View file @
ee80b807
...
@@ -10,7 +10,7 @@ import org.springframework.transaction.annotation.Transactional;
...
@@ -10,7 +10,7 @@ import org.springframework.transaction.annotation.Transactional;
import
java.util.List
;
import
java.util.List
;
/**
/**
*
轮播图
*
首页通知
*/
*/
@Service
@Service
@Transactional
(
readOnly
=
true
)
@Transactional
(
readOnly
=
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