掘图志

掘图志

 
 
  • Spring Boot Thymeleaf Configuration Example

    Spring Boot Thymeleaf Configuration Example

    This tutorial demonstrates how to configure Spring Boot and Thymeleaf. We are creating a simple Spring Boot Thymeleaf Example. In this example we configure Spring Boot using application.yml file and place the Thymeleaf templates in the src/main/resources/templates folder. We also utilise org.webjars to load static resources like bootstrap and jquery.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot + Spring Mobile Serve Content Based on Device

    Spring Boot + Spring Mobile Serve Content Based on Device

    This tutorial shows how to use Spring Boot and Spring Mobile to serve content based on device type. We distinguish mobile, tablet and normal devices.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Configure Tomcat SSL over HTTPS

    Spring Boot Configure Tomcat SSL over HTTPS

    This tutorial demonstrates how to use spring boot to configure embedded tomcat SSL over HTTPS. You can optionally configure multiple Tomcat Connectors to support both HTTP and HTTPS at the same time. Or we also show how to redirect HTTP traffic to HTTPS automatically. These last two optional configuration cannot be used simultaneously.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot + Spring Security + Thymeleaf Form Login Example

    Spring Boot + Spring Security + Thymeleaf Form Login Example

    This tutorial demonstrates how to configure spring-boot, spring-security and thymeleaf with form-login. We secure our web application using spring security form-login. We create a reusable Thymeleaf layout which we can use to create our secured and unsecured pages. When a user accesses a protected resource with insufficient rights we redirect the user to an access-denied page. Finally we create a login page where the user is able to login to the application. And we create a logout link.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Adding Static Resources (css, JavaScript, Images) to Thymeleaf

    Adding Static Resources (css, JavaScript, Images) to Thymeleaf

    This tutorial demonstrates how to include static resources to Thymeleaf. We use Spring Boot to start our application. We are loading static resources from the class-path and from org.webjars. The static resources are located in the src/main/resources/static folder.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security Basic Authentication Configuration Example

    Spring Security Basic Authentication Configuration Example

    The following tutorial is about Spring Security Basic Authentication Configuration. We demonstrate this by configuring Spring Security using both Java and XML Configuration. We create a custom authentication entry point which we can use and customize to give the user a custom login error message. We finish with showing how to write some integration tests using Spring MockMvc and JUnit.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security Method Level Annotations Example

    Spring Security Method Level Annotations Example

    This tutorial demonstrates how to use Spring Security Method Level Annotations. We can use Spring Security to secure our service layer. We can restrict which roles are able to execute a method by annotating the method with any of spring security annotations or the standard java JSR-250 annotaitons.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot + Spring Security + Hibernate Configuration Example

    Spring Boot + Spring Security + Hibernate Configuration Example

    This tutorial demonstrates how to configure Spring Security Hibernate and Spring Boot. We secure a simple stateless web service using basic authentication. We configure Spring Security using Spring Java and/or XML Configuration. Finally, we write some JUnit Integration Tests with spring-test, h2 in-memory database and MockMvc.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security User Registration with Hibernate and Thymeleaf

    Spring Security User Registration with Hibernate and Thymeleaf

    In this example we show how to create a user registration form with Spring Security, Hibernate and Thymeleaf. We validate the user registration fields with hibernate validator annotations and a custom field matching validator to validate if the email and/or password fields match.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security Forgot Password Send Email Reset Password

    Spring Security Forgot Password Send Email Reset Password

    In this tutorial we demonstrate how to use Spring Security, Spring Boot, Hibernate and Thymeleaf to program a password reset flow by sending the user an email address to verify the reset password procedure. When a user has forgot his password, he is able to request a password reset. The application will generate a unique PasswordResetToken and store it in the database. The user’ll receive an email with the unique token. When he clicks the link, the user is redirected to a page where he can change his password.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Custom Password Constraint Validator Annotation Example

    Custom Password Constraint Validator Annotation Example

    This tutorial demonstrates how to create a custom password validator annotation using custom password rules. You’ll be able to annotate your password field with a @ValidPassword. This’ll trigger the custom PasswordConstraintValidator which’ll enforce a server-side password policy.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Integrate Google ReCaptcha Java Spring Web Application

    Integrate Google ReCaptcha Java Spring Web Application

    This tutorial demonstrates how to integrate Google ReCaptcha into a Java Spring Web Application. reCAPTCHA is used to verify if the current computer is a human, preventing bots from automatically submitting forms. We integrated Google ReCaptcha using server side validation. We wrote a custom @ReCaptcha annotation which you can annotate your java fields. This’ll automatically handle the ReCaptcha server side validation process. At the bottom we also wrote some Unit and Integration tests using Mockito, spring-test and MockMvc.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Field Matching Bean Validation Annotation Example

    Field Matching Bean Validation Annotation Example

    This tutorial demonstrates a Field Matching Bean Validation Annotation Example. When you are building forms you may come across a requirement to validate/compare if different fields inside a form are equal to another field in the same form like password and/or email fields. In this example we build a simple form where we have a password and a confirmPassword field. We need to make sure the user has entered the correct password twice before submitting the request.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security In Memory Authentication Example

    Spring Security In Memory Authentication Example

    This tutorial demonstrates how to configure Spring Security to use In Memory Authentication. We can easily customize the Spring Security AuthenticationManager to use Spring Security in memory authentication and add multiple users with different attributes, authorities and roles. In this example we used HTTP Basic Authentication with stateless configuration for securing rest full web services. We also demonstrate how to create some Integration Tests using MockMvc.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Security Remember Me Hashing Authentication Example

    Spring Security Remember Me Hashing Authentication Example

    In this tutorial we demonstrate how to create a Spring Security Remember Me Hashing Authentication application. Remember me authentication is a feature that allows web sites to remember the identity of a user between sessions. Spring security provides two remember-me implementation. One uses hashing to preserve the security of cookie-based tokens which we’ll tackle in this tutorial. The second uses a database or other persistent storage mechanism to store the generated tokens.

    轻舞肥羊2019-08-10[Java]

    阅读更多
共有 765 条记录 首页 << 47484950

 


  • 微信公众号

  • 我的微信

站点声明:

1、一号门博客CMS,由Python, MySQL, Nginx, Wsgi 强力驱动

2、部分文章或者资源来源于互联网, 有时候很难判断是否侵权, 若有侵权, 请联系邮箱:summer@yihaomen.com, 同时欢迎大家注册用户,主动发布无版权争议的 文章/资源.

3、鄂ICP备14001754号-3, 鄂公网安备 42280202422812号