Size: a a a

Spring Framework and more

2020 February 21

H

Human in Spring Framework and more
SDP
источник

H

Human in Spring Framework and more
Stable Dependencies Principle
источник

H

Human in Spring Framework and more
Суть в том, чтобы те модули/классы/файлы которые тяжело менять не должны зависеть от тех которые меняются легко
источник

AT

Arqin T in Spring Framework and more
спасибо за разъяснение
источник

ĐV

Đạt Vũ in Spring Framework and more
hello everyone .. i have a little issue when pass value from yaml file into Object POJO
источник

ĐV

Đạt Vũ in Spring Framework and more
can someone help me
источник

ĐV

Đạt Vũ in Spring Framework and more
this is my code
источник

ĐV

Đạt Vũ in Spring Framework and more
источник

ĐV

Đạt Vũ in Spring Framework and more
when i write @PropertySource(value = "classpath:mapper.yaml") . its can not mapping with this file
источник

Ar

Arseny -> r2d2 in Spring Framework and more
Đạt Vũ
when i write @PropertySource(value = "classpath:mapper.yaml") . its can not mapping with this file
Yeah, yaml files would not be parsed in propertySource
источник

РН

Роман Нагаев in Spring Framework and more
источник

d

denis Ig in Spring Framework and more
Спасиб
источник

Д

Дмитрий in Spring Framework and more
Đạt Vũ
when i write @PropertySource(value = "classpath:mapper.yaml") . its can not mapping with this file
Spring doesn't support that for yml files by default, you need to implement an additional bean for that purpose, I don't remember exactly, but the solution is on stackoverflow, just try to find
источник

C

Cyclone in Spring Framework and more
Đạt Vũ
when i write @PropertySource(value = "classpath:mapper.yaml") . its can not mapping with this file
@PropertySource doesn't work with yml files, you need @ConfigurationProperties class.
источник
2020 February 22

ĐV

Đạt Vũ in Spring Framework and more
Thanks all , i has find the way to resolve it ...  i use snakeYaml
источник

ch

central hardware in Spring Framework and more
Пишу сервер для андройд приложения, хочу чтобы пользователь могу нажать войти с помощь и выбрать там ВК, гугл и тд, как такое сделать, гуглил но найти что то нормально обьясняющее так и не смог и это при том что 99% статей используют deprecated?
источник

ch

central hardware in Spring Framework and more
как такое сделать?
источник

C

Cyclone in Spring Framework and more
OAuth
источник

ch

central hardware in Spring Framework and more
Cyclone
OAuth
а дальше как? про auth это достаточно очевидно
источник

C

Cyclone in Spring Framework and more
Дальше при помощи документации. )
Пиши, что конкретно уже сделал и что конкретно не получается.
источник