diff --git a/.gitignore b/.gitignore index 4d29033..9e883cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ -# Compiled class file -*.class - -# Log file -*.log - -# Package Files # -*.jar -*.war -*.zip -*.tar.gz -*.rar +# Compiled class file +*.class + +# Log file +*.log + +# Package Files # +*.jar +*.war +*.zip +*.tar.gz +*.rar + +# 自定义 +.vscode diff --git a/backend/.gitignore b/backend/.gitignore index 7ed0d6b..18e6e32 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -13,11 +13,13 @@ target/ .sts4-cache ### IntelliJ IDEA ### -.idea +# .idea *.iws *.iml *.ipr +!.idea/runConfigurations/* + ### NetBeans ### /nbproject/private/ /nbbuild/ diff --git a/backend/.idea/.gitignore b/backend/.idea/.gitignore index 35410ca..5128d09 100644 --- a/backend/.idea/.gitignore +++ b/backend/.idea/.gitignore @@ -6,3 +6,10 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml + +# 自定义 +/*.xml +!/encodings.xml +!/jarRepositories.xml +!/misc.xml +!/vcs.xml diff --git a/backend/.idea/jarRepositories.xml b/backend/.idea/jarRepositories.xml new file mode 100644 index 0000000..ae4ecb8 --- /dev/null +++ b/backend/.idea/jarRepositories.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/backend/.idea/runConfigurations/UserProvider_Remote.xml b/backend/.idea/runConfigurations/UserProvider_Remote.xml new file mode 100644 index 0000000..83cfcfe --- /dev/null +++ b/backend/.idea/runConfigurations/UserProvider_Remote.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/backend/microservice-provider-user-8001/src/main/resources/application-remote.yml b/backend/microservice-provider-user-8001/src/main/resources/application-remote.yml new file mode 100644 index 0000000..542aab6 --- /dev/null +++ b/backend/microservice-provider-user-8001/src/main/resources/application-remote.yml @@ -0,0 +1,5 @@ +spring: + datasource: + url: jdbc:mysql://39.99.244.156:3306/epp?useUnicode=true&characterEncoding=utf8&useSSL=false + username: root + password: root