- Hands-On Spring Security 5 for Reactive Applications
- Tomcy John
- 31字
- 2021-07-23 18:59:21
Step 4—Setting up MySQL database properties in your project
Create a file named mysqldb.properties in the src/main/resources folder with the following content:
mysql.driver=com.mysql.cj.jdbc.Driver
mysql.jdbcUrl=jdbc:mysql://localhost:3306/spring_security_schema?useSSL=false
mysql.username=root
mysql.password=<your-db-password>
推薦閱讀
- 特種木馬防御與檢測技術研究
- Web安全與攻防入門很輕松(實戰超值版)
- Mastering Kali Linux for Advanced Penetration Testing
- 計算機網絡安全基礎(第5版)
- 黑客攻防從入門到精通
- Cybersecurity Threats,Malware Trends,and Strategies
- 網絡空間安全實戰基礎
- 紅藍攻防:技術與策略(原書第3版)
- 動態賦能網絡空間防御
- 數據恢復技術深度揭秘
- Developing Applications with Salesforce Chatter
- 深入探索區塊鏈
- 基于數據科學的惡意軟件分析
- 網絡空間安全技術
- Web安全與攻防實戰從新手到高手(微課超值版)