Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security sample guide and code. #81

Closed

Conversation

yozaner1324
Copy link
Contributor

No description provided.

…che Geode (or Pivotal GemFire) ClientCache instance for documentation purposes.
@yozaner1324 yozaner1324 force-pushed the security-sample branch 2 times, most recently from f5ffea4 to a7e2bc0 Compare May 1, 2020 23:45
ApplicationRunner runner(@Qualifier("Customers") Region<Long, Customer> customers) {
return args -> {
customers.put(2L, Customer.newCustomer(2L, "William Evans"));
System.out.println(String.format("Successfully wrote data to region %s", customers.getName()));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use logger

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger applied.

jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 5, 2020
jxblum pushed a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
@jxblum jxblum closed this in 16abdea Aug 7, 2020
@jxblum jxblum changed the title Add security sample and guide. Add security sample guide and code. Aug 7, 2020
jxblum pushed a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this pull request Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants