- 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>
推薦閱讀
- 網(wǎng)絡(luò)安全與管理
- 白帽子講Web安全(紀念版)
- Enterprise Cloud Security and Governance
- 計算機網(wǎng)絡(luò)安全基礎(chǔ)(第5版)
- Instant Java Password and Authentication Security
- CTF那些事兒
- 人工智能安全(精裝版)
- 互聯(lián)網(wǎng)企業(yè)安全高級指南
- 電腦安全與攻防入門很輕松(實戰(zhàn)超值版)
- SQL Injection Strategies
- End to End GUI Development with Qt5
- 空間群組密鑰管理研究:基于自主的深空DTN密鑰管理
- Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager
- Bug Bounty Hunting Essentials
- 黑客攻擊與防范實戰(zhàn)從入門到精通