diff --git a/neutrino-proxy-client/src/main/java/fun/asgc/neutrino/proxy/client/ProxyClient.java b/neutrino-proxy-client/src/main/java/fun/asgc/neutrino/proxy/client/ProxyClient.java index f21cd846..89953418 100644 --- a/neutrino-proxy-client/src/main/java/fun/asgc/neutrino/proxy/client/ProxyClient.java +++ b/neutrino-proxy-client/src/main/java/fun/asgc/neutrino/proxy/client/ProxyClient.java @@ -1,25 +1,3 @@ -/** - * Copyright (c) 2022 aoshiguchen - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - package fun.asgc.neutrino.proxy.client; import fun.asgc.neutrino.core.annotation.NeutrinoApplication; diff --git a/neutrino-proxy-server/src/main/resources/static/favicon.ico b/neutrino-proxy-server/src/main/resources/static/favicon.ico deleted file mode 100644 index 4b526ba9..00000000 Binary files a/neutrino-proxy-server/src/main/resources/static/favicon.ico and /dev/null differ diff --git a/neutrino-proxy-server/src/main/resources/static/js/test.js b/neutrino-proxy-server/src/main/resources/static/js/test.js deleted file mode 100644 index 37b5d1e4..00000000 --- a/neutrino-proxy-server/src/main/resources/static/js/test.js +++ /dev/null @@ -1,3 +0,0 @@ -function hello() { - alert("hello"); -} diff --git a/neutrino-proxy-server/src/main/resources/template/index.html b/neutrino-proxy-server/src/main/resources/template/index.html deleted file mode 100644 index 0450a6c8..00000000 --- a/neutrino-proxy-server/src/main/resources/template/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - 测试页面 - - - - -

hello,欢迎来到中微子代理

- - diff --git a/pom.xml b/pom.xml index e6851191..8a26cf83 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,7 @@ ${java.version} ${java.version} + UTF-8 org.projectlombok