Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
* [https://javabeat.net/enablecaching-spring/ <code>@EnableCaching</code> Annotation in Spring] | * [https://javabeat.net/enablecaching-spring/ <code>@EnableCaching</code> Annotation in Spring] | ||
* [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] | |||
|} | |} |
Revision as of 04:59, 1 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.