N
N
Nikita072021-08-23 10:00:30
Java
Nikita07, 2021-08-23 10:00:30

What is assigned to the variable in this case?

Can you help me figure out what is being assigned to the variable in this case?

public static final String DEFAULT_RESOURCES = "classpath*:UserAgents/**/*.yaml";

I didn’t work with JAVA before, I understand that some path is assigned here, but I can’t understand to what exactly (to which specific file), please help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2021-08-23
@Nikita07

The string is assigned. Looks like it contains a pattern of resource paths.

V
VictorZZZZ, 2021-09-02
@VictorZZZZ

Look in the folder src/main/resources/do you have *.yaml files?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question