Project Guideline | Spring Template Projesi
API GUIDELINE: Rest Metodları: Referanslar: https://restfulapi.net/http-methods/ https://developer.mozilla.org/en-US/docs/Web/HTTP/Status https://zeo.org/tr/kaynaklar/blog/http-durum-kodlari-rehberi GET: Veri çekilen, sadece sorgu amaçlı işlem yapılacak. İşlem yapılan entity adı DEMO olsun. Örnek URL – Belli Bir Kayıt: /demo/{id} Örnek URL – Tüm Kayıtlar: /demo Örnek URL – Belli Filtre: /demo?filter-by-field=”filter value” Örnek URL – Belli Filtre: /demo?filter-by-field=”filter value”&filter-two=flt&page=2&page-size=50&order=key Request Body: Yok! Response – Success…
Database Sample v2 | Spring Template Projesi
Sample SQL v2: http://www.notes.selmankaya.com/wp-content/uploads/2022/12/spring_template_sample_db_v2.sql
Citrix Workspace için Layout Ayarlama
http://cecchi.ch/citrix/macosx.htm Fixing the keyboard layout into a MacOsx computer when running Citrix receiver. Problem: When starting Citrix receiver, the keyboard detection may not work. The keyboard layout selected by the Citrix receiver may differ from your Apple physical keyboard. Solution: Change the keyboard layout from “KeyboardLayout=(User Profile)” to KeyboardLayout=Swiss French or to KeyboardLayout=German into Citrix Receiver Config file. The Config file can be found in “/Users/[User]/Library/Application…
MacOS X Terminal Komutları
Bir portu hangi hangi process’in kullandığını bulma. sudo lsof -i -P | grep LISTEN | grep :$PORT
Wemos D1 Mini Kartı Arduino IDE’ye Tanıtma
Bu adımlara ek olarak clone bir kart kullanılıyorsa CH340 chip driver’ı eklemek de gerekebilir.
Java – Bir Listeyi Parçalama
https://e.printstacktrace.blog/divide-a-list-to-lists-of-n-size-in-Java-8/
MapStruct Detaylı Link
https://stackabuse.com/guide-to-mapstruct-in-java-advanced-mapping-library/ https://www.baeldung.com/mapstruct