Skip to content

Commit 2c73788

Browse files
committed
Cleanup Assignment Artifacts
Removed the sample files from oauth2-resource-server that are now duplicated in the sample project. This actually cleaned up a problem in the sample project, too, which was that both data.sql scripts were getting picked up by Spring Data, causing an integrity constraint. Now with the duplicate file removed, the workaround has also been removed. Fixes: gh-9
1 parent f71a965 commit 2c73788

File tree

10 files changed

+1
-49
lines changed

10 files changed

+1
-49
lines changed

oauth2/oauth2-resource-server/src/main/resources/application.properties

Whitespace-only changes.

oauth2/oauth2-resource-server/src/main/resources/data.sql

-1
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/id_rsa

-16
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/id_rsa.pub

-6
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/id_rsa_pkcs8

-16
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/id_rsa_pkcs8.pub

-6
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/message-both

-1
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/message-read

-1
This file was deleted.

oauth2/oauth2-resource-server/src/main/resources/message-write

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
insert into message(id, text) values(0, 'Hello World');
1+
insert into message(id, text) values(1, 'Hello World');

0 commit comments

Comments
 (0)