nats simple test
This is the first article to start studying NATS, so let’s try simple sending and receiving messages first.
This is the first article to start studying NATS, so let’s try simple sending and receiving messages first.
This is the record of the process of changing to the M1 chip.
This project uses Spring Authorization Server to establish an authorization system that conforms to the OAuth 2.1 specification and uses JWT Token to be issued.
有的時候雖然有做驗證, 但你會看到這樣的錯誤訊息
1 | { |
這樣真的很不明確, 前端工程師必須一個一個去檢查到底是哪個值有問題, 久而久之你就會看到前後端大大們在門口定孤枝XD
Why choose Spring cloud function to develop serverless services?
Spring framework still provides abstraction capabilities to decouple our serverless services from the platform. If the developed services need to be moved to different cloud providers, you almost only need to choose a different adapter without changing the writing and settings. The biggest benefits of decoupling from the different cloud platforms.
Currently Spring cloud function provides AWS Adapter, Azure Adapter and GCP Adapter.
Recently I was looking at Google Cloud Spanner and ClickHouse and found that Liquibase is supported. This surprised me, so I studied Liquibase again.
add
1 | plugins { |
// chaos-monkey
// https://mvnrepository.com/artifact/de.codecentric/chaos-monkey-spring-boot
How to automatically generate interface and Data Transfer Object from OpenAPI yaml file.
完成了發信功能後, 偶爾還是會有客戶會想透過 Email 聯繫, 所以還是要有個客服信箱來收信, SendGrid 也可以代為收信, 但他不像傳統 mailserver 信件會儲存起來等你上線去收, 而是提供 parse webhook 來讓你自己接收信件內容.