git clone https://github.com/Min-Trees/chatbot_springboot.git cd chatbot_springboot
mvn clean install
mvn spring-boot:run
chatbot_springboot/ ├── src/ │ ├── main/ │ │ ├── java/com/ai/SpringAI/ │ │ │ └── SpringAiApplication.java │ │ └── resources/ │ │ └── application.properties ├── .gitignore ├── pom.xml └── README.md
git filter-repo --replace-text secrets.txt --force