Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* 启动入口
*
* @author chqiu
* @author #abdelillahbel
*/
@Slf4j
@EnableScheduling
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* 系统参数配置项
*
* @author chqiu
* @author abdelillahbel
*/
@Data
@Component
Expand All @@ -21,7 +21,6 @@ public class ProxyProperties {
*/
private boolean swaggerEnable = false;
/**
* 本机静态资源根路径,默认文件JAR包相对路径
* local-resource-path
*/
private String localResourcePath;
Expand All @@ -38,7 +37,7 @@ public class ProxyProperties {
* CSDN 用户名
*/
private String csdnUser;

// Proxy Properties method
public ProxyProperties() {
ApplicationHome h = new ApplicationHome(getClass());
String basePath = h.getSource().getParentFile().toString();
Expand Down