Skip to content

Commit

Permalink
替换网址 yiiu.co -> atjiu.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
atjiu committed May 10, 2023
1 parent e399579 commit 89bb9cc
Show file tree
Hide file tree
Showing 153 changed files with 153 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
@Aspect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
@Aspect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
@DependsOn("mybatisPlusConfig")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/DataSourceConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class DataSourceConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/DataSourceHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class DataSourceHelper {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/FlywayConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class FlywayConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/FreemarkerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class FreemarkerConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/MybatisPlusConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
@MapperScan("co.yiiu.pybbs.mapper")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/ServerRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
public class ServerRunner implements CommandLineRunner {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/ShiroConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class ShiroConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/ShiroTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
public class ShiroTag {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/SiteConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
@ConfigurationProperties(value = "site")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
public class WebMvcConfig extends WebMvcConfigurationSupport {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
public class MyCredentialsMatcher implements CredentialsMatcher {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/co/yiiu/pybbs/config/realm/MyShiroRealm.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
public class MyShiroRealm extends AuthorizingRealm {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
public interface BaseService<T> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
// 这个工具类来自博客:https://www.cnblogs.com/whgk/p/6506027.html
@Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Component
@DependsOn("mybatisPlusConfig")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@ServerEndpoint(value = "/websocket", encoders = MessageEncoder.class, decoders = MessageDecoder.class)
@Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Configuration
@EnableWebSocket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/admin_user")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
public class BaseAdminController extends BaseApiController {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/comment")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
public class IndexAdminController extends BaseAdminController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/permission")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/role")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/sensitive_word")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/system")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/tag")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/topic")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/admin/user")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
public class BaseApiController extends BaseController {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/collect")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/comment")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/notification")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/settings")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/topic")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@RestController
@RequestMapping("/api/user")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
public class BaseController {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/comment")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/common")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
public class IndexController extends BaseController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Created by tomoya.
* Copyright (c) 2018, All Rights Reserved.
* https://yiiu.co
* https://atjiu.github.io
*/
@Controller
@RequestMapping("/oauth")
Expand Down
Loading

0 comments on commit 89bb9cc

Please sign in to comment.