Wayne's Talk
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Machine Learning
    • Machine Learning
    • Data Visualization
    • Supervised Learning
  • Deep Learning
    • Deep Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
  • English
    • 中文 (台灣)
    • English
CATEGORIES
  • Algorithm (7)
  • Android (30)
  • Angular (2)
  • Deep Learning (18)
    • Natural Language Processing (11)
    • Neural Networks (2)
    • Vision Models (5)
  • Go (2)
  • iOS (19)
  • Kotlin (7)
  • LeetCode (17)
  • Machine Learning (18)
    • Data Visualization (8)
    • Supervised Learning (2)
  • Misc. (1)
  • Node.js (4)
  • Operating System (6)
  • Software Design (1)
  • Spring Boot (16)
    • Spring Security Explained (6)
  • Swift (9)
TAGS
Android Service (2) Assembly (3) Backtracking (4) Binary Search Tree (1) Breadth First Search (5) Broadcast Receiver (1) C (2) CocoaPods (1) Combine (1) Concurrency (5) Content Provider (2) Core Data (1) Coroutine (4) Depth First Search (4) Dynamic Programming (4) Firebase (2) Java (26) JavaScript (2) JPA (4) Kotlin (41) Matplotlib (8) Monotonic Stack (3) MySQL (2) NPM (3) OAuth 2.0 (1) Pandas (2) Plotly Express (8) Priority Queue (1) Python (30) PyTorch (8) Room (3) SciPy (3) Seaborn (5) Springdoc (3) Spring Security (6) Swift (19) Swift Package (6) Trie (3) TypeScript (4) Union Find (2) Word Embeddings (2) XCFrameworks (4) Xcode (12) YOLO (4)
0
0
0
Wayne's Talk 韋恩愛講話
Follow My GitHub
Get source code of posts.
Follow
Wayne's Talk 韋恩愛講話
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Machine Learning
    • Machine Learning
    • Data Visualization
    • Supervised Learning
  • Deep Learning
    • Deep Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
  • English
    • 中文 (台灣)
    • English
Photo by Elena Mozhvilo on Unsplash
  • Spring Boot

Sending Email Using Spring Boot

  • ByWayne
  • 04/12/2022
  • 1.2K views
This article will introduce how to use FreeMarker to create an email template, and use Spring Mail to send email through Gmail SMTP.
Read More
0
0
0
0

Browsing Category

Spring Boot

16 posts
Photo by Elena Mozhvilo on Unsplash
Read More
  • 1.2K views
  • 2 minute read
  • Spring Boot

Sending Email Using Spring Boot

  • ByWayne
  • 04/12/2022
This article will introduce how to use FreeMarker to create an email template, and use Spring Mail to send email through Gmail SMTP.
Read More
0
0
0
0
Photo by Jonathan Gallegos on Unsplash
Read More
  • 1.8K views
  • 6 minute read
  • Spring Boot

Spring Data JPA Custom Queries with Native SQL

  • ByWayne
  • 13/09/2021
Spring Data JPA simplifies the operation of accessing the database. Developers can save writing a lot of simple query SQL. This article will introduces how to use Spring Data JPA with a native SQL to build a complex query SQL.
Read More
0
0
0
0
Photo by Heidi Kaden on Unsplash
Read More
  • 11.3K views
  • 3 minute read
  • Spring Boot

Sending Push Notifications Using FCM in Spring Boot

  • ByWayne
  • 18/05/2021
Firebase Cloud Messaging (FCM) allows us to send messages to Android, iOS, or web applications, also known as push notifications. This article will introduce how to send push notifications via FCM in Spring Boot.
Read More
0
0
0
0
Photo by rehan shaik on Unsplash
Read More
  • 1.1K views
  • 2 minute read
  • Spring Boot

Customize Exception Handling in Spring Boot

  • ByWayne
  • 06/05/2021
When developing Spring Boot, when we throw an exception, Spring Boot’s exception handler will help us deal with it and send back a JSON to the front end. In this article, we will explain how to customize the JSON content returned to the front end.
Read More
0
0
0
0
Photo by Nadezhda Filatova on Unsplash
Read More
  • 4.4K views
  • 1 minute read
  • Spring Boot

How to Use @Value in Spring Boot with Kotlin

  • ByWayne
  • 27/09/2020
