Merge branch 'master' into tb-auth

This commit is contained in:
Tracy Boehrer 2019-08-16 15:21:15 -05:00
Родитель 30fe001fb2 d848076788
Коммит bb64b71b42
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.microsoft.bot.sample.spring;
import org.springframework.boot.SpringApplication;

Просмотреть файл

@ -1,2 +1,2 @@
MicrosoftAppId=9c286e2f-e070-4af5-a3f1-350d666214ed
MicrosoftAppPassword=b0tframew0rk s3cr3t!
MicrosoftAppPassword=botframework_secret_goes_here

Просмотреть файл

@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.microsoft.bot.sample.spring;
import org.junit.Test;