Skip to content

Commit 2628b0b

Browse files
committed
Coreção ServiceBus Carrinho
1 parent e2c5c40 commit 2628b0b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/building blocks/JSE.MessageBus/JSE.MessageBus.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="EasyNetQ" Version="8.0.0-beta94" />
11+
<PackageReference Include="EasyNetQ.Serialization.NewtonsoftJson" Version="7.8.0" />
1112
<PackageReference Include="Polly" Version="8.4.2" />
1213
</ItemGroup>
1314

src/services/JSE.Carrinho.API/appsettings.Development.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,19 @@
22
"ConnectionStrings": {
33
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=JeffStoreEnterprise;User Id=sa;Password=Asd123!!;Trusted_Connection=true;MultipleActiveResultSets=true;TrustServerCertificate=True;"
44
},
5-
65
"MessageQueueConnection": {
76
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
87
},
9-
108
"Logging": {
119
"LogLevel": {
1210
"Default": "Information",
1311
"Microsoft.AspNetCore": "Warning"
1412
}
1513
},
16-
1714
"AppSettings": {
1815
"Secret": "F9F52344-59C3-4EAC-90E6-CB47935038BE",
1916
"ExpirationHours": 2,
2017
"Issuer": "MeuSistema",
2118
"ValidOn": "https://localhost"
2219
}
23-
}
20+
}

0 commit comments

Comments
 (0)