Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 728ac5a

Browse files
committed
Remove unused properties from dataflow-server.yml
- Also change the `spring.application.name` to `spring-cloud-dataflow-server` Thanks to @sabby for the suggestion Resolves #3015
1 parent 66136ba commit 728ac5a

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
server:
22
port: 9393
3-
management:
4-
contextPath: /management
5-
security:
6-
enabled: false
73
info:
84
app:
95
name: "@project.artifactId@"
106
description: "@project.name@"
117
version: "@project.version@"
12-
security:
13-
basic:
14-
enabled: false
158

169
maven:
1710
remoteRepositories:
@@ -20,11 +13,7 @@ maven:
2013

2114
spring:
2215
application:
23-
name: spring-cloud-dataflow-server-local
24-
jpa:
25-
generate-ddl: false
26-
hibernate:
27-
ddl-auto: none
16+
name: spring-cloud-dataflow-server
2817
cloud:
2918
config:
3019
uri: http://localhost:8888
@@ -35,10 +24,3 @@ spring:
3524
username: sa
3625
password:
3726
driverClassName: org.h2.Driver
38-
task:
39-
repo:
40-
initialize: true
41-
dataflow:
42-
embedded:
43-
database:
44-
enabled: true

0 commit comments

Comments
 (0)