Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name: tlias-web-management

The project is a backend management platform for educational institutions, focused on staff management, and includes the basic use of Spring Boot, Maven, and MySQL.

How to use

  1. Create a new file called: "application-secret.yml"
#数据库连接信息
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/tlias
    username: ${local_mysql_username}
    password: ${local_mysql_password}

#阿里云OSS配置
aliyun:
  oss:
    endpoint: https://oss-cn-beijing.aliyuncs.com
    accessKeyId: ${OSS_ACCESS_KEY_ID}
    accessKeySecret: ${OSS_ACCESS_KEY_SECRET}
    bucketName: com-jason-web-tlias
  1. Import sql file in "tlias-web-management/src/main/resources/sql/tlias-dump.sql"
  2. Run "tlias-web-management/src/main/resources/nginx-1.22.0-tlias/nginx.exe"
  3. Run "tlias-web-management/src/main/java/com/jason/TliasWebManagementApplication.java"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages