2023年5月24日 星期三

MongoDB + Spring 範例

 


MongoDB  + Spring 範例 :

https://chikuwa-tech-study.blogspot.com/2021/05/spring-boot-mongorepository.html

練習用專案:
https://github.com/ntub46010/SpringBootTutorial/tree/Ch7


可以使用,但是class SecurityConfig要加上:

.antMatchers(HttpMethod.POST, "/products").permitAll()

2022年10月31日 星期一

debian + RAID 1

 

debian + RAID 1

https://sleeplessbeastie.eu/2013/10/04/how-to-configure-software-raid1-during-installation-process/