From 8199d1f69f23204ef4d567877e0fc5e0974e9138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=96=87?= Date: Thu, 16 Jun 2022 18:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5target=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a238..cc3dd4df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +**/target/ # Compiled class file *.class diff --git a/README.md b/README.md index 4dbfcff2..c2724041 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ # 3、运行 ## 3.1、使用keytool工具生成ssl证书, 若不需要ssl加密可跳过 -> keytool -genkey -alias test1 -keyalg RSA -keysize 1024 -validity 3650 -keypass 123456 -storepass 123456 -keystore "./test.jks" +```shell +keytool -genkey -alias test1 -keyalg RSA -keysize 1024 -validity 3650 -keypass 123456 -storepass 123456 -keystore "./test.jks" +``` ## 3.2、修改服务端配置(application.yml) ```yml @@ -49,7 +51,7 @@ proxy: > fun.asgc.neutrino.proxy.server.ProxyServer ## 3.4、修改客户端配置 -``` +```yml application: name: neutrino-proxy-client