diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..ee2c34b
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c80dc09..ef46e7b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,11 @@
-
+
+
+
+
+
@@ -23,6 +27,7 @@
+
@@ -40,6 +45,8 @@
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
+ "settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
+ "spring.configuration.checksum": "e4efe4188c98b300da52f5e1a650a8f9",
"vue.rearranger.settings.migration": "true"
}
}]]>
@@ -64,11 +71,26 @@
1702860837789
-
+
+
+
+
+
+ 1702861986295
+
+
+
+ 1702861986295
+
+
+
+
+
+
\ No newline at end of file
diff --git a/out/production/bwie-auth/bootstrap.yml b/out/production/bwie-auth/bootstrap.yml
deleted file mode 100644
index 896eabd..0000000
--- a/out/production/bwie-auth/bootstrap.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Tomcat
-server:
- port: 9001
-# Spring
-spring:
- main:
- allow-circular-references: true
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- time-zone: GMT+8
- application:
- # 应用名称
- name: bwie-auth
- profiles:
- # 环境配置
- active: dev
- cloud:
- nacos:
- discovery:
- # 服务注册地址
- server-addr: 124.223.114.120:8848
- config:
- # 配置中心地址
- server-addr: 124.223.114.120:8848
- # 配置文件格式
- file-extension: yml
- # 共享配置
- shared-configs:
- - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-