Changeset 7225443
- Timestamp:
- 01/08/23 22:12:38 (23 months ago)
- Branches:
- main
- Children:
- f7b963f
- Parents:
- c579aef
- Location:
- FullyStocked/src/main
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
FullyStocked/src/main/java/com/bazi/fullystocked/FullyStockedApplication.java
rc579aef r7225443 3 3 import org.springframework.boot.SpringApplication; 4 4 import org.springframework.boot.autoconfigure.SpringBootApplication; 5 import org.springframework.boot.web.servlet.ServletComponentScan; 5 6 import org.springframework.context.annotation.Bean; 6 7 import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; … … 8 9 9 10 @SpringBootApplication 11 @ServletComponentScan 10 12 public class FullyStockedApplication { 11 13 -
FullyStocked/src/main/resources/templates/login.html
rc579aef r7225443 25 25 <button type="submit" class="btn btn-primary btn-lg btn-block">Најави се</button> 26 26 27 28 27 29 </form> 30 <p>Немаш профил? <a href="/register" class="link-info">Регистрирај сe тука!</a></p> 28 31 </div> 29 32 </div> -
FullyStocked/src/main/resources/templates/register.html
rc579aef r7225443 71 71 72 72 </form> 73 73 <p class="d-flex justify-content-center">Веќе имаш профил? <a href="/login" class="link-info"> Најави сe тука!</a></p> 74 74 </div> 75 75 <div class="col-md-10 col-lg-6 col-xl-7 d-flex align-items-center order-1 order-lg-2">
Note:
See TracChangeset
for help on using the changeset viewer.