If your project is written in Java, you can use @Value(“${name}”) to get the value of my.food. However, if it is written in Kotllin, the above method will not work.
Read More
0
0
0
0
Photo by Kamile Leo on Unsplash
Read More
  • 14.5K views
  • 11 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security JWT Authentication with Google Sign-In Explained

  • ByWayne
  • 26/09/2020
This article will explain how to login with Google Sign-In on frontend, get an authorization code and pass it to a Spring Security backend. After backend verify with Google, pass JWT to frontend.
Read More
0
0
0
0
Photo by Nick Karvounis on Unsplash
Read More
  • 8.5K views
  • 10 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security OAuth Login with Google Sign-In Explained

  • ByWayne
  • 26/09/2020
Take Google Sign-In as an example to show how to use Spring Security’s OAuth Login to integrate Google Sign-In.
Read More
0
0
0
0
Photo by Ivo Rainha on Unsplash
Read More
  • 7.7K views
  • 11 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security JWT Authentication with JPA and Springdoc Explained

  • ByWayne
  • 25/09/2020
This article will explain how to implement JWT-Token-Based authentication in Spring Security. We will explain how to read username and password from JPA for login verification, how to generate JWT Tokens, and how to verify JWT Tokens.
Read More
0
0
0
0
Photo by Felix Kolthoff on Unsplash
Read More
  • 4.3K views
  • 10 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security Form Login with JPA and Springdoc Explained

  • ByWayne
  • 23/09/2020
This article will explain how to use Spring Security’s Form Login and how to integrate JPA. Finally, we will also explain how to integrate Springdoc.
Read More
0
0
0
0
Photo by Paulo Evangelista on Unsplash
Read More
  • 4.5K views
  • 7 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security Architecture Explained

  • ByWayne
  • 22/09/2020
Spring Security abstracts almost all components, so that it is impossible to understand intuitively. This article will discuss the architecture of Spring Security in a simple way.
Read More
0
0
0
0
LANGUAGES
  • 中文 (台灣)
RECENT POSTS
  • Photo by Logan Armstrong on Unsplash 1
    Generative Pre-trained Transformer, GPT
    • 23/04/2025
    • 115 views
  • Photo by Maarten van den Heuvel on Unsplash 2
    Bidirectional Encoder Representations from Transformers, BERT
    • 15/04/2025
    • 143 views
  • Photo by Daryan Shamkhali on Unsplash 3
    Transformer Model
    • 03/04/2025
    • 115 views
  • Photo by Anthony Tran on Unsplash 4
    Attention Models
    • 19/03/2025
    • 147 views
  • Photo by Léonard Cotte on Unsplash 5
    Sequence to Sequence Model (Seq2Seq)
    • 15/03/2025
    • 95 views
MOST VIEWS
  • Photo by Kamile Leo on Unsplash 1
    Spring Security JWT Authentication with Google Sign-In Explained
    • 26/09/2020
    • 14.5K views
  • Photo by Max Langelott on Unsplash 2
    How to Backup and Restore MySQL Databases in Spring Boot
    • 10/09/2020
    • 12.6K views
  • Photo by Heidi Kaden on Unsplash 3
    Sending Push Notifications Using FCM in Spring Boot
    • 18/05/2021
    • 11.3K views
  • 4
    Python Pie/Donut/Sunburst Charts
    • 09/02/2021
    • 10.5K views
  • Photo by Hans-Jurgen Mager on Unsplash 5
    Kotlin Coroutine Flow Tutorial
    • 28/12/2020
    • 9.3K views
Photo by Kamile Leo on Unsplash
Read More
  • 14.5K views
  • 11 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security JWT Authentication with Google Sign-In Explained

  • ByWayne
  • 26/09/2020
Photo by Max Langelott on Unsplash
Read More
  • 12.6K views
  • 2 minute read
  • Spring Boot

How to Backup and Restore MySQL Databases in Spring Boot

  • ByWayne
  • 10/09/2020
Photo by Heidi Kaden on Unsplash
Read More
  • 11.3K views
  • 3 minute read
  • Spring Boot

Sending Push Notifications Using FCM in Spring Boot

  • ByWayne
  • 18/05/2021
Read More
  • 10.5K views
  • 5 minute read
  • Data Visualization
  • Machine Learning

Python Pie/Donut/Sunburst Charts

  • ByWayne
  • 09/02/2021
Subscribe to My Newsletter
Wayne's Talk
  • About Me
  • Contact Me
  • Terms of Use
  • Disclaimer
  • Privacy Policy
0
0
0
0
© 2020 - 2025 Wayne's Talk. All Rights Reserved.