From 1bd7a86ec0458387ba521f1672b100c621cc2957 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Wed, 25 Mar 2020 17:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 8 +- src/main/resources/bpmn/check-self.bpmn.bpmn | 179 +++++++++++++++++++ 2 files changed, 183 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/bpmn/check-self.bpmn.bpmn diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 59459a2..1306341 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,6 +1,6 @@ server: port: 7006 - url: http://192.168.0.106:7006/inspection + url: http://192.168.0.113:7006/inspection title: 隐患上报系统 servlet: context-path: /inspection @@ -78,11 +78,11 @@ file: # 安全 security: oauth2: - oauth-server: http://192.168.0.106:7001/usercenter + oauth-server: http://192.168.0.113:7001/usercenter oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url} client: - client-id: 32ec344a5fd04fd9911586df5d1dc36b - client-secret: a2NORTAyZmthdTNtVHNwLytGVVo0ckFhNktHQU9JWVFmUks0TGw5L2hQRW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg== + client-id: 89e9c099c0a24e7f90d3cdc0447a86b3 + client-secret: VlQ1WE53RDZ6QVJLaHd2b1dGMUdEdGFjYTRhVHUyOHNpQzZoVzE3V1NDOG1ac2wwZTJHWk5NbXh3L3h3U2c4Rg== user-authorization-uri: ${security.oauth2.oauth-server}/oauth/authorize access-token-uri: ${security.oauth2.oauth-server}/oauth/token grant-type: authorization_code diff --git a/src/main/resources/bpmn/check-self.bpmn.bpmn b/src/main/resources/bpmn/check-self.bpmn.bpmn new file mode 100644 index 0000000..1028346 --- /dev/null +++ b/src/main/resources/bpmn/check-self.bpmn.bpmn @@ -0,0 +1,179 @@ + + + + + + + + + + + + ${isAllPass==1} + + + + ${isCoordination==0} + + + + + ${isSuccessfulTreatment==0} + + + ${isSuccessfulTreatment==1} + + + + ${isCoordination==1} + + + ${isAllPass==0} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file