instantiate and terminate servce
[usecase-ui/server.git] / src / main / resources / application.properties
1 ##
2 ## Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
3 ##
4 ## Licensed under the Apache License, Version 2.0 (the "License");
5 ## you may not use this file except in compliance with the License.
6 ## You may obtain a copy of the License at
7 ##
8 ##     http://www.apache.org/licenses/LICENSE-2.0
9 ##
10 ## Unless required by applicable law or agreed to in writing, software
11 ## distributed under the License is distributed on an "AS IS" BASIS,
12 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ## See the License for the specific language governing permissions and
14 ## limitations under the License.
15 ##
16 ## General App Properties
17 server.contextPath=/usecase
18 server.port=8082
19 spring.http.multipart.max-file-size=128MB
20 spring.http.multipart.max-request-size=128MB
21
22 ## App DB Properties
23 spring.datasource.url=jdbc:mysql://localhost:3306/uui
24 spring.datasource.username=root
25 spring.datasource.password=
26 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
27 spring.database.driver.classname=com.mysql.jdbc.Driver
28 spring.jpa.show-sql=false
29 spring.jpa.properties.hibernate.format_sql=false
30
31 ## Basic Authentication Properties
32 security.user.name=usecase
33 security.user.password=usecase