From 7376ee26c32ceae7547f97f2a6fac7d8c39fb124 Mon Sep 17 00:00:00 2001 From: xyli Date: Tue, 31 Jan 2023 13:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/application-dev.yml diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml new file mode 100644 index 0000000..385a2d5 --- /dev/null +++ b/src/main/resources/application-dev.yml @@ -0,0 +1,16 @@ + +netty: + port: 8888 +server: + servlet: + session: + persistent: true + +# spring 相关配置 +spring: +#datasource: +# username: root +# password: root +## url: jdbc:mysql://localhost:3306/mybatis?serveTimezone=UTC&useUnicode=true&charEncoding=utf-8 +# url: jdbc:mysql://172.30.17.14:3306/mybatis?serveTimezone=UTC&useUnicode=true&charEncoding=utf-8 +# driver-class-name: com.mysql.cj.jdbc.Driver -- Gitee