Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/p9vt2p3ui/AdvancedMiNotes/commit/010ffe802845d02343ba04606e47320bb9dca2c6?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
7 additions and
1 deletions
@ -16,8 +16,11 @@
package net.micode.notes.gtask.exception ;
package net.micode.notes.gtask.exception ;
/ * *
* 支 持 便 签 运 行 时 的 异 常 处 理
* /
public class ActionFailureException extends RuntimeException {
public class ActionFailureException extends RuntimeException {
private static final long serialVersionUID = 4425249765923293627L ;
private static final long serialVersionUID = 4425249765923293627L ; //serialVersionUID用于版本控制
public ActionFailureException ( ) {
public ActionFailureException ( ) {
super ( ) ;
super ( ) ;
@ -16,6 +16,9 @@
package net.micode.notes.gtask.exception ;
package net.micode.notes.gtask.exception ;
/ * *
* 支 持 网 络 错 误 时 的 异 常 处 理
* /
public class NetworkFailureException extends Exception {
public class NetworkFailureException extends Exception {
private static final long serialVersionUID = 2107610287180234136L ;
private static final long serialVersionUID = 2107610287180234136L ;