diff options
author | shentao <shentao@chinamobile.com> | 2017-09-20 21:32:03 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-20 21:32:14 +0800 |
commit | 3132da22b04febc6df23504f82e0f8b13d163697 (patch) | |
tree | f948a464fdee9afdc6a0bf59667f84eaedc96585 /src/main/resources | |
parent | c4163c72a1ffb6742dd203e197f76fefe9baa9f9 (diff) |
Upload monitor service code for usecase-ui
Change-Id: I0e437747bbeba94d93da47b9b7dc1e4f53cc78f3
Issue-Id: USECASEUI-41
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5851136a..4630f2b4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -20,9 +20,9 @@ spring.http.multipart.max-file-size=128MB spring.http.multipart.max-request-size=128MB ## App DB Properties -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/usecase +spring.datasource.url=jdbc:mysql://localhost:3306/uui spring.datasource.username=root -spring.datasource.password=root +spring.datasource.password= spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect spring.database.driver.classname=com.mysql.jdbc.Driver spring.jpa.show-sql=false |