-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathuserservice-dev.properties
More file actions
22 lines (17 loc) · 1.1 KB
/
userservice-dev.properties
File metadata and controls
22 lines (17 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
logging.level.com.cd826dong=DEBUG
# =====================================================================================================================
# == stream / kafka ==
# =====================================================================================================================
spring.cloud.stream.bindings.output.destination=cd826-cloud-usertopic
spring.cloud.stream.bindings.output.content-type=application/json
spring.cloud.stream.kafka.binder.brokers=localhost
spring.cloud.stream.kafka.binder.defaultBrokerPort=9092
spring.cloud.stream.kafka.binder.zkNodes=localhost
# =============================================================================
# == H2 Datasource Properties ==
# =============================================================================
spring.jpa.database=H2
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.url=jdbc\:h2\:mem\:testdb;DB_CLOSE_DELAY=-1;
spring.datasource.username=sa
spring.datasource.password=