Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 21: | Line 21: | ||
* [https://dimitr.im/spring-boot-cache-ehcache Using EhCache 3 with Spring boot] | * [https://dimitr.im/spring-boot-cache-ehcache Using EhCache 3 with Spring boot] | ||
* [https://examples.javacodegeeks.com/enterprise-java/spring/boot/spring-boot-ehcache-example/ Spring Boot Ehcache Example] | * [https://examples.javacodegeeks.com/enterprise-java/spring/boot/spring-boot-ehcache-example/ Spring Boot Ehcache Example] | ||
* [https://www.baeldung.com/spring-boot-evict-cache Cache Eviction in Spring Boot] | |||
|} | |} |
Revision as of 01:59, 6 October 2020
A web crawler, or spider, is a type of bot that's typically operated by search engines like Google and Bing. Their purpose is to index the content of websites all across the Internet so that those websites can appear in search engine results.