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.

添加了gtask中多处注释

lhn
Marcus 2 years ago
parent 6fa32305a6
commit 010ffe8028

@ -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;

Loading…
Cancel
Save