Kullandığım teknolojiler : Spring Boot,Spring MVC, Java, Maven, IntelliJ, Mysql, HTML, CSS,Bootstrap,XAMPP
Technologies I use: Spring Boot, Spring MVC, Java, Maven, IntelliJ, Mysql, HTML, CSS, Bootstrap, XAMPP
Eğer ki daha sonra başka bir kütüphaneye ihtiyacımız olursa ise Maven sitesine giriyoruz ve ihtiyacımız olan kütüphaneyi aratıyoruz. https://mvnrepository.com/
If we need another library later, we go to the Maven site and search for the library we need. https://mvnrepository.com/
Projemi yaparken Spring Initialzr'dan gerekli işlemleri yapıyorum. Spring Initialzr, istediğimiz gerekliliklere göre bize temel konfigürasyonları hazır bir Spring projesi üretip veren bir araçtır. https://start.spring.io/
While doing my project, I do the necessary operations from Spring Initialzr. Spring Initialzr is a tool that produces and gives us a ready-made Spring project with basic configurations according to the requirements we want. https://start.spring.io/
İndirmiş olduğum zip dosyasını IntelliJ de açıyorum.Veri tabanı şlemlerimi gerçekleştirmek için, XAMPP programını kullanmam lazım. Çünkü ben projemde phpMyAdmin kullanıyorum.
I download the zip file, then open the file in IntelliJ. To perform database operations, I need to use the XAMPP program. Because I am using phpMyAdmin in my project.
application.properties 'te eklemem gerekenleri ekliyorum,burada web de hangi url de kullanacağımı,veritabanım için yolunu gibi bilgiler eklediğim kısım
I add what I need to add in application.properties, here is the part where I add information such as which url to use on the web, the path for my database.
http://localhost:8188/main_page
http://localhost:8188/registration
http://localhost:8188/add_owner
Şimdi ki ekran da ise göreceğiniz üzere delete işlemi yapılmaktadır. Bu da Rolü Admin olanların göreceği ve işlemleri gerçekleştirdikleri ekrandır.
As you can see on the next screen, the delete operation is performed. This is the screen that the Admin Role will see and perform the operations.
http://localhost:8188/settings
http://localhost:8188/login?logout
http://localhost:8188/detail/4
NOT : Kullanmış olduğum ikonları şu linklerden aldım W3 School Icons ve ICONS8
NOTE: I got the icons I used from the following links W3 School Icons and ICONS8
İncelediğiniz için teşekkür ederim. 💜
Öneriniz ve sormak istediğiniz bir şey olursa sormaktan lütfen çekinmeyin. 💁
Saygılarımla ⭐
Thank you for viewing. 💜
If you have any suggestions or anything you want to ask, please feel free to ask. 💁
Kind regards ⭐