diff --git a/agilebpm-app-simples/src/main/resources/application.yml b/agilebpm-app-simples/src/main/resources/application.yml index cb48c5c3f4c44bc087b109670e8bb28614aaf34e..59bca8d88c276734df1ffba5594c71aa88638aef 100644 --- a/agilebpm-app-simples/src/main/resources/application.yml +++ b/agilebpm-app-simples/src/main/resources/application.yml @@ -1,9 +1,12 @@ spring: datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://47.106.140.247:3306/angular?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false - username: public - password: public +# url: jdbc:mysql://47.106.140.247:3306/angular?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false +# username: public +# password: public + url: jdbc:mysql://localhost:3306/agile_bpm?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=UTC + username: root + password: 123456 dbType: mysql activemq: broker-url: tcp://127.0.0.1:61616 @@ -11,9 +14,10 @@ spring: packages: trust-all: true redis: - host: 47.106.139.29 +# host: 47.106.139.29 + host: localhost port: 6379 - password: agilebpm_redis_2019 +# password: agilebpm_redis_2019 database: 9 diff --git a/demo-project-ui/pom.xml b/demo-project-ui/pom.xml index 4110472bbd1dd40c62085d01482af492253ff4df..e58d764c973b5abe657d9b490b02d49e33ee67ff 100644 --- a/demo-project-ui/pom.xml +++ b/demo-project-ui/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> com.dstz - agilebpm-spring-boot + agilebpm-spring-boot-parent 1.2.3 4.0.0